addadmin.jsp

来自「J2EE技术开发的新闻发布系统。包括:分类管理、新闻管理、用户管理等基本功能.采」· JSP 代码 · 共 43 行

JSP
43
字号
<%@ 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">&nbsp;<img border="0" src="../images/02.gif">&nbsp;<a href="addAdmin.jsp">&#22686;&#21152;&#29992;&#25143;</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">&nbsp;<img border="0" src="../images/04.gif">&nbsp;&#29992;&#25143;&#21517;&#65306;:</td>
    <td width="37%"><input type="text" name="id" value=""></td>
    <td width="16%"><p style="margin-top: 2">&nbsp;<img border="0" src="../images/04.gif">&nbsp;&#23494;&#30721;&#65306;</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 + =
减小字号Ctrl + -
显示快捷键?