Edit D:\rfid\libsystem\page\circulation\rdr_reservenofind.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>??????????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body class="m-top"> <!-- ????? ???????????????? --> <div class="tool-div-para"> <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="searchReserveRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-arrow-down'" onclick="lowerReserveRecord()">????????</a> </div> </div> <!-- ????? --> <!-- <div style="margin-top: -3px" > <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> ?????? <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 class="easyui-panel " style="margin-top: -3px" data-options="fit:true" > <div class="datagrid-div"> <table id="reserveDataGridList" title="???????" class="easyui-datagrid" data-options="singleSelect:true,fitColumns:true,border:false,fit:true,pagination:true,striped:true"> <thead> <tr> <th data-options="field:'barcode'" width="80">?????</th> <th data-options="field:'title'" width="100">???</th> <th data-options="field:'resstatus',formatter:onShowResstatusName" width="60">????</th> <th data-options="field:'resdate',formatter:onShowFmtDate" width="80">???????</th> <th data-options="field:'notifyway',formatter:onShowNotifywayName" width="100">??????</th> <th data-options="field:'notifycount'" width="60">??????</th> <th data-options="field:'location',formatter:onShowLocationName" width="80">??????</th> <th data-options="field:'notifydate',formatter:onShowFmtDate" width="80">??????????</th> <th data-options="field:'expirydate',formatter:onShowFmtDate" width="80">??????</th> <th data-options="field:'fetchdate',formatter:onShowFmtDate" width="80">??????????</th> <th data-options="field:'note'" width="200">???</th> </tr> </thead> </table> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript" src="${pageContext.request.contextPath}/page/circulation/js/rdr_reservenofind.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