Edit D:\rfid\libsystem\page\catalogue\bib_import_data.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"> <style type="text/css"> .acq-formatFrame{ display: none; position: absolute; top: 0px; left: 0; z-index: 999; height: 100%; width: 100%; } </style> </head> <body> <body class="m-top"> <!-- ????? ???????????????? --> <div style="height: 40px;"> <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> <a id="bntFormatDesign" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="onFormatDesign()">?????????</a> <a id="bntAcqFormatDesign" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-cog'" onclick="onAcqFormatDesign()">?????????</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 style="height: 156px;margin-top: -2px;"> <div class="easyui-panel " title="???<%=typeTitle%>?????????" data-options="fit:true" > <div class="table-content" > <table class="table-box rdr-table-input" > <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> <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="panelHeight:'auto'"> <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%"> <input id="checkhold" item-type="record" type="checkbox"> </td> <td class="div-tr-td" width="8%">?????????</td> <td width="17%"> <select id="acqtype" item-type="record" class="easyui-combobox" style="width:100%;height: 24px;" editable="false" data-options="panelHeight:'auto'"> <option value="">?????</option> <option value="order">?????????</option> <option value="check">?????????</option> </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"><%=typeTitle%>???</option> <option value="2"><%=typeTitle%>?????</option> </select> </td> <td class="div-tr-td" >????????</td> <td><input id="startCtrlno" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????????,?????????'"></td> <td class="div-tr-td" >??????</td> <td > <select id="acceptFormatDesignIndex" item-type="record" class="easyui-combobox" style="width:100%;height: 24px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" >??????</td> <td > <select id="acqkeycode" item-type="record" class="easyui-combobox" style="width:100%;height: 24px;" editable="false" data-options=""> </select> </td> </tr> <tr> <td class="div-tr-td" >????????<%--??????????????--%></td> <td> <input id="keepID" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" > </td> <td class="div-tr-td" >????????<%--?????????????????--%></td> <td> <input id="addNumber" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" > </td> </td> <td class="div-tr-td" >??????</td> <td > <select id="repeatid" item-type="record" class="easyui-combobox" style="width:100%;height: 24px;" editable="false" data-options=""> <option value="">????????????</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> </tr> </table> </div> </div> </div> <!--??????--> <%@ include file="../global/uploadfile.jsp" %> <!--????????????--> <%@ include file="../global/importformatdesign.jsp" %> <!--????????????--> <div class="acq-formatFrame"> <iframe id="acqformatFrame" name="acqformatFrame" frameborder="0" src="../iframe/iframe_acqformat.jsp?type=<%=type%>" width="100%" height="100%"></iframe> </div> <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 title="?????????" style="margin-top: -1px;"> <table id="importDataGridList" class="easyui-datagrid" data-options="fit:true,border:false" > </table> </div> <div title="?????????" style="margin-top: -1px;"> <table id="acqDataGridList" class="easyui-datagrid" data-options="fit:true,border:false" > </table> </div> </div> <!-- <div id="importPerviewData" class="easyui-panel" title="?????????" data-options="fit:true,border:true" > </div> <table id="importDataGridList" class="easyui-datagrid" data-options="fit:true,border:false" > </table> --> </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/catalogue/js/bib_import_data.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/js/importformatdesign.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