-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmexame.php
205 lines (187 loc) · 5.49 KB
/
mexame.php
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
<?php session_start(); if(isset($_SESSION["location"]) && $_SESSION["location"]=="teacher"){ ?>
<html>
<head>
<title>OES</title>
<link rel="shortcut icon" href="logo.png" type=" image/png">
<script type="text/javascript">
window.history.forward();
function noBack() {
window.history.forward();
}
</script>
<?php error_reporting(E_ERROR | E_WARNING | E_PARSE);?>
<style>
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 95px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 12px 16px;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
<style>@media only screen and (max-width: 40em) {
thead th:not(:first-child) {
display: none;
}
td, th {
display: block;
}
td[data-th]:before {
content: attr(data-th);
}
}</style>
<style>
#mycon {
background-color:black;
color: black;
width:auto;
height:auto%;
align:center;
}
#myHeader {
background-color:limegreen;
color: black;
width:100%;
height:auto;
text-align:center;
}
#hb1 {
background-color:bisque;
color: black;
width:15%;
height:auto;
float: left;
}
#hb2 {
background-color:limegreen;
color: black;
width:70%;
height:auto;
float: left;
text-align:center;
color:azure;
}
#hb3 {
background-color:bisque;
color: black;
width:15%;
height:auto;
float:right;
}
#mymain {
background-color:lightgray;
color: black;
width:100%;
height:auto;
float: left;
}
#myfooter {
background-color:#f0ce54;
color: black;
width:100%;
height:10%;
float: left;
vertical-align: middle;
text-align :center;
}
.block {
display: block;
width: 100%;
border: none;
background-color: #4CAF50;
color: white;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
text-align: center;
}
.pa:hover {
background-color:gold;
color: black;
}
</style>
</head>
<body>
<div id="mycon">
<div id="myHeader">
<div id="hb1"><img src="logo.png"alt="LOGO OF AAU" width=68 height=68></div>
<div id="hb2"><h2>ONLINE EXAMINATION SYSTEM,AAU</h2></div>
<div id="hb3" align=center>
<table><tr><td><div class="dropdown">
<img src="avatar.jpg"alt="LOGO OF AAU" width=63 height=63>
<div class="dropdown-content">
<p class="pa"><a href="mexame.php"><img src="refesh.png"alt="LOGO OF AAU" width=15 height=15> REFRESH</a></p>
<p class="pa"><img src="avatar.jpg"alt="LOGO OF AAU" width=15 height=15>
<a href=prof.php><?php
session_start();
$temp = $_SESSION['uname'];
echo"$temp"; ?></p></a>
<p class="pa"><a href="lgout.php"><img src="logout.png"alt="LOGO OF AAU" width=15 height=15> LOG OUT</a></p>
</div></td></tr>
</table>
</div>
<div id="mymain"><table border=5 width=100%><tr><td bgcolor="skyblue">
<p style="color:yellow;"><b>YOUR CURRENT LOCATION || </b><a href="lgout.php">HOME</a><a href="tech.php"> >> DASHBORD </a><a href="cexam.php">>>CREATE EXAME</a><a href="mexame.php">>>SET PAPER</a></p></td></tr></table>
<form method=post action=addpaper.php>
<table width=100% height=73%>
<tr>
<td>
<table border=5 bgcolor=orange cellpadding=10 cellspacing=3 align=center BORDERCOLOR=rosybrown width=auto hight=auto><?php if (isset($_GET["msg"]))
{
if ($_GET["msg"]==1)
$jk=$_SESSION['etl'];
echo "<caption><font color=BLACK><b>QUESTION IS SET SUCCESFULLY IN YOUR PAPER ADD NEXT</b></font></caption>"; }
if($_GET["err"]){if ($_GET["err"]==1)
{ echo "<caption><font color=RED><b>SOMETHING WENT WRONG PLEASE TRY AGAIN </b></font></caption>"; }}
?>
<?php
echo "<caption><b><font color=blue><h3>SET THE EXAME PAPER </h3></font></b></caption>";
?>
<tr>
<td bgcolor="gold"><b>QUESTION:- </b></td>
<td bgcolor="darkslategray" colspan="3"><input type=text name=txtque size=50 style="height:48" placeholder="ENTER YOUR QUESTION"></td>
</tr><tr>
<td bgcolor="gold"><b>OPTION (A) :- </b></td>
<td bgcolor="darkslategray"><input type=text name=txtoa size=30 placeholder="ENTER OPTION (A)"></td>
<td bgcolor="gold"><b> OPTION (B) :- </b></td>
<td bgcolor="darkslategray"><input type=text name=txtob size=30 placeholder="ENTER OPTION (B)"></td>
</tr><tr>
<td bgcolor="gold"><b>OPTION (C) :- </b></td>
<td bgcolor="darkslategray"><input type=text name=txtoc size=30 placeholder="ENTER OPTION (C)"></td>
<td bgcolor="gold"><b>OPTION (D) :- </b></td>
<td bgcolor="darkslategray"><input type=text name=txtod size=30 placeholder="ENTER OPTION (D)"></td>
</tr><tr>
<td bgcolor="gold"><b>CORRECT ANSWER :- </b></td>
<td bgcolor="darkslategray"><input type=text name=txtans size=30 placeholder="ENTER CORRECT ANSWER"></td>
<td bgcolor="gold"><b>MARKS:- </b></td>
<td bgcolor="darkslategray"><input type=text name=txtmar size=30 placeholder="ENTER MARK OF QUESTION"></td>
</tr><tr collspan=2>
<th colspan=2><input type=submit name=s1 class="block" value="ADD"></th>
<?php
echo '<script type="text/javascript"> ';
echo ' function openulr(newurl) {';
echo ' if (confirm("ARE YOU SURE YOU WANT TO END THE PAPER")) {';
echo ' document.location = newurl;';
echo ' }';
echo '}';
echo '</script>';
?>
<td colspan=2><input type="button" value="PAPER IS DONE" class="block" onClick="javascript:openulr('tech.php?msg=10');" style="background-color:RED;"/></td>
</tr>
</table>
</td></tr></table>
</form></div>
<div id="myfooter"><span>2021-2022</span> © - Developed By <strong>COLLAGE OF AIT,AAU,ANAND</strong></div>
</div>
</body>
</html>
<?php } else{header("Location: myhome.php"); die();}?>