Edit D:\rfid\libsystem\page\parameter\cir_special.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String title="??????????"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><%=title %>???</title> <%@ include file="../global/linkcss.jsp" %> </head> <body> <!-- ????? ???????????????? --> <%@ include file="com_toolbar.jsp" %> <!--??? ?????? ??????--> <div class="m-top datagrid-div"> <table id="datagrid-single" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true"> <thead> <tr> <th data-options="field:'code',align:'center' " width="50">???</th> <th data-options="field:'name',align:'center'" width="80">???</th> <th data-options="field:'spetype',align:'center'" width="50">??????</th> <th data-options="field:'libcode',align:'center'" width="100">???</th> <th data-options="field:'loccode',align:'center'" width="80">??????</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="<%=title %>" style="width:700px;height:700px;padding:10px;" data-options=" modal:true,closed:true,toolbar:'#dlg-toolbar',resizable:false,collapsible:false,minimizable:false,maximizable:false,iconCls:'fa fa-gear', onResize:function(){ $(this).window('center'); }"> <!--???????????--> <%@ include file="com_savebar.jsp" %> <div class="table-content"> <input id="paramjson" item-type="record" hidden="hidden"></input> <table class="table-box table-input" > <tr style="width:99%;"> <td style="width:25%;">??????</td> <td style="width:25%;"> <select id="libcode" item-type="record" class="easyui-combobox" required="true" editable="false" data-options="panelHeight:'auto'" style="width:150px;height: 26px;"> </select> </td> <td style="width:25%;">??????</td> <td style="width:25%;"> <select id="spetype" item-type="record" class="easyui-combobox" required="true" editable="false" data-options="panelHeight:'auto'" style="width:150px;height: 26px;"> </select> </td> </tr> <tr> <td >???</td> <td > <input id="code" item-type="record" class="easyui-textbox" required="true" style="width:150px;height: 26px;" > </input> </td> <td >???</td> <td > <input id="name" item-type="record" insert-check="repeat" class="easyui-textbox" required="true" style="width:150px;height: 26px;" > </input> </td> </tr> <tr> <td ><label class="loccode-name">??????</label></td> <td colspan="3"> <select id="loccode" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 26px;" editable="false" data-options="fit:true"> </select> </td> </tr> <tbody class="initCirSpecialParamEnum"></tbody> </table> </div> <!--??????--> <div style="height: 200px;width:100%;" class="m-top"> <table id="rdrtype" item-type="record" title="???????" class="easyui-datagrid" data-options="fit:true"> <thead> <tr> <th data-options="field:'ck',checkbox:true"></th> <th data-options="field:'code',align:'center'" width="80">???</th> <th data-options="field:'name',align:'center'" width="100">???</th> </tr> </thead> </table> </div> </div> <input id="controller_id" hidden="hidden" get-code="true" value="special"></input> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript" src="${pageContext.request.contextPath}/page/parameter/js/parameter_public.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/parameter/js/cir_special.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de