Edit D:\rfid\libsystem\page\circulation\bib_loan_check.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="searchBibRecord()">???</a> </div> </div> <div style="display: none;"> <select id="libcode" item-type="record" required="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> <select id="doctype" item-type="record" required="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> <select id="location" item-type="record" required="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> </div> <!-- ????? --> <div class="tool-div-search m-top-3" > <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> <select id="bibindex" class="easyui-combobox" editable="false" style="width:100px;height:26px;" data-options=""> </select> <input id="keyword" class="easyui-textbox" data-options="buttonText:'???',buttonIcon:'e-icon-search fa fa-search',prompt:'????????????????????',onClickButton:function(){searchBibRecord()}" style="width:250px;height:26px;"> </div> </div> <!--??????--> <div style="height: 300px;width:100%;margin-top: -1px;"> <div class="easyui-panel" data-options="fit:true"> <table id="bibDataGridList" title="" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true,border:false" > <thead> <tr> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'isbn'" width="80">ISBN??</th> <th data-options="field:'classno'" width="80">?????</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'author'" width="100">????</th> <th data-options="field:'price'" width="80">???</th> <th data-options="field:'publish'" width="80">?????</th> <th data-options="field:'publishaddress'" width="80">?????</th> </tr> </thead> </table> </div> </div> <!-- ???????????? --> <div class="m-top"> <%if(strType.equals("0")){%> <div style="display: none;"> <select id="cirlogtype" item-type="record" no-limit="" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> <!-- <option value="">???</option> <option value="101">???</option> <option value="102">????</option> <option value="201">???</option> <option value="202">???</option> <option value="203">???</option>--> </select> </div> <div title="????????????" class="easyui-panel"> <div class="curloan-grid-div m-top"> <%@ include file="grid/curloangrid.jsp"%> </div> </div> <%}else{%> <div class="tool-div-serach " style="height:76px;line-height: 40px;"> <div class="easyui-panel" title="???????????" data-options="fit:true" > <div style="margin-left: 10px;"> <div style="display: none;"> ????? <select id="operid" item-type="record" no-limit="" class="easyui-combobox" style="width:124px;height: 24px;" editable="false" data-options=""> </select></div> ?????? <select id="cirlogtype" item-type="record" no-limit="" class="easyui-combobox" style="width:130px;height: 28px;" editable="false" data-options=""> </select> ?????? <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> <div class="curhistory-grid-div m-top"> <table id="historyBorrowDataGridList" class="easyui-datagrid" data-options="fit:true,singleSelect:true,border:true,pagination:true"> <thead> <tr> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'logtype',formatter:onShowCirLogtype" width="80">??????</th> <th data-options="field:'logstamp',formatter:onShowDateStamp" width="140">??????</th> <th data-options="field:'name'" width="80">???????</th> <th data-options="field:'rdrno'" width="80">???????</th> <th data-options="field:'operid',formatter:onShowOperNameById" width="80">?????</th> <th data-options="field:'barcode'" width="80">?????</th> <th data-options="field:'callno'" width="100">?????</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'author'" width="80">????</th> <th data-options="field:'isbn'" width="80">isbn??</th> <th data-options="field:'price'" width="80">???</th> <th data-options="field:'volumeinfo'" width="80">??????</th> </tr> </thead> </table> </div> <%}%> </div> </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/bib_loan_check.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