Edit D:\rfid\libsystem\page\circulation\rdr_reserveback.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String strHandlerTitle="??"; String strType=request.getParameter("type"); if(strType.equals("0")){ strHandlerTitle="??"; } %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>??<%=strHandlerTitle%>??????</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-backward'" onclick="backReserveRecord()">??<%=strHandlerTitle%>???</a> <!-- <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="setPara()">???</a> --> </div> </div> <div style="display: none;"> <select id="location" item-type="record" class="easyui-combobox" style="width:100%;height: 28px;" data-options="panelHeight:'120',"> </select> </div> <!-- ??????? --> <div class="easyui-panel " style="margin-top: -3px" data-options="fit:true" > <div class="table-content"> <div> <input id="rdrid" title="????????" hidden="hidden"> <input id="id" title="????????" hidden="hidden"> </div> <table class="table-box loan-table-input" data-options="fit:true"> <tr> <td width="10%" > ????? </td> <td class="div-tr-td"><input id="barcode" type="text" class="easyui-textbox" style="width:100%;height:28px;" data-options="prompt:'?????????????????'" ></td> </tr> <tr> <td > ??? </td> <td><input id="title" item-type="record" disabled="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> </tr> <tr> <td >????</td> <td><input id="author" item-type="record" class="easyui-textbox" disabled="true" style="width:100%;height: 28px;" data-options="prompt:'????'"></td> </tr> <tr> <td >?????</td> <td><input id="callno" item-type="record" class="easyui-textbox" disabled="true" style="width:100%;height: 28px;" data-options="prompt:'?????'"></td> </tr> <tr> <td >???</td> <td><input id="price" item-type="record" class="easyui-textbox" disabled="true" style="width:100%;height: 28px;" data-options="prompt:'??????'"></td> </tr> <tr> <td >????????</td> <td><select id="curlibcode" item-type="record" disabled="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select></td> </tr> <tr> <td >ISBN??</td> <td><input id="isbn" item-type="record" disabled="true" class="easyui-textbox" style="width:100%;height: 28px;" editable="false" data-options=""> </td> </tr> </table> </div> <div class="datagrid-div"> <div id="tabsGrid" class="easyui-tabs" data-options="tools:'#tabGrid-tools',fit:true,border:false" style="margin-top: -1px;"> <div title="??<%=strHandlerTitle%>???" style="margin-top: -1px;"> <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">??<%=strHandlerTitle%>???</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> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript"> var vType='<%=strType%>'; </script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/circulation/js/rdr_reserveback.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