forked from AIT-Website/aitpune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IIC_Teams.html
780 lines (733 loc) · 43.2 KB
/
IIC_Teams.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
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="IT.css">
</head>
<body>
<div style="position: fixed; width: 100%; z-index: 10;">
<div class="topper">
<div>
<ul class="header_items">
<a href="ABOUT_US.html">About Us</a>
<a href="Alumini.html">Alumini</a>
<a href="PLACEMENT_T&P.html">Placements</a>
<a href="CLUBS.html">Clubs</a>
<a href="ADMIN_AIT.html">Admin</a>
</ul>
</div>
</div>
<div class="header" id="header">
<div class="head">
<a href="index.html"><img src="AIT LOGO.png" alt="logo ait" style="width: 60px;"></a>
<a href="index.html" style="text-decoration: none ; color: #0C2695;"><p>Army Institute of Technology, Pune</p></a>
</div>
<div style="display: flex;" class="side">
<nav id="navele" class="navele">
<a href="ABOUT_US.html">About Us</a>
<a href="Admission1.html">Admissions</a>
<a href="ResearchDean.html">Research</a>
<a href="student.html">Students</a>
<a href="ADMIN_AIT.html">Admin</a>
<img src="awes.jpg" alt="" id="always" style="height: 50px; margin-bottom: 15px;" >
</nav>
</div>
<div class="hamburger" onclick="menuView()">
<div id = "hamburger">
<img src="./img/icons/cancel.svg" alt="cancel">
<img src="./img/icons/ham.svg" alt="ham">
</div>
</div>
</div>
</div>
<div class="empty" style="height: 120px;width: 100%;"></div>
<div class="header3">
<div class="show">
<p class="a">Information Technology</p>
<p class="b"> "Empowering Campus Innovation Through Technology." </p>
<p class="c"> <a href="#main">Explore</a> </p>
</div>
</div>
<div class="about_us">
<div class="main_content">
<h2 class="ab" style="text-align: left;">About</h2>
<p class="about_vision">Vision</p>
<p class="about_content">We strive to empower the students with knowledge of all basic engineering and applied science subjects and to provide avenues for development of their physical, intellectual, emotional and spiritual quotients.</p>
<p class="about_mission">Mission</p>
<div class="about_list">
<ul>
<li>To provide a stimulating learning environment and state of the art infrastructure with the aim of providing a sound foundation to their engineering studies.</li>
<li>To develop creative thinking and inculcate a habit of lifelong learning in students.</li>
<li>To encourage the faculty to acquire latest technical knowledge and pedagogical techniques.</li>
<li>To strive for a holistic personality development of students.</li>
</ul>
</div>
</div>
<div class="about_image">
<img src="Rectangle 61.png">
</div>
</div>
<div id="box_hide" onclick="change_view()"></div>
<div class="main" id="main">
<section class="jd_table">
<ul>
<a href="IT_HOD_DESk.html" class="fetchLink" data-elementid="hod_content" style="border-top: none;">HOD's Desk</a>
<a href="Departments/IT/IT_FACULTY&STAFF.html" class="fetchLink" data-elementid="faculty_asge">Faculty & staff</a>
<a href="Departments/IT/IT_Roll.html" class="fetchLink" data-elementid="student_roll">Student roll</a>
<a href="Departments/IT/IT_TIMETABLE.html" class="fetchLink" data-elementid="timetable">Timetable</a>
<a href="Departments/IT/IT_EXAM.html" class="fetchLink" data-elementid="exam_section">Exam schedule</a>
<a href="Departments/IT/IT_RESULT.html" class="fetchLink" data-elementid="result_asge">Result</a>
<a href="Departments/IT/IT_ACTIVITIES.html" class="fetchLink" data-elementid="activity_content">Activities</a>
<a href="Departments/IT/IT_NOTICES.html" class="fetchLink" data-elementid="Notices">Notices</a>
<a href="Departments/IT/IT_SYLLABUS.html" class="fetchLink" data-elementid="asge_syllabus">Syllabus</a>
<a href="Departments/IT/IT_RESEARCH.html" class="fetchLink" data-elementid="RandD">Research & development</a>
<a href="Departments/IT/IT_PROJECT.html" class="fetchLink" data-elementid="project">Projects</a>
<a href="Departments/IT/IT_INDUSTRY.html" class="fetchLink" data-elementid="RandD">Industry institute interaction</a>
<a href="Departments/IT/IT_LAB.html" class="fetchLink" data-elementid="lab-section">Laboratories</a>
<a href="Departments/IT/IT_PLACEMENT.html" class="fetchLink" data-elementid="timetable">Placement record</a>
<a href="Departments/IT/IT_MAGZINE.html" class="fetchLink" data-elementid="timetable">E-Magazine</a>
</ul>
</section>
<div id="mainContent">
<div id="hod_content">
<h2 class="head_ok">IIC 6.0 Council Member List</h2>
<div class="dep_contain">
<div id="message_by">IIC ID : IC201810352</div>
<br>
<ul id="iic_list">
<li>
Head of Institution with Email Id : Dr B P Patil, [email protected]
</li>
</ul>
<br>
<div id="message_by">Faculty Member</div>
<div class="resp">
<table id="myTable">
<thead>
<!-- <tr> -->
<td>Sr. No</td>
<td>Name of Member</td>
<td>Role of Member</td>
<td>Department</td>
<td>Email ID</td>
<!-- </tr> -->
</thead>
<tbody>
<tr>
<td>1</td>
<td>Dr. Sangeeta Jadhav</td>
<td>President</td>
<td>Information Technology</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>2</td>
<td>Dr. Shraddha Oza</td>
<td>Convener</td>
<td>Electronics & TeleCommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>3</td>
<td>Dr. Seema Tiwari</td>
<td>IPR Activity Coordinator</td>
<td>Applied Science & General Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>4</td>
<td>Prof. Sanjay Mahadev Gaikwad</td>
<td>Member</td>
<td>Mechanical Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>5</td>
<td>Ms. Jyoti Taralkar</td>
<td>Member</td>
<td>Information Technology</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>6</td>
<td>Dr. Renuka Bhandari</td>
<td>ARIIA Coordinator, NIRF Coordinator</td>
<td>Electronics & Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>7</td>
<td>Prof. Mahesh B Lonare</td>
<td>Internship Activity Coordinator</td>
<td>Computer Department</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>8</td>
<td>Prof. Manoj Khaladkar</td>
<td>Vice President</td>
<td>Training & Placement</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>9</td>
<td>Prof. Vaishali Ingale</td>
<td>Member</td>
<td>Information Technology</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>10</td>
<td>Dr. Pankaj Doralikar</td>
<td>Start-up Activity Coordinator</td>
<td>Mechanical Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>11</td>
<td>Prof. Vitthal Hivarale</td>
<td>Innovation Activity</td>
<td>Applied Science & General Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>12</td>
<td>Prof. Sita Yadav</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>13</td>
<td>Mr. Rohan Sonawane</td>
<td>Member</td>
<td>Information Technology</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>14</td>
<td>Ms. Varsha Kulkarni</td>
<td>Member</td>
<td>Applied Science & General Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>15</td>
<td>Dr. R B Gurav</td>
<td>Member</td>
<td>Mechanical Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>16</td>
<td>Dr. Dipika Birari</td>
<td>Social Media</td>
<td>Information Technology</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>17</td>
<td>Prof. Pranita Tambe</td>
<td>Member</td>
<td>Electronics & TeleCommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
</tbody>
</table>
</div>
<br>
<div id="message_by">Student Members</div>
<div class="resp">
<table id="myTable" >
<thead>
<tr>
<th>Sr. No</th>
<th>Name of Member</th>
<th>Role of Member</th>
<th>Department</th>
<th>Email ID</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Akshit Kotnala</td>
<td>Social Media Coordinator</td>
<td>Information Technology</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>2</td>
<td>Rohit Singh</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>3</td>
<td>Laxya Sangwan</td>
<td>Member</td>
<td>Information Technology</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>4</td>
<td>Gaurav Singh</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>5</td>
<td>Nepal Singh</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>6</td>
<td>Vikrant Singh</td>
<td>Member</td>
<td>Mechanical Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>7</td>
<td>Deepshikha Rawat</td>
<td>Innovation Coordinator</td>
<td>Mechanical Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>8</td>
<td>Ankit Sharma</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>9</td>
<td>Pratham Kumar</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>10</td>
<td>Darshan</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>11</td>
<td>Sumit Kumar</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>12</td>
<td>Aditya Singh</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>13</td>
<td>Nikhil Dhariwal</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>14</td>
<td>Yash Pathak</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>15</td>
<td>Shivank Singh</td>
<td>Startup Coordinator</td>
<td>Information Technology</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>16</td>
<td>Gulshan Kumar</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>17</td>
<td>Shashvat</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>18</td>
<td>Ganga</td>
<td>Member</td>
<td>Mechanical Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>19</td>
<td>Tejaswi Jadhav</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>20</td>
<td>Satyam Satpathi</td>
<td>Internship Coordinator</td>
<td>Information Technology</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>21</td>
<td>Ankana Sardar</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>22</td>
<td>Arnav Singh</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>23</td>
<td>Aditya Sharma</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>24</td>
<td>Basant Kumar</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>25</td>
<td>Akansha Dhami</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>26</td>
<td>AllamRaju Arun Kumar</td>
<td>Member</td>
<td>Mechanical Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>27</td>
<td>Abhishek</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>28</td>
<td>Sourav Kumar Singh</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>29</td>
<td>Rohit Kumar</td>
<td>Member</td>
<td>Mechanical Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>30</td>
<td>Ashish</td>
<td>IPR Coordinator</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>31</td>
<td>Krishna Mohan Tripathi</td>
<td>Member</td>
<td>Mechanical Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>32</td>
<td>Abhishek Kumar</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>33</td>
<td>Pravesh Kumar</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>34</td>
<td>Hritik Singh</td>
<td>Member</td>
<td>Computer Engineering</td>
<td><a href="mailto:hritiksingh_21186@ait
pune.edu.in">[email protected]</a></td>
</tr>
<tr>
<td>35</td>
<td>Rohit Yadav</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>36</td>
<td>Abhay Katoch</td>
<td>Member</td>
<td>Electronics and Telecommunication</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
</tbody>
</table>
</div>
<br>
<div id="message_by">External Member</div>
<div class="resp">
<table id="myTable" >
<thead>
<tr>
<th>Sr. No</th>
<th>Name of Member</th>
<th>Role of Member</th>
<th>Department</th>
<th>Email ID</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Mr. Ravi Kumar</td>
<td>Member</td>
<td>udChalo</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>2</td>
<td>Mr. Vijender Yadav</td>
<td>Member</td>
<td>Accops</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>3</td>
<td>Mr. Sumit Shahi</td>
<td>Member</td>
<td>HDFC Bank Ltd</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>4</td>
<td>Mr. Sameer Dalal</td>
<td>Member</td>
<td>UST Global</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>5</td>
<td>Mr. Raghavendra Ponkshe</td>
<td>Member</td>
<td>Bhate & Ponkshe</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>6</td>
<td>Mr. Pawan Yadav</td>
<td>Member</td>
<td>Thought Power</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>7</td>
<td>Mr. Abhijeet Deogirikar</td>
<td>Member</td>
<td>CopperCloud IOTech Pvt Ltd</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
<tr>
<td>8</td>
<td>Mr. Vijay Talele</td>
<td>Member</td>
<td>COEP's Bhau Institute of Innovation, Entrepreneurship & leadership</td>
<td><a href="mailto:[email protected]">[email protected]</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="buttons.js"></script>
<script>
function fetchAndDisplaySpecificContent(pageUrl, elementId) {
fetch(pageUrl)
.then(response => response.text())
.then(data => {
const tempElement = document.createElement('div');
tempElement.innerHTML = data;
const specificContent = tempElement.querySelector(`#${elementId}`);
document.getElementById('mainContent').innerHTML = '';
document.getElementById('mainContent').appendChild(specificContent);
const scriptTags = tempElement.querySelectorAll('script');
scriptTags.forEach(script => {
const newScript = document.createElement('script');
if (script.src) {
newScript.src = script.src;
} else {
newScript.textContent = script.textContent;
}
document.body.appendChild(newScript);
});
})
.catch(error => console.error('Error fetching content:', error));
}
const ASGERollLink = document.querySelector('.fetchLink[data-elementid="student_roll"]');
ASGERollLink.addEventListener('click', function(event) {
event.preventDefault();
const url = this.getAttribute('href');
const elementId = this.getAttribute('data-elementid');
fetchAndDisplaySpecificContent(url, elementId);
});
const fetchLinks = document.querySelectorAll('.fetchLink');
fetchLinks.forEach(link => {
link.addEventListener('click', function(event) {
event.preventDefault();
const url = this.getAttribute('href');
const elementId = this.getAttribute('data-elementid');
fetchAndDisplaySpecificContent(url, elementId);
});
});
const anchorTags = document.querySelectorAll('.fetchLink');
anchorTags.forEach(link => {
link.addEventListener('click', function(event) {
event.preventDefault();
anchorTags.forEach(otherLink => {
otherLink.style.fontWeight = 'normal';
otherLink.style.color = '';
});
link.style.fontWeight = 'bold';
link.style.color = '#0c2695';
});
});
const HODLink = document.querySelector('[data-elementid="hod_content"]');
HODLink.style.fontWeight = 'bold';
HODLink.style.color = '#0c2695';
function hideAllExceptCurrent(currentElementId) {
const allContent = document.querySelectorAll('.roll_student_list');
allContent.forEach(content => {
if (content.id !== currentElementId) {
content.style.display = 'none';
} else {
content.style.display = 'block';
}
});
}
const pageLinks = document.querySelectorAll('.pageLink');
pageLinks.forEach(link => {
link.addEventListener('click', function(event) {
event.preventDefault();
const elementId = this.getAttribute('data-elementid');
hideAllExceptCurrent(elementId);
});
});
hideAllExceptCurrent('student_list_1'); // Display the first list by default
function fetchAndDisplaySpecificContent(pageUrl, elementId) {
fetch(pageUrl)
.then(response => response.text())
.then(data => {
const tempElement = document.createElement('div');
tempElement.innerHTML = data;
const specificContent = tempElement.querySelector(`#${elementId}`);
document.getElementById('mainContent').innerHTML = '';
document.getElementById('mainContent').appendChild(specificContent);
const scriptTags = tempElement.querySelectorAll('script');
scriptTags.forEach(script => {
const newScript = document.createElement('script');
if (script.src) {
newScript.src = script.src;
} else {
newScript.textContent = script.textContent;
}
document.body.appendChild(newScript);
});
})
.catch(error => console.error('Error fetching content:', error));
}
// Add event listeners to all anchor tags within the jd_table division
const jdTableLinks = document.querySelectorAll('.jd_table ul a');
jdTableLinks.forEach(link => {
link.addEventListener('click', function(event) {
event.preventDefault();
const url = this.getAttribute('href');
const elementId = this.getAttribute('data-elementid');
fetchAndDisplaySpecificContent(url, elementId);
});
});
// Add styles when a link is clicked
jdTableLinks.forEach(link => {
link.addEventListener('click', function(event) {
event.preventDefault();
jdTableLinks.forEach(otherLink => {
otherLink.style.fontWeight = 'normal';
otherLink.style.color = '';
});
link.style.fontWeight = 'bold';
link.style.color = '#0c2695';
});
});
function loadContent(file, event) {
event.preventDefault();
fetch(file)
.then(response => {
if (!response.ok) {
throw new Error(`Error loading file: ${response.statusText}`);
}
return response.text();
})
.then(data => {
const contentContainer = document.getElementById('contentContainer');
contentContainer.innerHTML = data;
contentContainer.classList.remove('content-transition');
void contentContainer.offsetWidth;
contentContainer.classList.add('content-transition');
})
.catch(error => console.error('Error:', error));
}
</script>
</body>
</html>