Edit D:\rfid\libsystem\page\acquisition\acq_recommend.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String type = "0"; String typeTitle = "???"; if(request.getParameter("type") != null){ type = request.getParameter("type") ; } if(type.equals("1")){ typeTitle = "???"; } %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <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="searchTNRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-close'" onclick="noComdRecord()">?????</a> </div> </div> <div class="tool-div-search m-top-3" style="height: 80px;line-height: 36px;"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> <div class="easyui-layout" data-options="fit:true"> <div data-options="region:'center',collapsible:false" title="??????" style="width:70%;margin-top: -1px;"> ????? <select id="sysid" item-type="search" class="easyui-combobox" style="width:124px;height: 24px;" editable="false" data-options=""> </select> ?????? <select id="catacode" item-type="search" class="easyui-combobox" style="width:120px;height: 24px;" editable="false" data-options=""> </select> ?????? <input id="begrecdate" item-type="search" handler-type="7" table-type="lib_acq_recommend" class="easyui-datebox" style="width:110px;height: 28px;" data-options="prompt:'?????????'"> - <input id="endrecdate" item-type="search" handler-type="5" table-type="lib_acq_recommend" class="easyui-datebox" style="width:110px;height: 28px;" data-options="prompt:'??? ??????'"> ???? <select id="acqstatus" item-type="search" no-limit="" class="easyui-combobox" style="width:100px;height: 24px;" editable="false" data-options=""> </select> </div> <div data-options="region:'east',collapsible:false" title="???????????" style="width:30%; margin-top: -1px; "> <select id="note" item-type="search" class="easyui-combobox" style="width:90%;height: 24px;" data-options="panelHeight:'auto'"> <option>????????????</option> <option>??????</option> <option>?????????</option> <option>????????????????</option> </select> </div> </div> </div> </div> <div class="m-top datagrid-div"> <table id="recommendDataGridList" title="??????????" class="easyui-datagrid" style="margin-top: -1px;" data-options="singleSelect:true,fit:true,fitColumns:true,pagination:true,striped:true" > <thead> <tr> <th data-options="field:'recdate',formatter:fmtStringToDate" width="100">??????</th> <th data-options="field:'recstatus',formatter:onShowAcqStatus" width="120">????</th> <th data-options="field:'rdrno'" width="120">???????</th> <th data-options="field:'name'" width="100">???????</th> <th data-options="field:'title'" width="280">???</th> <th data-options="field:'author'" width="120">????</th> <th data-options="field:'isbn'" width="100">ISBN??</th> <th data-options="field:'publish'" width="100">?????</th> <th data-options="field:'note'" width="200">???</th> </tr> </thead> </table> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript"> var vBibType = '<%=type%>'; </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/acquisition/js/acq_recommend.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/acquisition/js/initOderMenu.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de