📄 insertmanager.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="java.util.List"%><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page import="com.actionForm.ManagerForm"%><jsp:useBean id="chinese" scope="request" class="com.tool.Chinese"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><jsp:useBean id="time" scope="request" class="com.tool.TimeShow"/>
<title>宇晨网络新闻中心后台</title>
</head>
<body><div align="center">
<jsp:include page="../bTop.jsp"/>
<table width="800" height="465" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="196" rowspan="2" valign="top"><jsp:include page="../bleft.jsp"/></td>
<td width="604" height="57" background="bImage/place.jpg" >
<table width="601" height="36" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> 当前位置提示 >> 用户管理</td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="400" align="center" valign="top" background="bImage/big.jpg"><table width="601" border="0" cellpadding="0" cellspacing="0" background="bImage/placeNext.jpg">
<tr>
<td height="21" > </td>
<td>用户添加</td>
</tr>
</table>
<br>
<html:form action="managerAction.do?method=insertManagerAction" onsubmit="return checkEmpty(managerForm)">
<table width="415" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="75" height="30" align="center">账号</td>
<td width="334"> <html:text property="account" size="50"></html:text></td>
</tr>
<tr>
<td height="30" align="center" valign="middle">
密码</td>
<td>
<html:password property="password" size="50"></html:password>
</tr>
<tr>
<td height="30" align="center">姓名</td>
<td> <html:text property="name" size="50"></html:text>
</td>
</tr>
</table>
<br>
<html:submit>添加
</html:submit>
<html:reset>清除
</html:reset>
<html:button property="back" onclick="javascript:history.go(-1);">返回
</html:button>
</html:form></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -