📄 updatepasswordtype.jsp
字号:
<%@ page language="java" pageEncoding="gbk"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
<html:base />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>添加密码类别</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #333333;
}
a:active {
text-decoration: none;
color: #333333;
}
-->
</style>
<link href="../css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {
font-size: 14px;
font-weight: bold;
}
-->
</style>
<link href="../css/lx2.css" rel="stylesheet" type="text/css" />
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
</head>
<body>
<html:form action="/updatePasswordType.do">
<table width="700" border="0" align="center" cellpadding="0"
cellspacing="1" bgcolor="#3868F8">
<tr>
<td width="698" height="25" bgcolor="#A4B5E3">
<span class="STYLE6">修改密码类别</span>
</td>
</tr>
<tr>
<td height="31" bgcolor="#FFFFFF" valign="top"
style="padding-top:4px; padding-bottom:3px; padding-left:4px; padding-right:4px;">
<table width="100%" border="0" align="center" cellpadding="0"
cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td width="72" height="22" bgcolor="#FFFFFF">
编号:
</td>
<td width="72" height="22" bgcolor="#FFFFFF">
<html:hidden property="id" name="passwordType"/>
<bean:write name="passwordType" property="id"/>
</td>
<td width="72" height="22" bgcolor="#FFFFFF">
密码名称:
</td>
<td height="22" bgcolor="#FFFFFF" style="padding-left:4px;">
<html:text property="passwordName" size="40" name="passwordType"></html:text>
</td>
<td bgcolor="#FFFFFF" style="padding-left:4px;">
<div align="center">
<html:submit>修改</html:submit>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -