forked from maxliaops/Java_Web_Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleft.htm
More file actions
104 lines (103 loc) · 4.31 KB
/
left.htm
File metadata and controls
104 lines (103 loc) · 4.31 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
95
96
97
98
99
100
101
102
103
104
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
function chkfields()
{
if(document.form1.username.value==''){
alert("用户名不能为空!");
form1.username.focus();
return false;
}
if(document.form1.password.value==''){
alert("密码不能为空!");
form1.password.focus();
return false;
}
return true;
}
</script>
<table width="100%" height="291" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="189" height="163" valign="top" background="Images/index/index_02.gif"> </td>
</tr>
<tr>
<td height="36" background="Images/index/index_06.gif"><table width="100%" height="27" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="21%"> </td>
<td width="79%" class="white">进入网站后台</td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#68686A">
<table width="98%" cellspacing="0">
<form action="chklogin.jsp" method="post" name="form1" onsubmit="return chkfields();">
<tr>
<td width="33%" height="33" align="right" class="white">
用户名:</td>
<td width="67%" height="33" class="white">
<input name="username" type="text" class="txt_grey" id="UserName" size="18"></td>
</tr>
<tr>
<td height="29" align="right" class="white">
密 码:
</td>
<td height="29" class="white">
<input name="password" type="password" class="txt_grey" id="PWD" size="18"> </td>
</tr>
<tr valign="middle">
<td height="34" colspan="2" align="center">
<input name="Submit" type="submit" class="btn_grey" value="登录">
<input name="Submit2" type="reset" class="btn_grey" value="取消"></td>
</tr></form>
</table> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5" background="Images/index/index_09.gif"></td>
</tr>
<tr>
<td height="100" background="Images/index/index_11.gif"><table width="100%" height="222" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="11%"> </td>
<td width="15%" class="cell-xia"><img src="Images/list.gif" width="11" height="13"></td>
<td width="74%" class="cell-xia">销售登记</td>
</tr>
<tr>
<td> </td>
<td class="cell-xia"><img src="Images/list.gif" width="11" height="13"></td>
<td class="cell-xia">销售查询</td>
</tr>
<tr>
<td> </td>
<td class="cell-xia"><img src="Images/list.gif" width="11" height="13"></td>
<td class="cell-xia">销售排行</td>
</tr>
<tr>
<td> </td>
<td class="cell-xia"><img src="Images/list.gif" width="11" height="13"></td>
<td class="cell-xia">用户管理</td>
</tr>
<tr>
<td> </td>
<td class="cell-xia"><img src="Images/list.gif" width="11" height="13"></td>
<td class="cell-xia">公告管理</td>
</tr>
<tr>
<td> </td>
<td class="cell-xia"><img src="Images/list.gif" width="11" height="13"></td>
<td class="cell-xia">产品展示管理</td>
</tr>
<tr>
<td> </td>
<td class="cell-xia"><img src="Images/list.gif" width="11" height="13"></td>
<td class="cell-xia">留言簿管理</td>
</tr>
<tr>
<td> </td>
<td class="cell-xia"><img src="Images/list.gif" width="11" height="13"></td>
<td class="cell-xia">商品管理</td>
</tr>
</table></td>
</tr>
</table>