Edit D:\rfid\libsystem\page\parameter\sys_schemabrowser.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> <!--??? ?????? ??????--> <div class="m-top datagrid-div"> <table id="datagrid-single" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,rownumbers:true"> <thead> <tr> <th data-options="field:'table_name',align:'center',width:50" >???</th> <th data-options="field:'num_rows',align:'right',formatter:formatNumber,width:50" >???</th> <th data-options="field:'11',align:'right',width:80" ></th> </tr> </thead> </table> </div> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript" src="${pageContext.request.contextPath}/page/parameter/js/schemabrowser.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de