Edit D:\rfid\libsystem\page\periodical\per_sendcheck.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> <!-- ????? ???????????????? --> <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="serachSendData()">????</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-send-o'" onclick="onHandlerSendData()">?????</a> </div> </div> <div class="tool-div-search m-top-3" > <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> ???????? <select id="sysid" item-type="record" class="easyui-combobox" style="width:140px;height: 24px;" editable="false" data-options=""> </select> <select id="index" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options="panelHeight:'auto'"> <option value="lib_holdings.barcode" selected="selected">?????</option> <option value="lib_per_bind.batchno">???</option> </select> <input id="begkeyword" class="easyui-textbox" style="width:200px;height: 28px;" data-options="prompt:'???????????????????'"> <input id="endkeyword" class="easyui-textbox" style="width:200px;height: 28px;" data-options="prompt:'???????????????????'"> </div> </div> <!-- ????????? --> <div class="datagrid-div m-top" style="height: 200px;"> <table title="?????????" id="holdDataGridList" class="easyui-datagrid" style="margin-top: -1px;" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true,pageSize:30," > <thead> <tr> <th data-options="field:'libcode',formatter:onShowLibName" width="80">??????</th> <th data-options="field:'barcode'" width="80">?????</th> <th data-options="field:'title'" width="200">???</th> <th data-options="field:'author'" width="80">????</th> <th data-options="field:'isbn'" width="80">ISSN??</th> <th data-options="field:'orderno'" width="80">?????</th> <th data-options="field:'unifiedno'" width="80">??????</th> <th data-options="field:'batchno'" width="80">???</th> <th data-options="field:'callno'" width="80">?????</th> <th data-options="field:'price'" width="80">???</th> <th data-options="field:'curlocation',formatter:onShowLocationName" width="80">??????</th> <!-- <th data-options="field:'doctype',formatter:onShowDocTypeName" width="80">??????</th> <th data-options="field:'status',formatter:onShowHoldStatusName" width="80">???????</th> <th data-options="field:'volumenum'" width="80">?????</th> --> <th data-options="field:'volinfo'" width="80">??????</th> </tr> </thead> </table> </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> <script type="text/javascript" src="${pageContext.request.contextPath}/page/periodical/js/per_sendcheck.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de