📄 system.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="../incoming/Common.jsp"%>
<%@ include file="../Check.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<title><%=title%></title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="../css/calendar-win2k-1.css" type="text/css" media="screen">
<script type="text/javascript" src="../js/calendar.js"></script>
<script type="text/javascript" src="../js/calendar-en.js"></script>
<script type="text/javascript" src="../js/calendar-setup.js"></script>
</head>
<body>
<%@ include file="../incoming/Header.jsp"%>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="100" valign="top" background="../images/in_left_bg.gif"><%@ include file="SystemLeft.jsp"%></td>
<td width="800" align="center" valign="top">
<form name="form1" method="post" action="SearchLogStep1.jsp">
<p align="center" class="title2">查看操作记录</p>
<table width="583" height="150" border="1" align="center" cellpadding="3" cellspacing="0" bordercolor="#CCCCCC">
<tr>
<td height="30" ><div align="right">操作者:</div></td>
<td width="447"><input name="username" type="text" class="data" id="username" size="30" maxlength="16">
*</td>
</tr>
<tr>
<td height="29"><div align="right">操作类型: </div></td>
<td><select name="accesstype" id="accesstype">
<option selected value="">所有</option>
<option value="Add">添加</option>
<option value="Modify">修改</option>
<option value="Delete">删除</option>
<option value="Login">登录</option>
<option value="Logout">退出</option>
</select>
*</td>
</tr>
<tr>
<td height="29"><div align="right"> 操作日期: </div></td>
<td>从
<input name="startoptime" type="text" class="data" id="openyear2" value="<%=DataConvert.getStringDate()%>" size="12" maxlength="10">
<input name="start" type="button" id="open2" value="...">
到
<input name="endoptime" type="text" class="data" id="starttime" value="<%=DataConvert.getStringDate()%>" size="12" maxlength="10">
<input name="end" type="button" id="start" value="..."></td>
</tr>
<tr>
<td height="60" colspan="2"><div align="center">
<input type="submit" name="Submit" value="查询">
<input type="reset" name="Submit2" value="取消">
</div></td>
</tr>
</table>
</form></td>
</tr>
</table>
<%@ include file="../incoming/Footer.jsp"%>
<script language="JavaScript" type="text/JavaScript">
Calendar.setup(
{
inputField : "startoptime", // ID of the input field
ifFormat : "%Y-%m-%d", // the date format
button : "start" // ID of the button
}
);
Calendar.setup(
{
inputField : "endoptime", // ID of the input field
ifFormat : "%Y-%m-%d", // the date format
button : "end" // ID of the button
}
);
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -