-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathschool-profile.html
618 lines (577 loc) · 21.5 KB
/
school-profile.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
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>The School Street</title>
<link rel="shortcut icon" href="/favicon.ico" />
<link href="style.css" rel="stylesheet" type="text/css"/>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="css/style_pages_ie.css" />
<![endif]-->
<link type="text/css" href="./ui/js/jquery-ui-1.8.17/css/ui-lightness/jquery-ui-1.8.17.custom.css" rel="Stylesheet" />
<script type="text/javascript" src="./ui/js/jquery-ui-1.8.17/js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="./ui/js/jquery-ui-1.8.17/js/jquery-ui-1.8.17.custom.min.js"></script>
<script type="text/javascript" src="./ui/js/jquery.tools.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".mmodalInput").click(function(){
$(".modalInput").overlay({mask:{color:'#000000',loadSpeed:200,opacity:0.4},closeOnClick:true});
}
);
$(".modalInput").overlay({
// some mask tweaks suitable for modal dialogs
mask: {
color: '#000000',
loadSpeed: 200,
opacity: 0.4
},
closeOnClick: true
});
$("#add-result-form form").submit(function(e) {
// close the overlay
triggers.eq(1).overlay().close();
// get user input
var input = $("input", this).val();
// do something with the answer
triggers.eq(1).html(input);
// do not submit the form
return e.preventDefault();
});
$('#date').datepicker();
});
</script>
</head>
<body>
<div id="page">
<div id="page-wrapper">
<div id="head">
<table>
<tr>
<td>
<h1 class="not-on-front-page"><a href="index.html">the School Street</a><h1>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="2">
<h5><a href="school-profile.html">Delhi Public School</a></h5>
</td>
</tr>
</table>
</div>
<div id="primary-menu">
<ul class="primary-menu-list">
<li class="primary-menu-list-element"><a class="primary-menu-href selected" href="" rel="#abc"><span>School Frontpage</span></a><div class="modal" id="abc">sdsds</div></li>
<li class="primary-menu-list-element news"><a class="primary-menu-href news" href="">
<span>News</span></a>
<div id="submenu">
<div class="submenu-wrapper">
<h2>Recent News(Delhi Public School)</h2>
<div class="submenu-content">
<table class="submenu-columns-news">
<tr class="top">
<td class="left crop">
<span></span><img class="news-thumbnail" src="./ui/img/news-images/news-image-1.jpg" />
</td>
<td class="right">
<ul class="submenu-list">
<li class="submenu-list-element">
<div class="sub-story">
<a class="submenu-href" href="">USIEF-IIE University Fair 2011</a>
<div class="substory-content">
The much awaited USIEF fair kicked of the on right footing. More than expected aspirants ...
</div>
</div>
</li>
<li class="submenu-list-element">
<div class="sub-story">
<a class="submenu-href" href="">Behaviour Management and Discipline Strategy</a>
<div class="substory-content">
The Behaviour Management and Discipline (BM&D) strategy is an initiative of the Government and the Department of Education and Training and has been established through strong collaboration with the Australian Education Union, Western Australian branch.
</div>
</div>
</li>
<li class="submenu-list-element">
<div class="sub-story">
<a class="submenu-href" href="">USIEF-IIE University Fair 2011</a>
<div class="substory-content">
The much awaited USIEF fair kicked of the on right footing. More than expected aspirants ...
</div>
</div>
</li>
</ul>
</td>
</tr>
<tr class="bottom">
<td>
</td>
<td class="thick-top-border">
<a class="blue-dark" href=""> FIND MORE STORIES </a>
</td>
</tr>
</table>
</div>
</div>
</div>
</li>
<li class="primary-menu-list-element"><a class="primary-menu-href" href=""><span>School Forums</span></a></li>
<li class="primary-menu-list-element"><a class="primary-menu-href" href=""><span>About School</span></a></li>
<li class="primary-menu-list-element"><a class="primary-menu-href" href=""><span>Contact School</span></a></li>
</ul>
</div>
<div id="secondary-menu">
<ul class="secondary-menu-list">
<li class="secondary-menu-list-element"><a class="secondary-menu-option" href=""><span>Founders</span></a></li>
<li class="secondary-menu-list-element"><a class="secondary-menu-option" href=""><span>Staff Information</span></a></li>
<li class="secondary-menu-list-element"><a class="secondary-menu-option" href=""><span>Fees</span></a></li>
<li class="secondary-menu-list-element">
<a class="secondary-menu-option" href=""><span>Result</span></a>
<div id="submenu">
<div class="submenu-wrapper">
<h2>Recent Result Updates</h2>
<div class="submenu-content">
<table class="submenu-columns-result">
<tr class="top">
<td class="left">
<ul class="submenu-list">
<li class="submenu-list-element">
<div class="sub-story">
<a class="submenu-href" href="">Half-Yearly Results(NOV 2011) for classes V to VIII</a>
<div class="substory-content-disabled">
</div>
</div>
</li>
<li class="submenu-list-element">
<div class="sub-story">
<a class="submenu-href" href="">Quarterly Results(SEP 2011) for classes V to VIII</a>
<div class="substory-content-disabled">
</div>
</div>
</li>
<li class="submenu-list-element">
<div class="sub-story">
<a class="submenu-href" href="">Admission Results(APR 2011) for classes I to V</a>
<div class="substory-content-disabled">
</div>
</div>
</li>
</ul>
</td>
<td class="right column-for-menu">
<p>
<a class="modalInput blue-dark" href="" rel="#add-result-form">Enter Result</a>
<div class="modal" id="add-result-form">
<h2>Enter Results</h2>
<form>
<table>
<tr>
<td>Exam Name</td>
<td>
<select class="dropdown" name="add-result-exam-name">
<option value="">Unit Test</option>
<option value="">Quarterly Exam</option>
<option value="">Annual Exam</option>
</select>
</td>
</tr>
<tr>
<td>Session</td>
<td>
<select class="dropdown" name="add-result-session">
<option value="">Unit Test</option>
<option value="">Quarterly Exam</option>
<option value="">Annual Exam</option>
</select>
</td>
</tr>
<tr>
<td>Date of Exam</td>
<td>
<input type="text" name="date" id="date" />
</td>
</tr>
<tr>
<td>Subject</td>
<td>
<select class="dropdown" name="add-result-subject">
<option value="">Physics</option>
<option value="">Chemistry</option>
<option value="">Biology</option>
</select>
</td>
</tr>
<tr>
<td>Class</td>
<td>
<select class="dropdown" name="add-result-class">
<option value="">V</option>
<option value="">VI</option>
<option value="">VII</option>
</select>
</td>
</tr>
<tr>
<td>Section</td>
<td>
<select class="dropdown" name="add-result-section">
<option value="">A</option>
<option value="">B</option>
<option value="">C</option>
</select>
</td>
</tr>
<tr>
<td>Max Marks</td>
<td>
<input class="" type="textbox" name="add-result-max-marks" value="" />
</td>
</tr>
<tr>
<td>
<input class="submit" type="submit" name="submit-result" value="Submit Result" />
</td>
</tr>
</table>
</form>
</div>
</p>
<p>
<a class="modalInput blue-dark" href="" rel="#view-result-form">Enter Roll Number to view result</a>
<div class="modal" id="view-result-form">
<h2>View Result</h2>
<form action="././core/Result/displayresult.php" target="_blank" method="POST">
<table>
<tr>
<td>Name</td>
<td>
<input class="" type="textbox" name="name" value="" />
</td>
</tr>
<tr>
<td>Roll Number</td>
<td>
<input class="" type="textbox" name="roll" value="" />
</td>
</tr>
<tr>
<td>Date of Birth</td>
<td>
<input class="" type="textbox" name="dob" value="" />
</td>
</tr>
<tr>
<td>Exam Name</td>
<td>
<select class="dropdown" name="view-result-exam-name">
<option value="">Unit Test</option>
<option value="">Quarterly Exam</option>
<option value="">Annual Exam</option>
</select>
</td>
</tr>
<tr>
<td>Session</td>
<td>
<select class="dropdown" name="view-result-session">
<option value="">2011-2012</option>
<option value="">2010-2011</option>
</select>
</td>
</tr>
<tr>
<td>Subject</td>
<td>
<select class="dropdown" name="view-result-subject">
<option value="">All</option>
<option value="">Physics</option>
<option value="">Chemistry</option>
<option value="">Biology</option>
</select>
</td>
</tr>
<tr>
<td>Class</td>
<td>
<select class="dropdown" name="view-result-class">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
</td>
</tr>
<tr>
<td>Section</td>
<td>
<select class="dropdown" name="view-result-section">
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
<option value="D">D</option>
<option value="E">E</option>
</select>
</td>
</tr>
<tr>
<td>
<input class="submit" type="submit" name="view-result" value="View Result" />
</td>
</tr>
</table>
</form>
</div>
</p>
<p>
<a class="modalInput blue-dark" href="" rel="#view-class-result-form">Enter class to view result</a>
<div class="modal" id="view-class-result-form">
<h2>View Result</h2>
<form action="././core/Result/class_displayresult.php" target="_blank" method="POST">
<table>
<tr>
<td>Exam Name</td>
<td>
<select class="dropdown" name="view-class-result-exam-name">
<option value="">Unit Test</option>
<option value="">Quarterly Exam</option>
<option value="">Annual Exam</option>
</select>
</td>
</tr>
<tr>
<td>Session</td>
<td>
<select class="dropdown" name="view-class-result-session">
<option value="">2011-2012</option>
<option value="">2010-2011</option>
</select>
</td>
</tr>
<tr>
<td>Subject</td>
<td>
<select class="dropdown" name="view-class-result-subject">
<option value="">All</option>
<option value="">Physics</option>
<option value="">Chemistry</option>
<option value="">Biology</option>
</select>
</td>
</tr>
<tr>
<td>Class</td>
<td>
<select class="dropdown" name="view-class-result-class">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
</td>
</tr>
<tr>
<td>Section</td>
<td>
<select class="dropdown" name="view-class-result-section">
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
<option value="D">D</option>
<option value="E">E</option>
</select>
</td>
</tr>
<tr>
<td>
<input class="submit" type="submit" name="view-class-result" value="View Result" />
</td>
</tr>
</table>
</form>
</div>
</p>
</td>
</tr>
<tr>
<td ><p></p>
</td>
</tr>
<tr class="bottom">
<td class="thick-top-border">
<a class="blue-dark" href=""> FIND PREVIOUS RESULTS </a>
</td>
<td class="thick-top-border">
</td>
</tr>
</table>
</div>
</div>
</div>
</li>
<li class="secondary-menu-list-element"><a class="secondary-menu-option" href="school-admission.html"><span>Admission</span></a></li>
</ul>
</div>
<div id="slider">
<div id="slider-wrapper">
<div class="search">
<h2>Search</h2>
<form class="search-form">
<table>
<tr>
<td>
<select class="search-selectbox" name="search-for-options">
<option value="search-school">Search for School</option>
<option value="search-student">Search for Student</option>
</select>
<input type="text" name="date" id="date" />
</td>
</tr>
<tr>
<td>
<input class="search-textbox city-input" type="textbox" name="city" value="City" />
</td>
</tr>
<tr>
<td>
<input class="search-textbox school-input" type="textbox" name="school" value="Name of the School" />
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
<div id="content">
<div class="content-main">
<h2>About Us</h2>
<div class="cover-story">
<!--<h3>USIEF-IIE University Fair 2011</h3> -->
<table>
<tr>
<td class="cover-story-image">
<!--<img src="./ui/img/cover-story-image-1.jpg" />-->
</td>
<td class="cover-story-content">
<p>Welcome to Example Public School, a world of learning possibilities and opportunities. At EPS, we encourage a positive attitude towards learning and the development of a life long love for knowledge.
</p>
<p>Within the domain of each student's unique strengths and competencies, we aim to provide meaningful educational experiences, develop skills and nurture constructive attitudes thereby allowing for the full expression of academic, physical and creative talents.We look upon the school as an extension of the home in terms of the nurturing it provides to the young and a portal to the outside world in as much as it prepares our students to actively apply their learning to real life situations.
<br /><br />
<a class="readmore" href="school-admission.html">How to get Admission</a>
</p>
</td>
</tr>
</table>
</div>
<h2>Standout students (Jan 2012)</h2>
<div class="standout-students">
<table class="cover-students">
<tr>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-1.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-2.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-3.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-4.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-5.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-6.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-7.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-8.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-1.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-2.jpg"></a><td>
</tr>
<tr>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-2.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-1.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-8.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-7.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-6.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-5.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-4.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-3.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-2.jpg"></a><td>
<td><a href=""><img src="./ui/img/profile-pics/profile-pic-1.jpg"></a><td>
</tr>
</table>
</div>
</div>
<div class="sidebar-cover">
<div class="sidebar">
<h2>Notices</h2>
<div class="notices">
<div class="notice">
<h4>9th January 2012</h4>
<div class="notice-teaser">
First release of the admission form by St Mary SR Nagar
<br /><a href="">Book your form now</a>
</div>
</div>
<div class="notice">
<h4>12th January 2012</h4>
<div class="notice-teaser">
Performance by HANS Foundation at Chirec KinderGardens Kondapur
<br /><a href="">Find More</a>
</div>
</div>
<div class="notice">
<h4>15th January 2012</h4>
<div class="notice-teaser">
Interschool Chess Tournament at St Atulanand (3:30 PM - 5:00 PM)
<br /><a href="">Get a seat</a>
</div>
</div>
<div class="notice">
<h4>25th January 2012</h4>
<div class="notice-teaser">
Interschool Chess Tournament at St Atulanand (3:30 PM - 5:00 PM)
<br /><a href="">Get a seat</a>
</div>
</div>
<div class="notice">
<h4>28th January 2012</h4>
<div class="notice-teaser">
Students meet at RoadMast
<br /><a href="">Find More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-wrapper">
<table class="footline">
<tr>
<td class="copyright-note">
All rights Reserved to schoolstreet.in
</td>
<td>
<div id="footer-menu">
<ul>
<li><a class="footer-menu-option" href=""><span>Terms & Conditions</span></a></li>
<li><a class="footer-menu-option" href=""><span>Our team</span></a></li>
<li><a class="footer-menu-option" href=""><span>What we offer</span></a></li>
</ul>
</div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>