Edit D:\rfid\libsystem\page\parameter\sys_library.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ page import="zlicense.util.FunModuleEnum"%> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>????????</title> <%@ include file="../global/linkcss.jsp" %> <style type="text/css"> .tree-file { background:none !important; } .tree-folder { background:none !important; } .tree-node { height: 26px; white-space: nowrap; cursor: pointer; line-height: 26px; } .tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent { display: inline-block; width: 16px; height: 18px; margin: 4px 0; vertical-align: middle; overflow: hidden; } .tree-title { font-size: 12px; display: inline-block; text-decoration: none; vertical-align: middle; white-space: nowrap; padding: 0 2px; margin-top:-4px; height: 18px; line-height: 18px; } </style> </head> <body> <!-- ????? ???????????????? --> <%@ include file="com_toolbar.jsp" %> <!--??? ?????? ??????--> <div class="m-top datagrid-div"> <div class="easyui-layout" data-options="fit:true" > <div data-options="region:'center',collapsible:false" title="??????" style="width:70%;"> <table id="datagrid-single" class="easyui-datagrid" data-options="singleSelect:true,fitColumns:true,border:false" style="height: 100%;"> <thead> <tr> <th data-options="field:'code',align:'center'" width="80">???</th> <th data-options="field:'name',align:'center'" width="80">???</th> <th data-options="field:'liblevel',align:'center'" width="50">???</th> <th data-options="field:'parentcode',align:'center'" width="50">??????????</th> <th data-options="field:'sjts',align:'center',formatter:fmtLibraryTS" width="50">??????</th> <th data-options="field:'yszjlt',align:'center',formatter:fmtLibraryLT" width="50">???????????</th> <th data-options="field:'sortfld',align:'center'" width="50">???</th> <th data-options="field:'note',align:'center'" width="50">???</th> </tr> </thead> </table> </div> <div data-options="region:'east',collapsible:false" title="?????????" style="width:30%; margin-top: -1px; "> <ul class="easyui-tree" id="libtree" data-options="animate:true,lines:true"></ul> </div> </div> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="??????????????" style="width:850px;height:500px;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="table-content"> <input id="paramjson" item-type="record" hidden="hidden"></input> <div id="tabsGrid" class="easyui-tabs" data-options="border:true" style="margin-top: -1px;"> <div title="?????????" style="margin-top: -1px;"> <table class="table-box table-input" style="width:100%;"> <tr> <td style="min-width:100px;" >???</td> <td ><input id="code" item-type="record" update-readonly="true" required="true" class="easyui-textbox" style="width:200px;height: 28px;" data-options="prompt:'????????'"></td> <td style="min-width:120px;" >???</td> <td > <input id="name" item-type="record" insert-check="repeat" required="true" class="easyui-textbox" style="width:200px;height: 28px;" data-options="prompt:'????????'"> </td> </tr> <tr> <%if(MyJspUtils.checkLicense(FunModuleEnum.YAN_SHI_GONG_NENG)){%> <td>??????</td> <td> <select id="bibliblevel" item-type="paramjson" class="easyui-combobox" style="width:200px;height: 28px;" editable="false" data-options="panelHeight:'auto',"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> <option value="5">5</option> <option value="6">6</option> </select> </td> <%}%> <td>??????</td> <td> <select id="parentcode" item-type="record" class="easyui-combobox" editable="false" style="width:200px;height: 28px;" editable="true" data-options=""> <option value="0">???1</option> <option value="1">???2</option> </select> </td> </tr> <tbody class="initSysLibraryParamEnum"></tbody> <tr> <td>??????</td> <td> <input id="sortfld" item-type="record" class="easyui-numberbox" style="width:200px;height: 28px;" data-options="prompt:'???????????????????9999'"></input> </td> <td >???</td> <td ><input id="note" item-type="record" class="easyui-textbox" style="width:200px;height: 28px;" data-options="prompt:'???????????'"></td> </tr> </table> </div> <%if(MyJspUtils.checkLicense(FunModuleEnum.DU_ZHE_WAI_CAI)){%> <div title="?????????" style="margin-top: -1px;"> <table class="table-box table-input" style="width:800px;"> <tbody class="waicaiLibraryParamEnum"></tbody> </table> <div style="height: 260px;"> <table id="wc_zdxd" title="?????????" item-type="paramjson" class="easyui-datagrid m-top" data-options="singleSelect:false,fit:true,fitColumns:true"> <thead> <tr> <th data-options="field:'ck',checkbox:true" width="4%"></th> <th data-options="field:'code',align:'center'" width="16%">???</th> <th data-options="field:'name',align:'center'" width="80%">???</th> </tr> </table> </div> </div> <%}%> <div title="?????????" style="margin-top: -1px;"> <div style="height: 360px;width:100%;" class="m-top"> <table id="authoritygroup" item-type="paramjson" title="??????????????" class="easyui-datagrid" data-options="fit:true"> <thead> <tr> <th data-options="field:'ck',checkbox:true"></th> <th data-options="field:'ID',align:'center'" width="80">??????</th> <th data-options="field:'NAME',align:'center'" width="100">??????</th> </tr> </thead> </table> </div> </div> </div> </div> </div> <input id="controller_id" hidden="hidden" value="library"></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/sys_library.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de