📄 findlog.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ 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-bean" prefix="bean" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
<script type="text/JavaScript" src="../js/nv.js">
</script>
<link href="css/index.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
function checkstate(stateaaaa){
if(stateaaaa=='已完成'){
return confirm('任务完成可以评价');
}
alert('任务未完成不能评价');
return false;
}
</script>
</head>
<body onLoad="schoolCheck();">
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="35"><img src="images/3toptop_01.gif" width="35" height="28"></td>
<td width="5"><img src="images/3toptop_02.gif" width="5" height="28"></td>
<td width="200" align="center" background="images/3toptop_03.gif" class="gray-bold-word">任务信息检索</td>
<td width="5"><img src="images/3toptop_04.gif" width="5" height="28"></td>
<td width="20"><img src="images/3toptop_05.gif" width="20" height="28"></td>
<td background="images/3top_06.gif"> </td>
<td width="35"><img src="images/3toptop_07.gif" width="35" height="28"></td>
</tr>
</table>
<form action="findlog.do?act=find" method="post">
<table width="90%" border="1" align="center" cellpadding="4" cellspacing="2" class="gray-bd3-2">
<tr>
<td colspan="10" align="center"> </td>
</tr>
<tr>
<td width="100" class="brightcyan-tb"> <div align="left"><strong>日志ID</strong></div></td>
<td colspan="2"><input name="logid"size=20 /></td>
<td width="100" class="brightcyan-tb"> <div align="left"><strong>人员ID</strong></div></td>
<td colspan="2"><input name="empname"size=20 /></td>
</tr>
<tr>
<td width="100" class="brightcyan-tb"> <div align="left"><strong>操作时间从:</strong></div></td>
<td colspan="2"><input type=text name="begin_time" id="date1" readonly onclick="PopCalendar.show(date1,'yyyy-mm-dd',null,null,null,'11');">
</td>
<td width="100" class="brightcyan-tb"> <div align="left"><strong>至:</strong></div></td>
<td colspan="2"><input type=text name="end_time" id="date2" readonly onclick="PopCalendar.show(date2,'yyyy-mm-dd',null,null,null,'11');">
</td>
</tr>
<tr>
<td width="100" class="brightcyan-tb"><div align="left"><strong>访问模块</strong></div></td>
<td colspan="2">
<select name="part_nameid">
<option value="" selected>请选择
<option value="部门管理">部门管理
<option value="员工管理">员工管理
<option value="日志管理">日志管理
<option value="机房管理">机房管理
<option value="权限管理">权限管理
</select><p>
</td>
<td colspan="3" >
<div align="right">
<input type="submit" class="small-btn" value="搜索"/>
</div></td>
</tr>
</table>
</form>
<p align="right">
<p align="center"> </p>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="35"><img src="images/3toptop_01.gif" width="35" height="28"></td>
<td width="5"><img src="images/3toptop_02.gif" width="5" height="28"></td>
<td width="200" align="center" background="images/3toptop_03.gif" class="gray-bold-word">查询结果</td>
<td width="5"><img src="images/3toptop_04.gif" width="5" height="28"></td>
<td width="20"><img src="images/3toptop_05.gif" width="20" height="28"></td>
<td background="images/3top_06.gif"> </td>
<td width="35"><img src="images/3toptop_07.gif" width="35" height="28"></td>
</tr>
</table>
<table width="90%" border="1" align="center" cellpadding="4" cellspacing="2" class="gray-bd3-2">
<tr>
<td colspan="10" align="center"> </td>
</tr>
<tr>
<th width="10%" align="center" class="brightcyan-tb"><strong>日志ID</strong></th>
<th width="10%" align="center" class="brightcyan-tb"><strong>人员ID</strong></th>
<th width="10%" align="center" class="brightcyan-tb"><strong>操作对象</strong></th>
<th width="16%" align="center" class="brightcyan-tb"><strong>操作类型</strong></th>
<th width="16%" align="center" class="brightcyan-tb"><strong>操作时间</strong></th>
</tr>
<logic:present name="findlogform" property="list">
<logic:iterate id="bean" name="findlogform" property="list">
<tr>
<td align="center"><bean:write name="bean" property="logid"/> </td>
<td align="center"><bean:write name="bean" property="roleid"/> </td>
<td align="center"><bean:write name="bean" property="partname"/></td>
<td align="center"><bean:write name="bean" property="contrl"/></td>
<td align="center"><bean:write name="bean" property="time"/></td>
</tr>
</logic:iterate>
</logic:present>
</table>
</body>
</html>
<SCRIPT language='JavaScript' src="js/PopCalendar.js"></SCRIPT>
<SCRIPT language='JavaScript'>
PopCalendar = getCalendarInstance()
PopCalendar.startAt = 0 // 0 - sunday ; 1 - monday
PopCalendar.showWeekNumber = 0 // 0 - don't show; 1 - show
PopCalendar.showTime = 0 // 0 - don't show; 1 - show
PopCalendar.showToday = 0 // 0 - don't show; 1 - show
PopCalendar.showWeekend = 1 // 0 - don't show; 1 - show
PopCalendar.showHolidays = 1 // 0 - don't show; 1 - show
PopCalendar.showSpecialDay = 1 // 0 - don't show, 1 - show
PopCalendar.selectWeekend = 0 // 0 - don't Select; 1 - Select
PopCalendar.selectHoliday = 0 // 0 - don't Select; 1 - Select
PopCalendar.addCarnival = 0 // 0 - don't Add; 1- Add to Holiday
PopCalendar.addGoodFriday = 0 // 0 - don't Add; 1- Add to Holiday
PopCalendar.language = 0 // 0 - Chinese; 1 - English
PopCalendar.defaultFormat = 'yyyy-mm-dd' //Default Format dd-mm-yyyy
PopCalendar.fixedX = -1 // x position (-1 if to appear below control)
PopCalendar.fixedY = -1 // y position (-1 if to appear below control)
PopCalendar.fade = .5 // 0 - don't fade; .1 to 1 - fade (Only IE)
PopCalendar.shadow = 1 // 0 - don't shadow, 1 - shadow
PopCalendar.move = 1 // 0 - don't move, 1 - move (Only IE)
PopCalendar.saveMovePos = 1 // 0 - don't save, 1 - save
PopCalendar.centuryLimit = 40 // 1940 - 2039
PopCalendar.imgDir = "images/"
PopCalendar.initCalendar()
</SCRIPT>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -