Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\application\opac_rdrlog.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; //String sysid_type = request.getParameter("type"); %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>??????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body> <div class="tool-div m-top"> <div class="easyui-panel" id="ddddddd" 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="searchRecord()">???</a> </div> </div> <div class="tool-div-search m-top-3"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> ?????? <select id="logtype" class="easyui-combobox" style="width:120px;height: 24px;" editable="false" data-options="panelHeight:'auto'"> <option value="">???</option> <option value="0">???????</option> <option value="1">?????????????</option> <option value="2">??????</option> <option value="3">??????</option> <option value="4">??????</option> <option value="5">??????</option> <option value="6">??????</option> <option value="7">??????</option> <option value="8">??????</option> <option value="9">??????</option> <option value="101">??????-??????</option> <option value="102">??????-??????</option> <option value="103">??????-???CNKI</option> <option value="104">??????-??????</option> </select> ??????? <input id="regdatebegdate" item-type="search" class="easyui-datebox" style="width:130px;height: 28px;" > ?????? <input id="regdateenddate" item-type="search" class="easyui-datebox" style="width:130px;height: 28px;" > </div> </div> <!--??? ?????? ??????--> <div class="m-top datagrid-div"> <table id="datagrid-single" title="??????????" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns: true,pagination:true,pageSize:20,nowrap:false"> <thead> <tr> <th data-options="field:'ID'" width="200">?????</th> <th data-options="field:'RDRID'" width="100">????????</th> <th data-options="field:'BIBID'" width="100">????????</th> <th data-options="field:'LOGDATE',formatter:fmtStringToDate" width="80">???</th> <th data-options="field:'LOGTIME',formatter:fmtStringToTime" width="80">???</th> <th data-options="field:'TYPE',formatter:fmtStringToOpacRdrLogType" width="200">??????</th> <th data-options="field:'IP'" width="200">IP</th> <th data-options="field:'LOCATION'" width="100">???</th> <th data-options="field:'AREA'" width="80">???</th> <!-- <th data-options="field:'WAY'" width="80">???????</th> <th data-options="field:'KEYWORD'" width="80">??????</th> --> <th data-options="field:'CLASSNO'" width="100">?????</th> </tr> </thead> </table> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/grid/js/grid.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/application/js/opac_rdrlog.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de