?? addadmin.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ include file="checkLogin.jsp" %>
<html>
<link rel="stylesheet" href="style.css">
<body background="../images/admin_bg.gif">
<div align="center">
<table width="90%" height="90%" border="1" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#006D91" bgcolor="#FFFFFF">
<tr>
<td valign="top"><div align="center">
<form name="form1" method="post" action="/news/servlet/util.addAdminServlet" >
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#006D91" width="100%">
<tr>
<td width="20%" bgcolor="#FBFBFB"><p style="margin-top: 2"> <img border="0" src="../images/02.gif"> <a href="addAdmin.jsp">增加用户</a></td>
<td width="87%" bgcolor="#5BBFFF" align="center"><p style="margin-top: 2"></td>
</tr>
</table>
<p align="center"><div align="center">
<table width="90%" height="32" border="0" cellpadding="0" cellspacing="0" bgcolor="#FBFBFB" style="border-collapse: collapse; ">
<tr>
<td width="18%" height="23"><p style="margin-top: 2"> <img border="0" src="../images/04.gif"> 用户名::</td>
<td width="37%"><input type="text" name="id" value=""></td>
<td width="16%"><p style="margin-top: 2"> <img border="0" src="../images/04.gif"> 密码:</td>
<td width="29%"><input type="password" name="password" value=""></td>
</tr>
</table>
<p>
<input type="submit" name="Submit" value="提交" ></div>
</form>
</div></td>
</tr>
</table>
</div></doby>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -