<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"content="text/html;charset=gb2312" />
<link rel="stylesheet"type="text/css"href="pubcss/pub1.css" />
</head>
<body>
<form action="login.jsp"method="post"onSubmit="return my_submit()"name="form1">
<table class="tablelogin">
<tr>
<td colspan="3"align="center"class="cell">用户登录</td>
</tr>
<tr>
<td witdh="30%"class="cell2">账户:</td>
<td colspan="2"align="left">
<input type="text"name="username"value=""class="input1"/>
</td>
</tr>
<tr>
<td witdh="30%"class="cell2">密码:</td>
<td align="left">
<input type="password"name="pwd"value=""class="input2"/>
</td>
<td align="tight">
<input type="submit"value="登录"class="button1">
</td>
</tr>
<tr>
</tr>
<tr>
<td colspan="2"> <a herf=""target="_blank">新用户注册</a></td>
</td>
</table>
</form>
</body>
</html>