Edit D:\rfid\libsystem\page\circulation\rdr_recharge.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String strType=request.getParameter("type"); String title = "????????????"; if(strType == "1") 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="searcList()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-envelope-o'" onclick="sendEmail(0)">???????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-envelope'" onclick="sendEmail(1)">???????</a> </div> </div> <!-- ????? --> <div style="margin-top: 38px;"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> <div> <label>??????????? :</label> <select id="email" class="easyui-combobox" editable="false" style="width:400px;height:26px;" data-options=""> </select> </div> </div> </div> <!-- ?????? --> <div style="margin-top: -1px;"> <div class="easyui-panel" data-options="fit:true" title="??????" style="padding: 5px;"> <div class="table-content"> <table class="table-box rdr-table-input"> <tr> <td class="div-tr-td" width="10%" style="min-width: 100px;"> <select id="keyindex" required="true" class="easyui-combobox" style="width:140px;height: 26px;" editable="false" data-options=""> <option value="lib_cir_reader.id">????????</option> <option value="lib_cir_reader.name">???????</option> <option value="lib_cir_reader.rdrno" selected="selected">???????</option> <option value="lib_cir_reader.idcard">????????</option> <option value="lib_cir_reader.otherno">??????</option> <option value="lib_cir_reader.telephone">??????</option> </select> </td> <td style="width: 480px;"> <input id="export_beg_keyword" item-type="export_record" handler-type="7" table-type="lib_cir_reader" link-combobox="keyindex" class="easyui-textbox" style="width:200px;height: 26px;" data-options="prompt:'???????????????????'"> <label>????</label> <input id="export_end_keyword" item-type="export_record" handler-type="5" table-type="lib_cir_reader" link-combobox="keyindex" class="easyui-textbox" style="width:200px;height: 26px;" data-options="prompt:'???????????????????'"></td> </td> <td class="div-tr-td" width="10%" style="min-width: 100px;"> ?????? </td> <td> <input id="overdueDays" class="easyui-numberbox" value="7" style="width:200px;height: 28px;" data-options="prompt:'??????'"> </td> </tr> </table> <div style="display: none;"> <input id="export_end_returndate" item-type="export_record" handler-type="5" table-type="lib_holdings" class="easyui-datebox" style="width:200px;height: 28px;" data-options="prompt:'??? ??????'"> <input id="status" item-type="export_record" value="2" handler-type="0" table-type="lib_holdings" class="easyui-textbox" style="width:200px;height: 28px;" data-options="prompt:''"> </div> </div> </div> </div> <div class="loanReturn-grid-div" style="margin-top: -1px;"> <table id="loanReturnDataGridList" title="??????????" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true,selectOnCheck:false,checkOnSelect:false,pageSize:20"> <thead> <tr> <th data-options="field:'ck',checkbox:true" width="4%"></th> <th data-options="field:'rdrno'" width="80">???</th> <th data-options="field:'name'" width="100">???</th> <th data-options="field:'email'" width="100">???</th> <th data-options="field:'barcode'" width="80">?????</th> <th data-options="field:'callno'" width="80">?????</th> <th data-options="field:'loandate',formatter:onShowFmtDate" width="80">??????</th> <th data-options="field:'returndate',formatter:onShowFmtDate" width="80">??????</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'author'" width="100">????</th> <th data-options="field:'isbn'" width="100">ISBN</th> </tr> </thead> </table> </div> <%@ include file="../global/easyui-dialog.jsp"%> <div id="acceptFileResultDlg" class="easyui-dialog" title="?????????" style="width:400px;height:300px;padding:10px" data-options=" modal:true,closed:true,resizable:false, iconCls: 'fa fa-volume-up', buttons: '#acceptFileResultBnts' "> <div class="table-content" style="width: 350px;margin: auto;border: 0;"> <div class="error-msg-result" style="color: red;"> </div> <table class="table-box rdr-table-input" > <tr> <td><div class="handlecount"></div></td> </tr> <tr> <td class="div-tr-td" ><div class="successcount"></div></td> </tr> <tr> <td><div class="errorcount"></div></td> </tr> <tr> <td class="div-tr-td" ><div class="errorrows"></div></td> </tr> </table> </div> </div> <div id="acceptFileResultBnts"> <a id="checkerrorfile" href="javascript:void(0)" class="easyui-linkbutton" onclick="javascript:checkErrorFile()">?????????</a> <a href="javascript:void(0)" class="easyui-linkbutton" onclick="javascript:$('#acceptFileResultDlg').dialog('close')">?????????</a> </div> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript" src="${pageContext.request.contextPath}/page/circulation/js/rdr_recharge.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