-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
462 lines (457 loc) · 19.2 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
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
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
<!-- Coded by Benjamin Hough, 2014-->
<!DOCTYPE html>
<html id="html">
<head>
<meta name=viewport content="height=device-height, width=device-width, initial-scale=1">
<meta charset="ISO-8859-1">
<meta name="description" content="A tool for easily laying out your schedule at the Santa Rosa Junior College. Features automatic scheduling and class interference detection. This is NOT an official SRJC website." />
<meta property="og:url" content="http://srjcscheduler.com/" />
<meta property="og:title" content="SRJC Class Scheduler" />
<meta property="og:image" content="http://srjcscheduler.com/img/banner.png" />
<meta property="og:description" content="A tool for easily laying out your schedule at the SRJC. Features automatic scheduling and class interference detection." />
<title>SRJC Class Scheduler</title>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#e35750">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="css/jquery-ui.css" />
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/jquery.mobile.custom.js"></script>
<script src="js/jstorage.js"></script>
<script src="js/json.js"></script>
<script src="js/jquery-ui.min.js"></script>
</head>
<body>
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="container2">
<img src="img/semester.png" style="display: none; position: absolute;" id="semester">
<header id="header"><img src="img/title.png" /></header>
<header id="printH">
<h1>SRJCscheduler.com</h1></header>
<div id="container">
<div id="first">
<table id="timeSheet">
<tr>
<th id="firstColumn"></th>
<th>
<div>Monday</div>
</th>
<th>
<div>Tuesday</div>
</th>
<th>
<div>Wednesday</div>
</th>
<th>
<div>Thursday</div>
</th>
<th>
<div>Friday</div>
</th>
<th>
<div>Saturday</div>
</th>
<th>
<div>Sunday</div>
</th>
</tr>
<tr>
<td>6AM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>7AM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>8AM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>9AM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>10AM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>11AM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>12PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>1PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>2PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>3PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>4PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>5PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>6PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>7PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>8PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>9PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>10PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>11PM</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<div id="divCanvas"></div>
</div>
<div id="second">
<div id="topButton" class="buttonGroup">
<div class="buttonCont">
<div id="textarea">
<input id="textbox" placeholder="Enter Course Name or Data Here" spellcheck="false">
</div>
</div>
<div class="buttonCont">
<div id="B_addCourse" class="button">
<div class="buttonInside disabled"><span id="loader">Add Course</span>
<div id="fountainG" style="display: none;">
<div id="fountainG_1" class="fountainG">
</div>
<div id="fountainG_2" class="fountainG">
</div>
<div id="fountainG_3" class="fountainG">
</div>
<div id="fountainG_4" class="fountainG">
</div>
<div id="fountainG_5" class="fountainG">
</div>
<div id="fountainG_6" class="fountainG">
</div>
<div id="fountainG_7" class="fountainG">
</div>
<div id="fountainG_8" class="fountainG">
</div>
</div>
</div>
</div>
</div>
<a href='html/howto.html' onclick="ga('send', 'event', 'Button', 'Clicked','Help');" target="_blank">
<div class="buttonCont">
<div id="B_help" class="button">
<div class="buttonInside">Help</div>
</div>
</div>
</a>
<div class="buttonCont">
<div id="B_donate" class="button" style="
width: 100%;
text-decoration: none;
">
<a href="#" onclick="window.open('https://www.paypal.com/cgi-bin/webscr/?cmd=_s-xclick&hosted_button_id=QPMKPZLKTW7B2', 'newwindow', 'width=800, height=700, top=300, left=100');
ga('send', 'event', 'Button', 'Clicked','Paypal');
return false;" style="
text-decoration: none;
">
<div class="buttonInside">
<span class="icon-paypal"><span> Donate</span></span>
</div>
</a>
</div>
</div>
</div>
<div id="infoPane">
</div>
<div id="totals">Units: 0.00 Hours: 0.00
</div>
<div id="lowButton" class="buttonGroup">
<div class="buttonCont">
<div id="B_classCycleLeft" class="button">
<div class="buttonInside"><</div>
</div>
<div id="B_classCycle">
<div class="buttonInside">Cycle Classes</div>
</div>
<div id="B_classCycleRight" class="button">
<div class="buttonInside">></div>
</div>
</div>
<div class="buttonCont" style="display:none">
<div id="B_save" class="button">
<div class="buttonInside">Save</div>
</div>
<div id="B_load" class="button">
<div class="buttonInside">Load</div>
</div>
</div>
<div class="buttonCont">
<div id="B_print" class="button">
<div class="buttonInside">Print</div>
</div>
</div>
<div class="buttonCont">
<div id="B_restart" class="button">
<div class="buttonInside">Restart</div>
</div>
</div>
</div>
</div>
<div id="third">
<!--<div class="courseGroup">
<span>class Name</span>
<div class="buttonCont">
<div class="button"><div>Add Course</div></div>
</div>
<div class="buttonCont">
<div class="button"><div>Add Course</div></div>
</div>
<div class="buttonCont">
<div class="button"><div>Add Course</div></div>
</div>
</div>-->
</div>
</div>
<div id="footer">
<span id="author">Created by: <a href="html/submit.html" target="blank" style="cursor:pointer">Benjamin Hough</a></span>
<div id="share">
<div class="buttonCont">
<div id="B_fShare" class="button">
<a href="#" onclick="window.open('http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.srjcscheduler.com', 'newwindow', 'width=450, height=300, top=300, left=100');
ga('send', 'event', 'Button', 'Clicked','Facebook');
return false;">
<div class="buttonInside">
<span class="icon-facebook"><span> Share</span></span>
</div>
</a>
</div>
<div id="B_gShare">
<a href="#" onclick="window.open('https://plus.google.com/share?url=http%3A%2F%2Fwww.srjcscheduler.com', 'newwindow', 'width=450, height=300, top=300, left=100');
ga('send', 'event', 'Button', 'Clicked','Google Plus');
return false;">
<div class="buttonInside">
<span class="icon-google"><span> Share</span></span>
</div>
</a>
</div>
<div id="B_tShare" class="button">
<a href="#" onclick="window.open('https://twitter.com/intent/tweet?&text=SRJC%20Class%20Scheduler%20-%20Takes%20the%20hassle%20out%20scheduling%20classes&url=http%3A%2F%2Fsrjcscheduler.com', 'newwindow', 'width=450, height=300, top=300, left=100');
ga('send', 'event', 'Button', 'Clicked','Twitter');
return false;">
<div class="buttonInside">
<span class="icon-twitter"><span> Tweet</span></span>
</div>
</a>
</div>
<div id="B_donate" class="button">
<a href="#" onclick="window.open('https://www.paypal.com/cgi-bin/webscr/?cmd=_s-xclick&hosted_button_id=QPMKPZLKTW7B2', 'newwindow', 'width=800, height=700, top=300, left=100');
ga('send', 'event', 'Button', 'Clicked','Paypal');
return false;">
<div class="buttonInside">
<span class="icon-paypal"><span> Donate</span></span>
</div>
</a>
</div>
</div>
</div>
</div>
<table id="tableInfo">
</table>
</div>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-53825320-1', 'auto');
ga('send', 'pageview');
</script>
<script src="js/Main-1.1.0.js"></script>
</body>
<noscript>
<div id="noscript"><img src="img/error.gif" style="
float: right;
display: inline;
margin-right: 20px;
">
<div style="
/* float: left; */
width: auto;
display: inline;
"><img src="img/error.gif" style="
float: left;
margin-left: 20px;
">
<p style="
margin: 0;
">Javascript must be enabled to use this site</p>
<br><span>please enable now or update your browser</span></div>
</div>
<div id="blank"></div>
</noscript>
</html>