Edit D:\rfid\libsystem\page\iframe\iframe_per_bind.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String bibId = "0"; if(request.getParameter("bibId") != null){ bibId = request.getParameter("bibId") ; } String id = "0"; if(request.getParameter("id") != null){ id = request.getParameter("id") ; } %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>???</title> <%@ include file="../global/linkcss.jsp" %> </head> <body > <!-- checkrepeatbib --> <div class="tool-div-para"> <div class="easyui-panel" id="ddddddd" data-options="fit:true" style="padding: 5px;"> <a href="javascript:void(0)" id="saveOrderBibBnt" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-save'" onclick="_bindPerObj.prototype.save()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-close'" onclick="colseParentDlg()">???</a> </div> </div> <div class="easyui-panel m-top" style="padding: 5px;"> <div class="table-content" style="width:860px;margin: auto;margin-top: 5px;"> <table class="table-box rdr-table-input"> <tr> <td class="div-tr-td" style="min-width: 60px; "> ?????? </td> <td style="width: 160px;"> <select id="libcode" item-type="record" class="easyui-combobox" style="width:140px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" style="min-width: 60px;"> <div>??????</div> </td> <td style="width: 160px;"> <select id="batchno" item-type="record" class="easyui-combobox" style="width:140px;height: 28px;" editable="false" data-options=""> </select> <!-- <input id="batchno" item-type="record" class="easyui-textbox" style="width:140px;height: 28px;" disabled="true" data-options="prompt:'???????????'"> --> </td> <td class="div-tr-td" style="min-width:60px;"> ?????? </td> <td style="width: 160px;"> <select id="binding" item-type="record" init-type="init-data" class="easyui-combobox" style="width:140px;height: 28px;" editable="false" data-options=""> </select> </td> </tr> <tr> <td class="div-tr-td" >??????</td> <td> <select id="doctype" item-type="record" class="easyui-combobox" style="width:140px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" > ?????? </td> <td > <select id="loccode" item-type="record" class="easyui-combobox" style="width:140px;height: 28px;" editable="false" data-options=""> </select> </td > <td class="div-tr-td" >??????</td> <td> <select id="finsources" item-type="record" class="easyui-combobox" style="width:140px;height: 28px;" editable="false" data-options=""> </select> </td> </tr> <tr> <td class="div-tr-td" >??????</td> <td> <select id="docsources" item-type="record" class="easyui-combobox" style="width:140px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" >??????</td> <td> <select id="mediatype" item-type="record" class="easyui-combobox" style="width:140px;height: 28px;" editable="false" data-options=""> </select> </td> <td class="div-tr-td" ></td> <td> </td> </tr> </table> <div style="height: 380px;width: 860px;"> <table id="eidtorgrid" title="??????" class="easyui-datagrid" > </table> </div> </div> </div> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript"> var _bibId = '<%=bibId%>'; var _id = '<%=id%>'; </script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/iframe/js/iframe_per_bind.js?version=<%=MyJspUtils.getVersion() %>"></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/global/js/bib_rate_priec_other.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de