Edit D:\rfid\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 title = "???"; if(request.getParameter("type") != null){ type = request.getParameter("type"); if(type.equals("3")){ title = "???"; }else if(type.equals("5")){ title = "???"; }else if(type.equals("4")){ title = "????"; }else if(type.equals("6")){ title = "???"; } } %> <!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> <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;"> ??? <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-datebox" style="width:130px;height: 28px;"> ?????? <input id="cirlogenddate" item-type="record" class="easyui-datebox" style="width:130px;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">??????</th> <th data-options="field:'logtype',formatter:onShowLogtype" width="80">??????</th> <th data-options="field:'logstamp',formatter:onShowDateStamp" width="140">??????</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:'operid',formatter:onShowOperNameById" width="80">?????</th> <th data-options="field:'note'" width="80">???</th> </tr> </thead> </table> </div> </body> <%@ 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