forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb-browser-server-wsgi.bmml
More file actions
81 lines (81 loc) · 3.95 KB
/
Copy pathweb-browser-server-wsgi.bmml
File metadata and controls
81 lines (81 loc) · 3.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<mockup version="1.0" skin="wireframe" fontFace="Balsamiq Sans" measuredW="1336" measuredH="490" mockupW="1215" mockupH="398">
<controls>
<control controlID="1" controlTypeID="com.balsamiq.mockups::TextArea" x="478" y="93" w="200" h="397" measuredW="200" measuredH="140" zOrder="0" locked="false" isInGroup="-1">
<controlProperties>
<align>center</align>
<backgroundAlpha>1</backgroundAlpha>
<bold>true</bold>
<color>15658734</color>
<size>28</size>
<text>%20%0A%20%0A%20%0A%20%0A%20%0AWeb%0Aserver</text>
</controlProperties>
</control>
<control controlID="3" controlTypeID="com.balsamiq.mockups::BrowserWindow" x="979" y="92" w="357" h="398" measuredW="450" measuredH="400" zOrder="1" locked="false" isInGroup="-1">
<controlProperties>
<text>Full%20Stack%20Python%0Ahttp%3A//www.fullstackpython.com/</text>
</controlProperties>
</control>
<control controlID="5" controlTypeID="com.balsamiq.mockups::Label" x="1057" y="302" w="-1" h="-1" measuredW="176" measuredH="34" zOrder="2" locked="false" isInGroup="-1">
<controlProperties>
<bold>true</bold>
<size>28</size>
<text>Web%20browser</text>
</controlProperties>
</control>
<control controlID="6" controlTypeID="com.balsamiq.mockups::Arrow" x="678" y="141" w="301" h="10" measuredW="150" measuredH="100" zOrder="3" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<rightArrow>false</rightArrow>
<text>www.fullstackpython.com</text>
</controlProperties>
</control>
<control controlID="7" controlTypeID="com.balsamiq.mockups::Arrow" x="678" y="291" w="301" h="10" measuredW="150" measuredH="100" zOrder="4" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<rightArrow>false</rightArrow>
<text>GET%20style.css</text>
</controlProperties>
</control>
<control controlID="9" controlTypeID="com.balsamiq.mockups::Arrow" x="678" y="240" w="301" h="10" measuredW="150" measuredH="100" zOrder="5" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<leftArrow>false</leftArrow>
<rightArrow>true</rightArrow>
<text>sends%20index.html%2C%20which%20references%20style.css</text>
</controlProperties>
</control>
<control controlID="10" controlTypeID="com.balsamiq.mockups::Arrow" x="678" y="341" w="301" h="10" measuredW="150" measuredH="100" zOrder="6" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<leftArrow>false</leftArrow>
<rightArrow>true</rightArrow>
<text>sends%20style.css</text>
</controlProperties>
</control>
<control controlID="12" controlTypeID="com.balsamiq.mockups::TextArea" x="121" y="93" w="200" h="397" measuredW="200" measuredH="140" zOrder="7" locked="false" isInGroup="-1">
<controlProperties>
<align>center</align>
<backgroundAlpha>1</backgroundAlpha>
<bold>true</bold>
<color>15658734</color>
<size>28</size>
<text>%20%0A%20%0A%20%0A%20%0A%20%0AWSGI%0Aserver</text>
</controlProperties>
</control>
<control controlID="13" controlTypeID="com.balsamiq.mockups::Arrow" x="321" y="177" w="157" h="10" measuredW="150" measuredH="100" zOrder="8" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<rightArrow>false</rightArrow>
<text>generate%20webpage</text>
</controlProperties>
</control>
<control controlID="14" controlTypeID="com.balsamiq.mockups::Arrow" x="321" y="202" w="157" h="10" measuredW="150" measuredH="100" zOrder="9" locked="false" isInGroup="-1">
<controlProperties>
<direction>top</direction>
<leftArrow>false</leftArrow>
<rightArrow>true</rightArrow>
<text>HTML%20page</text>
</controlProperties>
</control>
</controls>
</mockup>