-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathJSON Track3.html
More file actions
432 lines (385 loc) · 11.6 KB
/
Copy pathJSON Track3.html
File metadata and controls
432 lines (385 loc) · 11.6 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
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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!doctypehtml>
<html>
<head>
<title>TTX</title>
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
<style>
.track {
height:50px;
width:110px;
border-radius: 15%;
border-width: 2px;
border-style: solid;
font-size: 15px;
background-color: #FFFFFF;
}
.button {
height:50px;
width:70px;
border-radius: 30%;
border-width: 2px;
border-style: solid;
font-size: 15px;
background-color: #FFFFFF;
}
.trackbutton {
height:50px;
width:70px;
border-radius: 30%;
border-width: 2px;
border-style: solid;
font-size: 15px;
background-color: #FFFFFF;
}
#yard {
height: 70px;
font-size: 30px;
font-family: Arial;
}
.highlight {
border-color: orange;
}
#move {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
background-color:#f24537;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-bottomright:0px;
border-bottom-right-radius:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomleft:0px;
border-bottom-left-radius:0px;
text-indent:0px;
display:inline-block;
color:#ffffff;
font-family:Arial Black;
font-size:19px;
font-weight:bold;
font-style:normal;
height:50px;
line-height:50px;
width:100px;
text-decoration:none;
text-align:center;
position: fixed;
right: 700px;
}
body {
margin: 0;
background: #ffd65e; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, #ffd65e 0%,#febf04 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, #ffd65e 0%,#febf04 100%); /* IE10+ */
background: radial-gradient(ellipse at center, #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#navbar ul {
margin: 0;
padding: 10px;
border: 0;
list-style-type: none;
text-align: center;
background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 0%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(0%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 0%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b5bdc8 0%,#828c95 0%,#28343b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b5bdc8 0%,#828c95 0%,#28343b 100%); /* IE10+ */
background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 0%,#28343b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}
#navbar ul li {
display: inline-block;
background: transparent;
}
#navbar ul li button {
display: inline-block;
padding: 10px;
background: transparent;
font-weight: bold;
color: #FFFFFF;
border:transparent;
}
#navbar ul li a:hover {
color: #0EC6D7;
background-color: #8B008B;
}
#logo{
position: fixed;
top:15px;
left: 10px;
}
</style>
<script>
$(document).ready(function() {
$("#move").hide();
});
$(window).load(function(){
$(".button").click(function() {
if ($(this).hasClass('highlight')) {
$(this).removeClass('highlight');
} else {
$(this).addClass('highlight');
}
});
});
$(window).load(function() {
$(".button").click(function() {
if ($(".button").hasClass('highlight')) {
$("#move").show();
} else {
$("#move").hide();
}
});
});
//declare global variables
var thegame;
thegame = new mygame;
//create your object
function mygame(){
this.tracks = [];
this.yards = [];
this.unit = [];
this.trackid = [j2];
//an object method to say something
this.sayhello = function (){
console.log ('hello world');
};
this.addtrack = function (jsonTrack){
var newtrack = new track();
jQuery.extend(newtrack, jsonTrack);
this.tracks.push(newtrack);
newtrack.show();
};
this.addyard = function (jsonYard){
var newyard = new yard();
jQuery.extend(newyard, jsonYard);
this.yards.push(newyard);
newyard.showYardName();
};
this.addunit = function (jsonUnit){
var newunit = new unit();
jQuery.extend(newunit, jsonUnit);
this.unit.push(newunit);
newunit.show();
};
}
function yard(){
/*var yardid;
var yardname;*/
this.showYardName = function () {
var yard = $("#yard");
yard.append('<h2>'+this.yardname+'</h2>').trigger('create');
console.log("y="+this.yardname);
};
}
function track()
{ var trackid;
/*var trackname;*/
this.debug = function (){
console.log ('my id is: ' + this.trackid);
};
this.show = function () {
var track = $("#j1");
track.append('<div id="track">'+this.trackname+'</div>').trigger('create');
};
}
function track()
{ var trackid;
/*var trackname;*/
this.debug = function (){
console.log ('my id is: ' + this.trackid);
};
this.show = function () {
var track = $("#j1");
track.append('<div><button class="trackbutton">'+this.trackname+'</button></div>').trigger('create');
};
}
function unit(){
var unitid;
this.show = function () {
var unit = $("#unit");
$('#j1').append('<button class="unit">'+this.unitname+'</button>').trigger('create');
};
$(document).ready (function(){
var server = new ajaxServiceLayer();
var tracksFromJSON = server.gettracks();
console.log(tracksFromJSON.yards);
for (t=0;t<tracksFromJSON.yardss.tracks.length;t++){
thegame.addtrack(tracksFromJSON.yards.tracks[t]);{
for (u=0;u<tracksFromJSON.yards.tracks[t].units.length;u++){
thegame.addunit(tracksFromJSON.yards.tracks[t].units[u]);
}
};
thegame.addyard(tracksFromJSON.yards);
});
function ajaxServiceLayer(){
this.gettracks = function(){
//name the return value
var retval;
/*
$.get("getballs.aspx")
.done(function(data){
retval = JSON.parse(data);
});
*/
//fake the server for now
//http://www.w3schools.com/json/json_syntax.asp
retval = {
"yards":
{
"yardid": "1",
"yardname": "Yard1",
"yardlocation": "location1",
"tracks": [
{
"trackid": "1",
"trackname": "j1",
"units": [
{
"unitid": "1",
"unitname": "u1"
},
{
"unitid": "2",
"unitname": "u2"
},
{
"unitid": "3",
"unitname": "u3"
},
{
"unitid": "4",
"unitname": "u4"
},
{
"unitid": "5",
"unitname": "u5"
},
{
"unitid": "6",
"unitname": "u6"
}
]
},
{
"trackid": "2",
"trackname": "j2",
"units": [
{
"unitid": "7",
"unitname": "u1"
},
{
"unitid": "8",
"unitname": "u2"
},
{
"unitid": "9",
"unitname": "u3"
},
{
"unitid": "10",
"unitname": "u4"
},
{
"unitid": "11",
"unitname": "u5"
}
]
},
{
"trackid": "3",
"trackname": "j3",
"units": [
{
"unitid": "12",
"unitname": "u1"
},
{
"unitid": "13",
"unitname": "u2"
},
{
"unitid": "14",
"unitname": "u3"
},
{
"unitid": "15",
"unitname": "u4"
},
{
"unitid": "16",
"unitname": "u5"
},
{
"unitid": "17",
"unitname": "u6"
},
{
"unitid": "18",
"unitname": "u7"
},
{
"unitid": "19",
"unitname": "u8"
}
]
},
{
"trackid": "4",
"trackname": "j4",
"units": [
{
"unitid": "20",
"unitname": "u1"
},
{
"unitid": "21",
"unitname": "u2"
},
{
"unitid": "22",
"unitname": "u3"
}
]
}
]
}
};
console.log(retval);
return retval;
};
}
</script>
</head>
<body>
<div id="header">
<div id="navbar">
<ul>
<li><button type="button" value="Refresh Page" onClick="window.location.reload()">Refresh</button></li>
<li><form><input type="text" placeholder="Search..." required><input type="button" value="Search"></form></li>
<li><button onclick="leavePage()">logout</button></li>
</ul>
<div></div>
<h1>
<img id="logo" src="http://www.ttx.com/Libraries/Main_Gallery/TTXLOGOr_4c_RSG.sflb.ashx" height="30px"width="85px">
</h1>
</div>
</div>
<button id="move">Move</button>
<div id="yard" align="center"></div>
<div id="track"></div>
<div id="j1"></div>
<div id="unit"></div>
</body>
</html>