Edit D:\rfid\libsystem\page\circulation\rdr_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="searchRdrRecord()">???</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="rdrtype" item-type="record" required="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select> <select id="rdrstatus" item-type="record" class="easyui-combobox" disabled="true" 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="index" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options=""> <option value="id">????????</option> <option value="rdruid">RDRUID</option> <option value="name">???????</option> <option value="rdrno" selected="selected">???????</option> <option value="idcard">????????</option> <option value="otherno">??????</option> <option value="telephone">??????</option> </select> <input id="keyword" class="easyui-textbox" data-options="buttonText:'???',buttonIcon:'e-icon-search fa fa-search',prompt:'????????????????????',onClickButton:function(){searchRdrRecord()}" style="width:250px;height:26px;"> </div> </div> <!--???????--> <div style="height: 150px;width:100%;margin-top: -1px;"> <div class="easyui-panel" data-options="fit:true"> <%@ include file="grid/readergrid.jsp"%> </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=""> </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"> <%@ include file="grid/historyloangrid.jsp"%> </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/rdr_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