-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
148 lines (119 loc) · 4.31 KB
/
index.php
File metadata and controls
148 lines (119 loc) · 4.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()]);</script>
<title>TME</title>
<link rel="stylesheet" type="text/css" href="css/960_files/reset.css" />
<link rel="stylesheet" type="text/css" href="css/960_files/text.css" />
<link rel="stylesheet" type="text/css" href="css/960_files/960.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(".content").click(function(){
window.location=$(this).find("a").attr("href");
return false;
});
</script>
</head>
<body>
<div id="top-ribbon"> </div> <div class="clear"></div>
<div id="logo-bar"> </div>
<div class="clear"></div>
<div class="container_16">
<a href="index.php">
<img alt="logo" src="images/logo_small.png" id="logo-top" height="85" width="140">
</a>
<div class="clear"></div>
<div class="grid_2 prefix_0 suffix_2">
<div class="lesson_label">
<div class="shadow1">
<div class="content" style="cursor:pointer">
<img alt="logo" src="images/aids-ribbon.png" id="label1" height="120" width="140">
<br/> <center> <b> HIV / AIDS Demo 1</b>
</center>
<a href="hiv_aids_home.php"></a>
</div>
</div>
</div>
</div>
<div class="grid_2 prefix_1 suffix_2">
<div class="lesson_label">
<div class="shadow1">
<div class="content" style="cursor:pointer">
<img alt="logo" src="images/aids-ribbon.png" id="label2" height="130" width="140">
<br/> <center> <b> HIV / AIDS Demo 2 </b></center>
<a href="hiv_aids_home_test.php"></a>
</div>
</div>
</div>
</div>
<div class="grid_2 prefix_1 suffix_2">
<div class="lesson_label">
<div class="shadow1">
<div class="content">
<img alt="logo" src="images/nosmoking.png" id="label3" height="130" width="140">
<br/> <center> <b> Dangers of Smoking</b> <!-- change this -->
</center>
<a href="hiv_test3.php"></a>
</div>
</div>
</div>
</div>
<div class="grid_2 prefix_1 suffix_2">
<div class="lesson_label">
<div class="shadow1">
<div class="content" style="cursor:pointer">
<img alt="logo" src="images/aids-ribbon.png" id="label2" height="130" width="140">
<br/> <center>
<p><b> HIV / AIDS Andrew</b>
</p>
<p><span class="clear"><a href="etest/test.php">Extra Test</a></span></p>
</center>
<a href="test.php"></a>
</div>
</div>
</div>
</div>
<div class="grid_2 prefix_1 suffix_2">
<div class="lesson_label">
<div class="shadow1">
<div class="content" style="cursor:pointer">
<img alt="logo" src="images/aids-ribbon.png" id="label2" height="130" width="140">
<br/> <center>
<p><b> HIV / AIDS Rohit</b>
</p>
<p><span class="clear"><a href="aids/load_lesson_R.php">Extra Test</a></span></p>
</center>
<a href="test.php"></a>
</div>
</div>
</div>
</div>
<div class="grid_2 prefix_1 suffix_2">
<div class="lesson_label">
<div class="shadow1">
<div class="content" style="cursor:pointer">
<img alt="logo" src="images/aids-ribbon.png" id="label2" height="130" width="140">
<br/> <center>
<p><b> HIV / AIDS Lang</b>
</p>
<p><span class="clear"><a href="etest1/test.php">Extra Test</a></span></p>
</center>
<a href="test.php"></a>
</div>
</div>
</div>
</div>
<!-- The following JQuery is used to fetch the anchor tag in the div element and redirect the browser to that location. -->
<script>
$(".content").click(function(){
window.location=$(this).find("a").attr("href");
return false;
});
</script>
<div class="clear"></div>
<div class="footer"> </div>
<script type="text/javascript">if(!NREUMQ.f){NREUMQ.f=function(){NREUMQ.push(["load",new Date().getTime()]);var e=document.createElement("script");e.type="text/javascript";e.async=true;e.src="https://d1ros97qkrwjf5.cloudfront.net/39/eum/rum.js";document.body.appendChild(e);if(NREUMQ.a)NREUMQ.a();};NREUMQ.a=window.onload;window.onload=NREUMQ.f;};NREUMQ.push(["nrf2","beacon-1.newrelic.com","4f2ff5571b",240514,"MV1bZRBXD0sEAUIMCwgXbEMLGQhWAQdOSxQOSA==",0,0,new Date().getTime()]);</script>
</body>
</html>