Edit D:\rfid\libsystem\page\acquisition\acq_orderimport.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>???<%=typeTitle%>??????</title> <%@ include file="../global/linkcss.jsp" %> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/page/circulation/css/uploadrdrphoto.css"> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/third-party/webuploader-0.1.5/webuploader.css"> </head> <body> <body class="m-top"> <!-- ????? ???????????????? --> <div class="tool-div"> <div class="easyui-panel m-top" data-options="fit:true" style="padding: 5px;" > <a id="bntSelectFile" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-file-excel-o'" onclick="onSelectFile()">??????</a> <a id="bntShowDataList" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-list'" title="??????500??" onclick="onPerviewData()">???????</a> <a id="bntPerviewNextRecord" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-arrow-left'" title="?????" onclick="onPerviewPrevData()">?????</a> <a id="bntPerviewPrevRecord" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-arrow-right'" title="?????" onclick="onPerviewNextData()">?????</a> <a id="bntStartAccept" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-play-circle-o'" onclick="onAcceptData()">???????</a> </div> </div> <div style="display: none;"> <a id="bntStartUpload" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-upload'" onclick="onStartUpload()">???????</a></div> <div class="tool-div-search" style="height: 166px;"> <div class="easyui-panel " title="???<%=typeTitle%>?????????" data-options="fit:true" style="padding: 5px;" > <div class="table-content" > <table class="table-box rdr-table-input" > <div style="display: none;"> <input id="bibtabtype" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" value="1"> </div> <tr> <td class="div-tr-td" width="10%" style="min-width: 100px;">????????</td> <td width="17%"> <select id="sysid" item-type="record" class="easyui-combobox" style="width:100%;height: 24px;" editable="false" data-options=""> </select> </td> </tr> <tr> <td class="div-tr-td" width="10%" style="min-width: 100px;">???????????</td> <td width="17%"> <select id="catacode" item-type="record" class="easyui-combobox" style="width:100%;height: 24px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" width="8%">?????</td> <td width="17%"> <select id="charset" item-type="record" class="easyui-combobox" style="width:100%;height: 24px;" editable="false" data-options=""> <option value="GBK">GBK</option> <option value="UTF-8">UTF-8</option> </select> </td> <td class="div-tr-td" width="8%">??????</td> <td width="17%"> <select id="repeatid" item-type="record" class="easyui-combobox" style="width:100%;height: 24px;" editable="false" data-options=""> </select> </td> </tr> <tr> <td class="div-tr-td" ><%=typeTitle%>??????</td> <td> <select id="repeattype" item-type="record" class="easyui-combobox" style="width:100%;height: 24px;" editable="false" data-options="panelHeight:'auto'"> <option value="0">????????????????????</option> <option value="1">??????????????</option> <option value="2">????????????????????</option> </select> </td> <td class="div-tr-td" >??????</td> <td><input id="delfield" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'????????,????????,???,??005,006'"></td> </td> <td class="div-tr-td" colspan="2">????????????????? <input id="skiprepbib" item-type="record" type="checkbox"></td> </tr> </table> </div> </div> </div> <!--??????--> <%@ include file="../global/uploadfile.jsp" %> <div class="import-data-div " style="margin-top: -2px;"> <div id="tabsGrid" class="easyui-tabs" data-options="fit:true,border:false" style="margin-top: -1px;"> <div title="<%=typeTitle%>??????" style="margin-top: -1px;"> <div class="easyui-layout" data-options="fit:true"> <div data-options="region:'center',collapsible:false" title="?????" style="width:50%;margin-top: -1px;"> <div id="showPerviewOrgMarcData" style="position: relative;width: 100%;white-space:normal;"> </div> </div> <div data-options="region:'east',collapsible:false" title="?????????" style="width:50%; margin-top: -1px; "> <div id="showPerviewTagMarcData"> </div> </div> </div> </div> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript"> var vBibType = '<%=type%>'; var BASE_URL = "${pageContext.request.contextPath}/third-party/webuploader-0.1.5"; </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}/third-party/webuploader-0.1.5/webuploader.js"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/acquisition/js/acq_orderimport.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/acquisition/js/initOderMenu.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/js/uploadfile.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de