-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
107 lines (62 loc) · 1.83 KB
/
index.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
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<title>ThaiRIS</title>
<link REL="SHORTCUT ICON" href="xicon.ico">
<style type="text/css">
<!--
body {
margin: 0px 0px;
padding: 0px 0px;
text-align: left;
}
a:link { color: #005CA2; text-decoration: none}
a:visited { color: #005CA2; text-decoration: none}
a:active { color: #0099FF; text-decoration: underline}
a:hover { color: #0099FF; text-decoration: underline}
-->
</style>
</head>
<body bgcolor="#eaeaea" onLoad='document.login.userlogin.focus()'>
<br />
<center>
<!--<img src=image/banner-login.jpg></center>-->
<div align="center">
<p> </p>
<p><img src="login.jpg" width="450" height="222"> </p>
<table width="450" border="0" bgcolor="#ffffff">
<tr>
<td bgcolor="#f8d290" height="171">
<p> </p>
<form name=login action="login.php" method="post">
<table width="75%" border="0" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF">
<tr>
<td width="32%"><font face="MS Sans Serif">User Name</font></td>
<td width="68%">
<input type="text" name="userlogin">
</td>
</tr>
<tr>
<td width="32%"><font face="MS Sans Serif">Password</font></td>
<td width="68%">
<input type="password" name="password">
</td>
</tr>
<tr>
<td colspan="2">
<div align="center">
<p><img src="icon/login.gif" width="59" height="48"> <br>
<!--<input type="submit" name="Submit" value="Login">-->
<input type="submit" name="OK" value="LogIn" class="input";">
</p>
</div>
</td>
</tr>
</table></form>
<p> </p>
</td>
</tr>
</table>
</div>
</body>
</html>