-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.php
More file actions
94 lines (73 loc) · 1.92 KB
/
index.php
File metadata and controls
94 lines (73 loc) · 1.92 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Online Examination</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="style3"></div><div class="style_2"><span class="style3">
<a href="#" title="Online Exam"><strong>For Adroid</strong></a></span>
</div>
<div id="wrap">
<div id="topbar">
<h1 id="sitename"><a href="#">Online Examination </a></h1>
<div id="menus">
<ul id="topmenu">
<li class="active"><a href="#">Home</a>
</li>
<li>
</li>
<li>
</li>
<li></a>
</li>
</ul>
</div>
</div>
<div id="header">
</div>
<div id="content">
<div id="mainpage">
<h2>Welcome to Our Website!</h2>
<p>
<h2>Teacher Login</h2>
<form action="weblogin.php" method="POST">
<table>
<tr>
<td>Username</td><td><input type="text" name="u"/></td>
</tr>
<tr>
<td>Password</td><td><input type="password" name="p"/></td>
</tr>
<tr>
<td></td><td><input type="submit" value="Login"></td>
</tr>
</table>
</form>
</p>
<p>
Online Examination System for Android Devices is A free And Opensource Project. <a href="oesandroid.sourceforge.net" target="_open">Download it from sourceforge.net</a>
It will help to conduct exams in class room. You can use directly from our site for that u need to <a href="reg.html">register here</a>
And download our <a href="apk/Exam.apk">Student APK </a> and <a href="apk/ExamConductor.apk"> Teacher APK</a> from here.
</p>
<p><a href="UserGuide.pdf"><h3>View User Guide </h3></a></p>
<br/>
<h5>write us at : info@engineeringkatta.com for any queries and feedback</h5>
</div>
<div id="sidebar">
</div>
<div id="sidebarcontents">
<ul id="menu">
<li>
</div>
<div id="sidebarbottom"></div>
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<p>Copyright © 2014 | Online Examination For Android Devices.</p>
</div>
</body>
</html>