-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path2ed.html
353 lines (346 loc) · 14 KB
/
2ed.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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title> - jsFiddle demo</title>
<link rel="stylesheet" type="text/css" href="main.css">
<script type='text/javascript' src='http://code.jquery.com/jquery-1.8.3.js'></script>
<script type="text/javascript" src="js/Base64.js"></script>
<script type='text/javascript' src="js/LZString.js"></script>
<script type='text/javascript' src="js/main.js"></script>
</head>
<body>
<div class="controls">
<ul class="interfaceControls"
><li><label for="toggleUnits">Show/Hide Units on Board</label></li
><li><label for="toggleOrders">Show/Hide Orders on Board</label></li
><li><label for="togglePowertokens">Show/Hide Powertokens on Board</label></li
><li id="shortlink"></li
></ul>
<ul class="nav"
><li><label for="tracks">Influence Tracks/Supply/…</label></li
><li><label for="baratheonStuff">Baratheon: Settings</label></li
><li><label for="greyjoyStuff">Greyjoy: Settings</label></li
><li><label for="lannisterStuff">Lannister: Settings</label></li
><li><label for="martellStuff">Martell: Settings</label></li
><li><label for="starkStuff">Stark: Settings</label></li
><li><label for="tyrellStuff">Tyrell: Settings</label></li
></ul>
<input type="radio" name="navContentControl" id="tracks"/>
<div class="navContent">
<label class="fullwidth">
Iron Throne Order:
<textarea name="ironThroneOrder">Baratheon
Lannister
Stark
Martell
Greyjoy
Tyrell</textarea>
</label>
<label class="fullwidth">
Fiefdom Order:
<textarea name="fiefdomOrder">Greyjoy
Tyrell
Martell
Stark
Baratheon
Lannister</textarea>
</label>
<label class="fullwidth">
King's Court Order:
<textarea name="kingsCourtOrder">Lannister
Stark
Martell
Baratheon
Tyrell
Greyjoy</textarea>
</label>
<label class="fullwidth">
Supply:
<textarea name="supply">Baratheon: 2
Greyjoy: 2
Lannister: 2
Martell: 2
Stark: 1
Tyrell: 2</textarea>
</label>
<label class="fullwidth">
Victory:
<textarea name="victory">Baratheon: 1
Greyjoy: 1
Lannister: 1
Martell: 1
Stark: 2
Tyrell: 1</textarea>
</label>
<label class="fullwidth">
Garrisons:
<textarea name="garrisons">King's Landing: 5
The Eyrie: 6
Dragonstone: 2
Winterfell: 2
Lannisport: 2
Highgarden: 2
Sunspear: 2
Pyke: 2</textarea>
</label>
<label class="fullwidth">
Wildlings: <input type="number" step="2" min="0" max="12" value="2" name="wildlings"/>
</label>
<label class="fullwidth">
Round: <input type="number" step="1" min="1" max="10" value="1" name="round"/>
</label>
<lable class="fullwidth">
Valyrian Steel Blade was used: <input type="checkbox" name="vsb-used" />
</label>
<lable class="fullwidth">
Raven was used: <input type="checkbox" name="raven-used" />
</label>
<label class="fullwidth">
Max Power Tokens:
<input name="maxPowertokens" type="number" step="1" value="20"/>
</label>
<label class="fullwidth">
Baratheons House Cards:
<textarea name="housecards-baratheon"></textarea>
</label>
<label class="fullwidth">
Greyjoys House Cards:
<textarea name="housecards-greyjoy"></textarea>
</label>
<label class="fullwidth">
Lannisters House Cards:
<textarea name="housecards-lannister"></textarea>
</label>
<label class="fullwidth">
Martells House Cards:
<textarea name="housecards-martell"></textarea>
</label>
<label class="fullwidth">
Starks House Cards:
<textarea name="housecards-stark"></textarea>
</label>
<label class="fullwidth">
Tyrells House Cards:
<textarea name="housecards-tyrell"></textarea>
</label>
</div>
<input type="radio" name="navContentControl" id="baratheonStuff"/>
<div class="navContent">
<label class="fullwidth">
Units:
<textarea name="units-baratheon">Dragonstone: Footman, Knight
Kingswood: Footman
Shipbreaker Bay: Ship, Ship</textarea>
</label>
<label class="fullwidth">
Orders:
<textarea name="orders-baratheon"></textarea>
</label>
<label class="fullwidth">
Powertokens in Areas:
<textarea name="powertokens-baratheon"></textarea>
</label>
<label class="fullwidth">
Available Power Tokens:
<input name="availablePowertokens-baratheon" type="number" min="0" max="20" step="1" value="5"/>
</label>
<input type="checkbox" name="housecard-0-baratheon" id="housecard-0-baratheon" />
<label for="housecard-0-baratheon"></label>
<input type="checkbox" name="housecard-1-baratheon" id="housecard-1-baratheon" />
<label for="housecard-1-baratheon"></label>
<input type="checkbox" name="housecard-2-baratheon" id="housecard-2-baratheon" />
<label for="housecard-2-baratheon"></label>
<input type="checkbox" name="housecard-3-baratheon" id="housecard-3-baratheon" />
<label for="housecard-3-baratheon"></label>
<input type="checkbox" name="housecard-4-baratheon" id="housecard-4-baratheon" />
<label for="housecard-4-baratheon"></label>
<input type="checkbox" name="housecard-5-baratheon" id="housecard-5-baratheon" />
<label for="housecard-5-baratheon"></label>
<input type="checkbox" name="housecard-6-baratheon" id="housecard-6-baratheon" />
<label for="housecard-6-baratheon"></label>
</div>
<input type="radio" name="navContentControl" id="greyjoyStuff"/>
<div class="navContent">
<label class="fullwidth">
Units:
<textarea name="units-greyjoy">Pyke: Footman, Knight
Greywater Watch: Footman
Ironman's Bay: Ship
Pyke - Port: Ship</textarea>
</label>
<label class="fullwidth">
Orders:
<textarea name="orders-greyjoy"></textarea>
</label>
<label class="fullwidth">
Powertokens in Areas:
<textarea name="powertokens-greyjoy"></textarea>
</label>
<label class="fullwidth">
Available Power Tokens:
<input name="availablePowertokens-greyjoy" type="number" min="0" max="20" step="1" value="5"/>
</label>
<input type="checkbox" name="housecard-0-greyjoy" id="housecard-0-greyjoy" />
<label for="housecard-0-greyjoy"></label>
<input type="checkbox" name="housecard-1-greyjoy" id="housecard-1-greyjoy" />
<label for="housecard-1-greyjoy"></label>
<input type="checkbox" name="housecard-2-greyjoy" id="housecard-2-greyjoy" />
<label for="housecard-2-greyjoy"></label>
<input type="checkbox" name="housecard-3-greyjoy" id="housecard-3-greyjoy" />
<label for="housecard-3-greyjoy"></label>
<input type="checkbox" name="housecard-4-greyjoy" id="housecard-4-greyjoy" />
<label for="housecard-4-greyjoy"></label>
<input type="checkbox" name="housecard-5-greyjoy" id="housecard-5-greyjoy" />
<label for="housecard-5-greyjoy"></label>
<input type="checkbox" name="housecard-6-greyjoy" id="housecard-6-greyjoy" />
<label for="housecard-6-greyjoy"></label>
</div>
<input type="radio" name="navContentControl" id="lannisterStuff"/>
<div class="navContent">
<label class="fullwidth">
Units:
<textarea name="units-lannister">Lannisport: Footman, Knight
Stoney Sept: Footman
The Golden Sound: Ship</textarea>
</label>
<label class="fullwidth">
Orders:
<textarea name="orders-lannister"></textarea>
</label>
<label class="fullwidth">
Powertokens in Areas:
<textarea name="powertokens-lannister"></textarea>
</label>
<label class="fullwidth">
Available Power Tokens:
<input name="availablePowertokens-lannister" type="number" min="0" max="20" step="1" value="5"/>
</label>
<input type="checkbox" name="housecard-0-lannister" id="housecard-0-lannister" />
<label for="housecard-0-lannister"></label>
<input type="checkbox" name="housecard-1-lannister" id="housecard-1-lannister" />
<label for="housecard-1-lannister"></label>
<input type="checkbox" name="housecard-2-lannister" id="housecard-2-lannister" />
<label for="housecard-2-lannister"></label>
<input type="checkbox" name="housecard-3-lannister" id="housecard-3-lannister" />
<label for="housecard-3-lannister"></label>
<input type="checkbox" name="housecard-4-lannister" id="housecard-4-lannister" />
<label for="housecard-4-lannister"></label>
<input type="checkbox" name="housecard-5-lannister" id="housecard-5-lannister" />
<label for="housecard-5-lannister"></label>
<input type="checkbox" name="housecard-6-lannister" id="housecard-6-lannister" />
<label for="housecard-6-lannister"></label>
</div>
<input type="radio" name="navContentControl" id="martellStuff"/>
<div class="navContent">
<label class="fullwidth">
Units:
<textarea name="units-martell">Sunspear: Footman, Knight
Salt Shore: Footman
Sea of Dorne: Ship</textarea>
</label>
<label class="fullwidth">
Orders:
<textarea name="orders-martell"></textarea>
</label>
<label class="fullwidth">
Powertokens in Areas:
<textarea name="powertokens-martell"></textarea>
</label>
<label class="fullwidth">
Available Power Tokens:
<input name="availablePowertokens-martell" type="number" min="0" max="20" step="1" value="5"/>
</label>
<input type="checkbox" name="housecard-0-martell" id="housecard-0-martell" />
<label for="housecard-0-martell"></label>
<input type="checkbox" name="housecard-1-martell" id="housecard-1-martell" />
<label for="housecard-1-martell"></label>
<input type="checkbox" name="housecard-2-martell" id="housecard-2-martell" />
<label for="housecard-2-martell"></label>
<input type="checkbox" name="housecard-3-martell" id="housecard-3-martell" />
<label for="housecard-3-martell"></label>
<input type="checkbox" name="housecard-4-martell" id="housecard-4-martell" />
<label for="housecard-4-martell"></label>
<input type="checkbox" name="housecard-5-martell" id="housecard-5-martell" />
<label for="housecard-5-martell"></label>
<input type="checkbox" name="housecard-6-martell" id="housecard-6-martell" />
<label for="housecard-6-martell"></label>
</div>
<input type="radio" name="navContentControl" id="starkStuff"/>
<div class="navContent">
<label class="fullwidth">
Units:
<textarea name="units-stark">Winterfell: Footman, Knight
White Harbor: Footman
The Shivering Sea: Ship</textarea>
</label>
<label class="fullwidth">
Orders:
<textarea name="orders-stark"></textarea>
</label>
<label class="fullwidth">
Powertokens in Areas:
<textarea name="powertokens-stark"></textarea>
</label>
<label class="fullwidth">
Available Power Tokens:
<input name="availablePowertokens-stark" type="number" min="0" max="20" step="1" value="5"/>
</label>
<input type="checkbox" name="housecard-0-stark" id="housecard-0-stark" />
<label for="housecard-0-stark"></label>
<input type="checkbox" name="housecard-1-stark" id="housecard-1-stark" />
<label for="housecard-1-stark"></label>
<input type="checkbox" name="housecard-2-stark" id="housecard-2-stark" />
<label for="housecard-2-stark"></label>
<input type="checkbox" name="housecard-3-stark" id="housecard-3-stark" />
<label for="housecard-3-stark"></label>
<input type="checkbox" name="housecard-4-stark" id="housecard-4-stark" />
<label for="housecard-4-stark"></label>
<input type="checkbox" name="housecard-5-stark" id="housecard-5-stark" />
<label for="housecard-5-stark"></label>
<input type="checkbox" name="housecard-6-stark" id="housecard-6-stark" />
<label for="housecard-6-stark"></label>
</div>
<input type="radio" name="navContentControl" id="tyrellStuff"/>
<div class="navContent">
<label class="fullwidth">
Units:
<textarea name="units-tyrell">Highgarden: Footman, Knight
Dornish Marches: Footman
Redwyne Straights: Ship</textarea>
</label>
<label class="fullwidth">
Orders:
<textarea name="orders-tyrell"></textarea>
</label>
<label class="fullwidth">
Powertokens in Areas:
<textarea name="powertokens-tyrell"></textarea>
</label>
<label class="fullwidth">
Available Power Tokens:
<input name="availablePowertokens-tyrell" type="number" min="0" max="20" step="1" value="5"/>
</label>
<input type="checkbox" name="housecard-0-tyrell" id="housecard-0-tyrell" />
<label for="housecard-0-tyrell"></label>
<input type="checkbox" name="housecard-1-tyrell" id="housecard-1-tyrell" />
<label for="housecard-1-tyrell"></label>
<input type="checkbox" name="housecard-2-tyrell" id="housecard-2-tyrell" />
<label for="housecard-2-tyrell"></label>
<input type="checkbox" name="housecard-3-tyrell" id="housecard-3-tyrell" />
<label for="housecard-3-tyrell"></label>
<input type="checkbox" name="housecard-4-tyrell" id="housecard-4-tyrell" />
<label for="housecard-4-tyrell"></label>
<input type="checkbox" name="housecard-5-tyrell" id="housecard-5-tyrell" />
<label for="housecard-5-tyrell"></label>
<input type="checkbox" name="housecard-6-tyrell" id="housecard-6-tyrell" />
<label for="housecard-6-tyrell"></label>
</div>
</div>
<div class="board">
<input type="checkbox" id="toggleUnits" checked="checked"/>
<input type="checkbox" id="toggleOrders" checked="checked"/>
<input type="checkbox" id="togglePowertokens" checked="checked"/>
</div>
</body>
</html>