?? addmanager.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" pageEncoding="gb2312" isELIgnored="false"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>杰普課程調查系統</title>
<meta name="generator" content="TonyDeng">
<meta name="keywords" content="杰普課程調查系統">
<meta name="description" content="明天會更好!">
<link href="../inc_css/tarena.css" rel="stylesheet" type="text/css">
<LINK href="../inc_css/support.css" type=text/css rel=stylesheet>
</head>
<html>
<head>
<title>JSP for personForm form</title>
</head>
<body>
<html:form action="/admin/addManager">
<table border="0" width="100%" height="100%">
<tr>
<td valign="center">
<tr>
<td colspan="2">
<html:errors property="info.addmanager"/><html:errors property="error.addmanager"/>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="#CCCCCC" align="center">
<b>增加管理員</b>
</td>
</tr>
<tr>
<td width="50"><b>姓名:</b></td>
<td><html:text property="name"/><html:errors property="info.name"/></td>
</tr>
<tr>
<td width="50"><b>密碼:</b></td>
<td><html:password property="password"/><html:errors property="info.password"/></td>
</tr>
<tr>
<td colspan="2" align="center"><html:submit>提交</html:submit><html:reset>重置</html:reset></td>
</tr>
<tr>
<td colspan="2">
<p> </p>
<p> </p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -