adminreg.jsp
上传用户:cnkaiguan
上传日期:2014-08-25
资源大小:5403k
文件大小:1k
- <%@page contentType="text/html; charset=gbk"%><style type="text/css">
- <!--
- body {
- background-image: url(200725202221575.jpg);
- }
- .STYLE1 {
- font-size: large;
- font-weight: bold;
- }
- -->
- </style>
- <form id="form1" name="form1" method="post" action="adminreg_result.jsp">
- <p> </p>
- <p> </p>
- <table width="297" border="1" align="center">
- <tr>
- <td colspan="2"><div align="center" class="STYLE1">管理员注册</div></td>
- </tr>
- <tr>
- <td width="69">管理员ID</td>
- <td width="212"><label>
- <input name="idadmin" type="text" id="idadmin" />
- </label></td>
- </tr>
- <tr>
- <td>管理员名</td>
- <td><label>
- <input name="username" type="text" id="username" />
- </label></td>
- </tr>
- <tr>
- <td height="20">密 码</td>
- <td><label>
- <input name="password" type="password" id="password" />
- </label></td>
- </tr>
- <tr>
- <td>密码确认</td>
- <td><label>
- <input name="doublepassword" type="password" id="doublepassword" />
- </label></td>
- </tr>
- <tr>
- <td height="97" colspan="2"><label> </label>
- <label> </label>
- <label> </label>
- <label>
- <input type="submit" name="Submit" value="提交" />
- </label>
- <label></label></td>
- </tr>
- </table>
- </form>