Edit D:\rfid\libsystem\page\circulation\cir_lost_pickup.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>?????????</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="">?????????</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> <label id="title" item-type="record" class="my-html" ></label> </td> </tr> <tr> <td >????</td> <td> <label id="author" item-type="record" class="my-html" ></label> </td> </tr> <tr> <td >?????</td> <td> <label id="callno" item-type="record" class="my-html" ></label> </td> </tr> <tr> <td >???</td> <td> <label id="price" item-type="record" class="my-html" ></label> </td> </tr> <tr> <td >????????</td> <td> <label id="curlibcode" item-type="record" class="my-html" ></label> </td> </tr> <tr> <td >ISBN??</td> <td> <label id="isbn" item-type="record" class="my-html" ></label> </td> </tr> </table> </div> <div class="datagrid-div"> <table id="rdrDataGridList" title="??????????" class="easyui-datagrid" data-options="singleSelect:true,fitColumns:true,border:false"> <thead> <tr> <th data-options="field:'libcode',formatter:onShowLibName" width="80">?????</th> <th data-options="field:'rdrno'" width="80">???</th> <th data-options="field:'name'" width="100">???</th> <th data-options="field:'status',formatter:onShowRdrStatusName" width="100">????</th> <th data-options="field:'rdrtype',formatter:onShowRrdTypeName" width="80">???????</th> <th data-options="field:'createdate'" width="80">??????</th> <th data-options="field:'startdate'" width="80">??????</th> <th data-options="field:'enddate'" width="80">??????</th> </tr> </thead> </table> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <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