-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.html
101 lines (93 loc) · 2.71 KB
/
result.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
<html>
<head>
<title>RESULT</title>
<link rel="stylesheet" type="text/css" href="result.css">
</head>
<body>
<div id="container">
<header>
<table style="text-align:center">
<tr>
<td>
<img src="uet.png" height="105px">
</td>
<td style="background:white">
<b style="font-family:Baskerville Old Face;color:#3090c7;font-size:45">University Of Engineering & Technology Lahore</b>
</td>
</tr>
</table>
<nav id="main-menu">
<ul>
<li>
<a href="index.html">Home</a>
<ul>
<li><a href="history.html">Historic Profile</a></li>
<li><a href="programes.html">Programmes Offered</a></li>
</ul>
</li>
<li>
<a href="adm-portal.html">Admission</a>
<ul>
<li><a href="adm-portal.html">Online Admission Portal</a></li>
<li><a href="http://www.uet.edu.pk/admission/admissioninfo/index.html?RID=fee_structure">Fee Structure</a></li>
<li><a href="http://admission.uet.edu.pk/Modules/EntryTestResult/Home.aspx">How to apply</a></li>
</ul>
</li>
<li>
<a href="regsitration.html">Registration</a>
</li>
<li>
<a href="result.html">Result</a>
</li>
<li>
<a href="aboutus.html">About Us</a>
</li>
</ul>
<div class="clear"></div>
</nav>
</header>
<div id="result">
<center>
<h2>
<marquee behavior="alternate" scrollamount="12%" style="background-color:blue;color:pink"> THE RESULT OF BS HAS BEEN DECLARED </marquee>
</h2>
Select Discipline :
<select>
<option value="1" > BS-CS </option>
<option value="2" > BSc-EE </option>
<option value="3" > BSc-ME </option>
</select>
<br><br>
Semmester :
<select>
<option value="1"> First </option>
<option value="2"> Second </option>
<option value="3"> Third </option>
<option value="4"> Forth </option>
<option value="5"> Fifth </option>
<option value="6"> Sixth </option>
<option value="7"> Seventh </option>
<option value="8"> Eight </option>
</select>
<br><br>
Year:
<select>
<option value="1">2013 </option>
<option value="2">2014 </option>
<option value="3">2015 </option>
<option value="4">2016 </option>
</select>
<br><br>
Roll Number :
<input type"number" required="true" placeholder="xxxxxx" maxlength="6" required="true">
<br> <br>
CNIC Number :
<input type"number" placeholder="xxxxx-xxxxxxx-x" maxlength="15">
<br> <br>
<input type="button" value="Get Result">
</center>
<pre align="center" style="color:#000ff0;font-size:15"> This is computer generated result. Errors and ommissions are accpected</pre>
</div>
</div>
</body>
</html>