Edit D:\rfid\libsystem\page\parameter\cat_z3950.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 = "Z39.50???"; %> <!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:'libcode',align:'center'" width="50">???</th> <th data-options="field:'name',align:'center'" width="50">???</th> <th data-options="field:'host',align:'center'" width="50">???</th> <th data-options="field:'database',align:'center'" width="50">?????</th> <th data-options="field:'charset',align:'center'" width="50">?????</th> <th data-options="field:'note',align:'center'" width="50">???</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="<%=title%>" style="width:700px;height:400px;padding:10px;" data-options=" modal:true,toolbar:'#dlg-toolbar',closed:true,resizable:false,collapsible:false,minimizable:false,maximizable:false,iconCls:'fa fa-gear', onResize:function(){ $(this).window('center'); }"> <!--???????????--> <%@ include file="com_savebar.jsp"%> <div class="easyui-panel table-content"> <input id="id" item-type="record" hidden="hidden"></input> <table class="table-box table-input"> <tr> <td style="width:25%;">???</td> <td style="width:20%;"><select id="libcode" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 32px;" editable="false" data-options=""> </select></td> <td style="width:10%;">???</td> <td style="width:20%;"><input id="name" item-type="record" class="easyui-textbox" insert-check="repeat" required="true" style="width:100%;height: 32px;" data-options="prompt:'??????'"></td> </tr> <tr> <td>???</td> <td><input id="host" item-type="record" class="easyui-textbox" required="true" style="width:100%;height: 32px;" data-options="prompt:'???ip?????'"></td> <td>?????</td> <td><input id="port" item-type="record" class="easyui-numberbox" required="true" style="width:100%;height: 32px;" data-options="prompt:'????????'"> </td> </tr> <tr> <td>?????</td> <td><input id="database" item-type="record" class="easyui-textbox" required="true" style="width:100%;height: 32px;" data-options="prompt:'????????'"> </td> <td>??????</td> <td><select id="validateway" item-type="record" def-value="0" class="easyui-combobox" style="width:100%;height: 32px;" editable="false" data-options=""> <option value="0">??????</option> <option value="1">?????</option> </select></td> </tr> <tr> <td>?????</td> <td><input id="account" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;" data-options="prompt:'?????????'"></td> <td>???</td> <td><input id="password" item-type="record" type="password" class="easyui-textbox" style="width:100%;height: 32px;" data-options="prompt:'????????'"></td> </tr> <tr> <td>?????</td> <td><select id="charset" item-type="record" def-value="UTF8" class="easyui-combobox" style="width:100%;height: 32px;" editable="false" data-options=""> <option value="UTF8">UTF-8</option> <option value="GBK">GBK</option> </select></td> <!-- <td>??????</td> <td><input id="delfield" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;" data-options="prompt:'????????????????????,???'"></td> --> </tr> <tr> <td>???</td> <td colspan="3"><input id="note" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;" data-options="prompt:'???????????'"></td> </tr> </table> </div> </div> <input id="controller_id" hidden="hidden" value="z3950"></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> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de