📄 addpasswordweekly.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 />
<title>公司密码类别管理周报</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
margin-left: 10px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link rel="stylesheet" type="text/css" media="all" href="<%=request.getContextPath()%>/css/calendar-win2k-cold-1.css" title="win2k-cold-1" />
<script type="text/javascript" src="<%=request.getContextPath()%>/js/Calendar.js"></script>
<script type="text/javascript" src="<%=request.getContextPath()%>/js/Calendar-zh.js"></script>
<script type="text/javascript" src="<%=request.getContextPath()%>/js/Calendar-Setup.js"></script>
<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">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body>
<html:form action="/addPasswordWeekly">
<table width="800" height="25" border="0" align="center"
cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#A4B5E3">
</td>
<td bgcolor="#A4B5E3">
<div align="center" class="STYLE9">
公司密码类别管理周报(<%=request.getAttribute("pdWeeklyCycle")%>)
</div>
</td>
<td bgcolor="#A4B5E3" align="right">
</td>
</tr>
</table>
<table width="800" border="0" align="center" cellpadding="0"
cellspacing="1" bordercolor="#000000" bgcolor="#CCCCCC">
<tbody>
<tr>
<td width="106" height="24" bgcolor="#E6EAF7">
<div align="center">
密码类别
</div>
</td>
<td width="86" bgcolor="#E6EAF7" height="24">
<div align="center">
密码管理人
</div>
</td>
<td width="144" bgcolor="#E6EAF7" height="24">
<div align="center">
密码公开情况及原因
</div>
</td>
<td width="103" bgcolor="#E6EAF7" height="24">
<div align="center">
密码安全情况
</div>
</td>
<td width="90" bgcolor="#E6EAF7">
<div align="center">
密码修改情况
</div>
</td>
<td width="76" bgcolor="#E6EAF7">
<div align="center">
密码更改时间
</div>
</td>
<td width="90" bgcolor="#E6EAF7">
<div align="center">
密码修改原因
</div>
</td>
<td width="96" bgcolor="#E6EAF7">
<div align="center">
其他情况
</div>
</td>
</tr>
<logic:iterate id="pdType" name="pdTypeList">
<tr>
<td bgcolor="#ffffff" height="25">
<div align="center">
<html:hidden property="pdTypeNames" value="${pdType.passwordName}" />
<html:hidden property="passwordName" name="pdType" />
<bean:write name="pdType" property="passwordName" />
</div>
</td>
<td bgcolor="#ffffff">
<div align="center">
<html:text property="pdManagers" size="11" value="" style="border-width:0px;"></html:text>
</div>
</td>
<td bgcolor="#ffffff">
<div align="center">
<html:text property="pdPublicCircss" size="19" value="" style="border-width:0px;"></html:text>
</div>
</td>
<td bgcolor="#ffffff">
<div align="center">
<html:text property="pdSafeCircss" size="13" value="" style="border-width:0px;"></html:text>
</div>
</td>
<td bgcolor="#ffffff">
<div align="center">
<html:text property="pdUpdateCircss" size="11" value="" style="border-width:0px;"></html:text>
</div>
</td>
<td bgcolor="#ffffff">
<div align="center">
<html:text property="pdChangeCircss" size="10" value="" style="border-width:0px;"></html:text>
</div>
</td>
<td bgcolor="#ffffff">
<div align="center">
<html:text property="pdUpdateReasons" size="11" value="" style="border-width:0px;"></html:text>
</div>
</td>
<td bgcolor="#ffffff">
<div align="center">
<html:text property="otherCricss" size="12" value="" style="border-width:0px;"></html:text>
</div>
</td>
</tr>
</logic:iterate>
<tr>
<td bgcolor="#ffffff" height="25">
<div align="center">
本周密码管理小结
</div>
</td>
<td bgcolor="#ffffff" colspan="7">
<html:textarea property="summarize" rows="5" cols="95" style="border-width:0px;"></html:textarea>
</td>
</tr>
<tr>
<td height="22" colspan="8" bgcolor="#ffffff">
<table width="780" height="17" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td width="105" height="22"
style="border-right:#CCCCCC 1px solid">
<div align="center">
制表人: </div> </td>
<td width="155">
<div align="center">
<html:text property="tableMan" size="14"></html:text>
</div> </td>
<td width="97"
style="border-right:#CCCCCC 1px solid;border-left:#CCCCCC 1px solid;">
<div align="center">
<div align="center">
制表时间 </div> </td>
<%
java.text.SimpleDateFormat f = new java.text.SimpleDateFormat( "yyyy-MM-dd");
java.util.Date d = new java.util.Date();
String strdate = f.format(d);//System.out.println(strdate);
String fromdate = (String) request.getAttribute("fromdate");
if (fromdate != null) {
strdate = fromdate;
}
%>
<%
java.text.SimpleDateFormat f2 = new java.text.SimpleDateFormat("yyyy-MM-dd");
java.util.Date d2 = new java.util.Date();
String strdate2 = f2.format(d2);
String todate = (String) request.getAttribute("todate");
if (todate != null) {
strdate2 = todate;
}
%>
<td width="423">
从
<html:text property="fromDate" value="<%=strdate%>" size="12"></html:text>
<input type="button" value="选择" id="btn" /> 至
<html:text property="toDate" value="<%=strdate2%>" size="12"></html:text>
<input type="button" value="选择" id="btn2" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="52" colspan="8" bgcolor="#E8E8E8">
<div align="center">
<input name="baocun" type="submit" class="anniu" value="保 存"
hidefocus="true" />
<input name="chongzhi" type="reset" class="anniu" value="重 填"
hidefocus="true" />
</div>
</td>
</tr>
</tbody>
</table>
</html:form>
</body>
</html:html>
<script type="text/javascript">
Calendar.setup({
inputField : "fromDate", // id of the input field
ifFormat : "%Y-%m-%d", // format of the input field
button : "btn", // trigger for the calendar (button ID)
align : "Br", // alignment (defaults to "Bl")
singleClick : true
});
Calendar.setup({
inputField : "toDate", // id of the input field
ifFormat : "%Y-%m-%d", // format of the input field
button : "btn2", // trigger for the calendar (button ID)
align : "Br", // alignment (defaults to "Bl")
singleClick : true
});
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -