-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.phpxxx
48 lines (47 loc) · 1.57 KB
/
index.phpxxx
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Sistem Monitoring Mahasiswa Khusus</title>
<style type="text/css">
<!--
body {
background-image: url(img/bg.gif);
}
-->
</style></head>
<body OnLoad="document.form1.user.focus();">
<table width="900" border="0" align="center">
<tr>
<td><form name="form1" method="post" action="login.php">
<table width="900" height="170" border="0">
<tr>
<td><img src="img/loginadmin.png" width="900" height="74"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<table width="600" height="93" border="0" align="center">
<tr>
<td width="235" rowspan="3"><div align="center"><img src="img/login-welcome.gif" width="73" height="79"></div></td>
<td width="10" rowspan="3"> </td>
<td width="148">Username</td>
<td width="13"> </td>
<td width="422"><input name="user" type="text" id="user"></td>
</tr>
<tr>
<td>Password</td>
<td> </td>
<td><input name="pass" type="password" id="pass"></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><input type="submit" name="Submit" value="login"></td>
</tr>
</table></td></tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>