Edit D:\rfid\apache-tomcat-8.5.32\webapps\libsystem\page\application\cir_app.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ page import="zlicense.util.FunModuleEnum"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; String strHandlerTitle = "??"; String strType = "loan"; String toolid = "4101"; if (null != request.getParameter("type")) { strType = request.getParameter("type"); } String serverUrl= MyJspUtils.checkServerProp("speconfig.tjth"); %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>???????</title> <%@ include file="../global/linkcss.jsp"%> <style type="text/css"> .show-libname { font-weight:normal; color:#ff6361; } .show-liblocation { font-weight:normal; color:#ff6361; } .rdr-north-data{ margin-top: -1px; height: 206px; } .loan-table-input td { line-height: 1; padding: 6px 10px; background: #f5f5f5; border-right: 1px solid #fff; border-bottom: 1px solid #fff; } .loan-table-input .div-tr-td { background: #fff; min-width: 80px; } .loan-table-input td { line-height: 1; padding: 6px 10px; background: #F2F6FC; border-right: 1px solid #fff; border-bottom: 1px solid #fff; } .loan-table-input tbody>tr:nth-child(even)>td, .loan-table-input tbody>tr:nth-child(odd)>th { background-color: #EBEEF5; } .loan-table-input td { height: 26px; line-height: 26px; font-weight: 700; /* color: green; */ color: #565289;; } .cir-handler-title{ width: 180px; text-align:center; font-size: 80px; /* font-family: ??????; */ } .cir-handler-tip{ width: 180px; max-width: 180px; text-align: center; } .rdr-image{ text-align:center; width: 180px; height: 180px; } .jump-rdr-bnt{ min-width: 130px; width: 130px; } .keyword-width{ width: 25%; } .barcode-text{ min-width: 80px; width: 80px; height: 28px; } </style> </head> <body class="m-top"> <!-- ????? ???????????????? --> <div > <div class="easyui-panel m-top" style="padding: 5px;"> <div style="float: left;"> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-mail-forward'" onclick="circurlationHandler('loan')">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-mail-reply'" onclick="circurlationHandler('return')">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-vcard-o'" onclick="circurlationHandler('cardrenew')">????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-search'" onclick="searchDataByType('rdr')">???????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-search'" onclick="searchDataByType('hld')">??????</a> </div> </div> </div> <div> <input id="rdrid" title="????????" hidden="hidden"> <input id="id" title="????????" hidden="hidden"> </div> <!-- layout --> <div class="cir-circulation table-content" style="margin-top: -3px;"> <div id="cirlayout" class="easyui-layout" data-options="fit:true"> <div data-options="region:'center',split:false,border:false"> <div id="cirlayoutSouthApp" class="easyui-layout" data-options="fit:true"> <div data-options="region:'north',split:true,onResize:onResizeByNorth" style="height:150px;margin-top: -1px;"> <!-- ,rownumbers:true --> <table id="cirResultDataGridList" title="" class="easyui-datagrid" data-options="fit:true,singleSelect:true,fitColumns:true,border:false,striped:true"> <thead> <tr> <th data-options="field:'note'" width="100%">??????</th> </tr> </thead> </table> </div> <div data-options="region:'center',split:true"> <table id="cirDataGridList" title="??????" class="easyui-datagrid" style="height: 300px;width:100%;" data-options="fit:true,singleSelect:true,fitColumns:true,border:false,striped:true,selectOnCheck:false,checkOnSelect:false"> <thead> <tr> <th data-options="field:'barcode'" width="120">?????</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'lenddate'" width="100">??????</th> <th data-options="field:'returndate'" width="100">??????</th> <!-- <th data-options="field:'callno'" width="60">???</th> --> </tr> </thead> </table> </div> </div> </div> <div data-options="region:'east',split:false" style="width:30%;margin-top: -1px;margin-left: -1px;"> <div class="easyui-panel m-top" title="??????" data-options="fit:true" style="padding: 5px;"> <table class="table-box loan-table-input book-list"> </table> </div> </div> <div data-options="region:'north'" class="rdr-north-data"> <table class="table-box loan-table-input"> <tr> <td width="10%" rowspan="5"> <div class="cir-handler-title"> ??</div> <div class="rdr-image" style="overflow: hidden; display: none;"> <img id="photourl" alt="" src="" class="cir-img-box"> </div> </td> <td style="width: 70px;min-width: 70px;">???????</td> <td width="20%"> <div style="min-width: 140px;"> <label id="rdrno" item-type="record" class="my-html"> </label> </div> </td> <td style="width: 70px;min-width: 70px;">???????</td> <td> <div style="min-width: 100px;"> <label id="name" item-type="record" class="my-html"></label> </div> </td> <td style="width: 70px;min-width: 70px;">???????</td> <td> <div style="min-width: 100px;"> <label id="rdrtype" item-type="record" class="my-html"></label> </div> </td> </tr> <tr> <td><div style="min-width: 120px;max-width: 120px;">?????</div></td> <td> <div style="min-width: 80px;"> <label id="maxborrownum" item-type="record" class="my-html">0</label> </div> </td> <td><div style="min-width: 120px;">?????</div></td> <td> <label id="loanednum" item-type="record" class="my-html">0</label></td> <td style="width: 70px;min-width: 70px;">?????</td> <td> <div style="min-width: 100px;"> <label id="libname" item-type="record" class="my-html"></label> </div> </td> </tr> <tr> <td>???</td> <td><label id="feeamount" item-type="record" class="my-html" ></label></td> <td>???</td> <td><label id="address" item-type="record" class="my-html"></label></td> <td style="width: 70px;min-width: 70px;">???????</td> <td> <div style="min-width: 100px;"> <label id="state" item-type="record" class="my-html"></label> </div> </td> </tr> </table> <div id="cirAppTitle" class="easyui-panel m-top" title="??????" data-options="" style="padding: 5px;"> <table class="table-box loan-table-input"> <tr> <td width="10%" class="loan-box">???????</td> <td class="keyword keyword-width loan-box" width="40%"><input id="keyword" type="text" class="easyui-textbox" style="width:100%;height:26px;" data-options="prompt:'??????????'"></td> <td class="barcode-text" width="10%">?????</td> <td><input id="barcode" type="text" class="easyui-textbox" style="width:96%;height:26px;" data-options="prompt:'?????????'"></td> </tr> </table> </div> </div> </div> </div> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript"> var vType = '<%=strType%>'; var serverAcsUrl = '<%=serverUrl%>'; </script> <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/cir_app.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de