Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\public\systemlog.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String type = "2"; String toolid = "1505"; String title = "???"; if(request.getParameter("type") != null){ type = request.getParameter("type"); if(type.equals("3")){ title = "???"; toolid = "2502"; }else if(type.equals("5")){ title = "???"; toolid = "3402"; }else if(type.equals("4")){ title = "????"; toolid = "4602"; }else if(type.equals("6")){ title = "???"; toolid = "5705"; }else if(type.equals("all")){ title = "??????"; toolid = "6603"; }else if(type.equals("1")){ title = "??????"; toolid = "6601"; } } %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><%=title%>??????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body class="m-top"> <!-- ????? ???????????????? --> <div class="tool-div"> <div class="easyui-panel m-top" data-options="fit:true" style="padding: 5px;" > <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-search'" onclick="searchCirLogRecord()">???</a> <%if(MyJspUtils.checkAuthority(session,""+toolid+"t5")){%> <a id="bntStartAccept" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-play-circle-o'" onclick="onExportFlie()">??????</a> <%}%> </div> </div> <div style="display: none;"> <input type="hidden" id="systype" value="<%=type%>"> <%-- <select id="libcode" item-type="record" class="easyui-combobox" hidden="hidden" style="width:130px;height: 24px;"> </select> --%> </div> <!-- ????? --> <div class="easyui-panel"> <div class="tool-div-search m-top-3" style="height: 46px;line-height: 40px;"> <div style="margin-left: 10px;"> <%=globalLibName%> <select id="libcode" item-type="record" no-limit="" class="easyui-combobox" style="width:124px;height: 24px;" editable="false" data-options=""> </select> ?????? <select id="logtype" class="easyui-combobox" style="width:130px;height: 24px;"> </select> ????? <select id="operid" item-type="record" no-limit="" class="easyui-combobox" style="width:124px;height: 24px;" editable="false" data-options=""> </select> ?????? <input id="cirlogbegdate" item-type="record" class="easyui-datetimebox" style="width:180px;height: 28px;" data-options="onShowPanel:onShowPanelFmt"> ?????? <input id="cirlogenddate" item-type="record" class="easyui-datetimebox" style="width:180px;height: 28px;" > </div> </div> </div> <div class="cirlog-grid-div m-top"> <table id="cirlogDataGridList" title="<%=title%>??????" class="easyui-datagrid" data-options="fit:true,singleSelect:true,border:true,pagination:true,fitColumns:true,pageSize:30"> <thead> <tr> <th data-options="field:'libcode',formatter:onShowLibName" width="80"><%=globalLibName%>???</th> <th data-options="field:'logtype',formatter:onShowLogtype" width="80">??????</th> <th data-options="field:'logstamp',formatter:onShowDateStamp" width="120">??????</th> <th data-options="field:'info1'" width="80">??????1</th> <th data-options="field:'info2'" width="80">??????2</th> <th data-options="field:'info3'" width="80">??????3</th> <th data-options="field:'info4'" width="80">??????4</th> <th data-options="field:'operacc'" width="80">?????</th> <th data-options="field:'ip'" width="80">ip???</th> <!-- <th data-options="field:'note'" width="80">???</th> --> </tr> </thead> </table> </div> </body> <div id="logDataDetail" class="easyui-dialog" title="??????" style="width: 800px;height: 500px;" data-options=" modal:true,closed:true,resizable:false, iconCls: 'fa fa-cog' "> <div class="table-content"> <table class="table-box loan-table-input" style="padding: 10px;"> <thead> <tr> <th>???</th> <th>???</th> </tr> </thead> <tbody class="loginfovalue"> </tbody> </table> </div> </div> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript" src="${pageContext.request.contextPath}/page/public/js/systemlog.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/grid/js/grid.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de