-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
260 lines (229 loc) · 11.9 KB
/
index.html
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Queueue Counter</title>
<script type="text/javascript" src="3rdparty/js/jquery.min.js"></script>
<script type="text/javascript" src="3rdparty/js/jquery-ui.min.js"></script>
<script type='text/javascript' src="3rdparty/js/jquery-ui-switch.min.js"></script>
<script type='text/javascript' src="3rdparty/js/jquery-ui-spinner.js"></script>
<script type='text/javascript' src="3rdparty/js/jquery-ui-knobknob.js"></script>
<script type='text/javascript' src="3rdparty/js/jquery-ui-labeledslider.js"></script>
<script type='text/javascript' src="3rdparty/js/jquery-sparkline.min.js"></script>
<script type='text/javascript' src="3rdparty/js/jquery-transform.js"></script>
<script type="text/javascript" src="3rdparty/js/jquery-fullscreen.min.js"></script>
<script type="text/javascript" src="3rdparty/js/filereader.js"></script>
<script type="text/javascript" src="3rdparty/js/segment.js"></script>
<script type="text/javascript" src="assets/widget.js"></script>
<script type="text/javascript" src="assets/element.js"></script>
<script type="text/javascript" src="assets/board.js"></script>
<link rel="stylesheet" type="text/css" href="3rdparty/css/normalize.min.css">
<link rel="stylesheet" type="text/css" href="3rdparty/css/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="3rdparty/css/jquery-ui-switch.css">
<link rel="stylesheet" type="text/css" href="3rdparty/css/jquery-ui-spinner.css">
<link rel="stylesheet" type="text/css" href="3rdparty/css/jquery-ui-knobknob.css">
<link rel="stylesheet" type="text/css" href="3rdparty/css/jquery-ui-labeledslider.css">
<link rel="stylesheet" type="text/css" href="3rdparty/font/eagle-lake.css">
<link rel="stylesheet" type="text/css" href="assets/board.css">
<link rel="stylesheet" type="text/css" href="assets/control.css">
</head>
<body style="opacity: 0">
<!-- the board -->
<div id="board">
<!-- the left controls -->
<div id="DesignAspects" class="controls controls-left">
<label for="DesignAspects">Design</label>
<div class="controls-top">
<div class="controls-row">
<span id="wSegmentCount" class="control radio">
<label for="wSegmentCount">Segment Count</label>
<div id="cSegmentCount" class="hotspot">
<input id="cSegmentCount7" type="radio" name="cSegmentCount" value="7" /><label for="cSegmentCount7" > · 7 · </label>
<input id="cSegmentCount14" type="radio" name="cSegmentCount" value="14"/><label for="cSegmentCount14">· 14 ·</label>
<input id="cSegmentCount16" type="radio" name="cSegmentCount" value="16"/><label for="cSegmentCount16">· 16 ·</label>
</div>
</span>
</div>
<div class="controls-row">
<span id="wCornerType" class="control radio">
<label for="wCornerType">Corner Type</label>
<div id="cCornerType" class="hotspot">
<input id="cCornerType0" type="radio" name="cCornerType" value="0"/><label for="cCornerType0"> Sym </label>
<input id="cCornerType1" type="radio" name="cCornerType" value="1"/><label for="cCornerType1"> Squ </label>
<input id="cCornerType2" type="radio" name="cCornerType" value="2"/><label for="cCornerType2"> Rnd </label>
</div>
</span>
</div>
<div class="controls-row">
<span id="wColorActive" class="control color">
<label for="wColorActive">Color Active</label>
<div id="cColorActive" class="hotspot" value=""></div>
<div id="cColorActivePreview" class="color-preview ui-widget-content ui-corner-all"></div>
<span id="wColorActiveRed" class="color-channel color-channel-red">
<div id="cColorActiveRed" class="hotspot"></div>
</span>
<span id="wColorActiveGreen" class="color-channel color-channel-green">
<div id="cColorActiveGreen" class="hotspot"></div>
</span>
<span id="wColorActiveBlue" class="color-channel color-channel-blue">
<div id="cColorActiveBlue" class="hotspot"></div>
</span>
<span id="wColorActiveAlpha" class="color-channel color-channel-alpha">
<div id="cColorActiveAlpha" class="hotspot"></div>
</span>
</span>
</div>
<div class="controls-row">
<span id="wColorPassive" class="control color">
<label for="wColorPassive">Color Passive</label>
<div id="cColorPassive" class="hotspot" value=""></div>
<div id="cColorPassivePreview" class="color-preview ui-widget-content ui-corner-all"></div>
<span id="wColorPassiveRed" class="color-channel color-channel-red">
<div id="cColorPassiveRed" class="hotspot"></div>
</span>
<span id="wColorPassiveGreen" class="color-channel color-channel-green">
<div id="cColorPassiveGreen" class="hotspot"></div>
</span>
<span id="wColorPassiveBlue" class="color-channel color-channel-blue">
<div id="cColorPassiveBlue" class="hotspot"></div>
</span>
<span id="wColorPassiveAlpha" class="color-channel color-channel-alpha">
<div id="cColorPassiveAlpha" class="hotspot"></div>
</span>
</span>
</div>
<div class="controls-row">
<span id="wDigitHeigth" class="control knob">
<label for="wDigitHeigth">Digit Height</label>
<div class="knob-controller"></div>
</span>
<span id="wDigitWidth" class="control knob">
<label for="wDigitWidth">Digit Width</label>
<div class="knob-controller"></div>
</span>
</div>
<div class="controls-row">
<span id="wDigitAngle" class="control knob">
<label for="wDigitAngle">Display Angle</label>
<div class="knob-controller"></div>
</span>
<span id="wDigitDistance" class="control knob">
<label for="wDigitDistance">Digit Distance</label>
<div class="knob-controller"></div>
</span>
</div>
<div class="controls-row">
<span id="wSegmentWidth" class="control knob">
<label for="wSegmentWidth">Segment Width</label>
<div class="knob-controller"></div>
</span>
<span id="wSegmentDistance" class="control knob">
<label for="wSegmentDistance">Segment Distance</label>
<div class="knob-controller"></div>
</span>
</div>
<div class="controls-row">
<span id="wWallType" class="control radio">
<label for="wWallType">Wall Type</label>
<div id="cWallType" class="hotspot">
<input id="cWallType01" type="radio" name="cWallType" value="assets/background/wall-01.jpg"/><label for="cWallType01"></label>
<input id="cWallType02" type="radio" name="cWallType" value="assets/background/wall-02.jpg"/><label for="cWallType02"></label>
<input id="cWallType03" type="radio" name="cWallType" value="assets/background/wall-03.jpg"/><label for="cWallType03"></label>
<input id="cWallType04" type="radio" name="cWallType" value="assets/background/wall-04.jpg"/><label for="cWallType04"></label>
<input id="cWallType05" type="radio" name="cWallType" value="assets/background/wall-05.jpg"/><label for="cWallType05"></label>
<input id="cWallType06" type="radio" name="cWallType" value="assets/background/wall-06.jpg"/><label for="cWallType06"></label>
<input id="cWallType07" type="radio" name="cWallType" value="assets/background/wall-07.jpg"/><label for="cWallType07"></label>
<input id="cWallType08" type="radio" name="cWallType" value="assets/background/wall-08.jpg"/><label for="cWallType08"></label>
<input id="cWallType09" type="radio" name="cWallType" value="assets/background/wall-09.jpg"/><label for="cWallType09"></label>
<input id="cWallType10" type="radio" name="cWallType" value="assets/background/wall-10.jpg"/><label for="cWallType10"></label>
<input id="cWallType11" type="radio" name="cWallType" value="assets/background/wall-11.jpg"/><label for="cWallType11"></label>
<input id="cWallType12" type="radio" name="cWallType" value="assets/background/wall-12.jpg"/><label for="cWallType12"></label>
<input id="cWallType13" type="radio" name="cWallType" value="assets/background/wall-13.jpg"/><label for="cWallType13"></label>
<input id="cWallType14" type="radio" name="cWallType" value="assets/background/wall-14.jpg"/><label for="cWallType14"></label>
<input id="cWallType15" type="radio" name="cWallType" value="assets/background/wall-15.jpg"/><label for="cWallType15"></label>
<input id="cWallType16" type="radio" name="cWallType" value="assets/background/wall-16.jpg"/><label for="cWallType16"></label>
<input id="cWallType17" type="radio" name="cWallType" value="assets/background/wall-17.gif"/><label for="cWallType17"></label>
<input id="cWallType18" type="radio" name="cWallType" value="assets/background/wall-18.gif"/><label for="cWallType18"></label>
<input id="cWallType19" type="radio" name="cWallType" value="assets/background/wall-19.gif"/><label for="cWallType19"></label>
<input id="cWallType20" type="radio" name="cWallType" value="assets/background/wall-20.gif"/><label for="cWallType20"></label>
</div>
</span>
</div>
</div>
<div class="controls-bottom">
<div class="controls-row">
<!-- the 'export profile' button -->
<span id="wProfileExport" class="control button">
<img src="assets/img/profile-export.png" title="Export settings profile">
</span>
<!-- the 'import profile' button -->
<span id="wProfileImport" class="control button">
<img src="assets/img/profile-import.png" title="Import settings profile">
</span>
</div>
</div>
</div>
<!-- the right controls -->
<div id="LogicalAspects" class="controls controls-right">
<label for="LogicAspects">Logic</label>
<div class="controls-top">
<div class="controls-row">
<span id="wCounterState" class="control switch">
<label for="wCounterState">Counter State</label>
<select id="cCounterState" class="hotspot">
<option value="on">On</option>
<option value="off" selected>Off</option>
</select>
<div id="wCounterTrigger" class="control button">
<a id="cCounterTrigger" class="hotspot"></a>
</div>
</span>
<span id="wCounterHistory" class="control sparkline">
<div id="cCounterHistory" class="hotspot"></div>
</span>
</div>
<div class="controls-row">
<label for="wCounterValue">Counter Value</label>
<span id="wCounterValue" class="control spinner number">
<input id="cCounterValue" class="hotspot" type="text" min="0" max="9" />
</span>
</div>
<div class="controls-row">
<span id="wCounterArity" class="control slider labeled">
<label for="wCounterArity">Display Arity</label>
<div id="cCounterArity" class="hotspot" value="3"></div>
</span>
</div>
<div class="controls-row">
<label for="wTimerSpeed">Timer</label>
<label for="wTimerSpeed">Speed & Variance (s)</label>
<span id="wTimerSpeed" class="control spinner number">
<input id="cTimerSpeed" class="hotspot" type="text" value="1" />
</span>
<span id="wTimerRange" class="control spinner number">
<input id="cTimerRange" class="hotspot" type="text" value="1" />
</span>
</div>
</div>
<div class="controls-bottom">
<div class="controls-row">
<!-- the fullscreen button -->
<span id="wToggleFullscreen" class="control button">
<a id="cToggleFullscreen" class="hotspot">
<img src="assets/img/fullscreen-on.png" title="Toggle fullscreen">
</a>
</span>
</div>
</div>
</div>
<!-- the display -->
<div id="wrapper">
<div class="area top"></div>
<div class="area mid">
<div id="frame">
<canvas id="display" width="1280" height="520"></canvas>
</div>
</div>
<div class="area bot"></div>
</div>
</body>
</html>