Edit D:\rfid\libsystem\page\catalogue\author.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; //String sysid_type = request.getParameter("type"); %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>????????</title> <%@ include file="../global/linkcss.jsp"%> </head> <body> <div class="tool-div m-top"> <div class="easyui-panel" id="ddddddd" data-options="fit:true" style="padding: 5px;"> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-search'" onclick="searchRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-plus'" onclick="insertRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-edit '" onclick="updateRecord()">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-trash'" onclick="deleteRecord()">???</a> </div> </div> <div class="tool-div-search m-top-3"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> ???<input id="search_fullname" item-type="search" class="easyui-textbox" data-options="buttonText:'???',buttonIcon:'e-icon-search fa fa-search',prompt:'???????????',onClickButton:function(){searchRecord()}" style="width:250px;height:26px;"> </div> </div> <!--??? ?????? ??????--> <div class="m-top datagrid-div"> <table id="datagrid-single" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns: true,pagination:true,pageSize:30"> <thead> <tr> <th data-options="field:'fullname',align:'center'" width="80">???</th> <th data-options="field:'surname',align:'center'" width="80">???</th> <th data-options="field:'personname',align:'center'" width="80">???</th> <th data-options="field:'country',align:'center'" width="80">???</th> <th data-options="field:'dynasty',align:'center'" width="80">???</th> <th data-options="field:'years',align:'center'" width="80">???</th> <th data-options="field:'pinyin',align:'center'" width="80">???</th> <th data-options="field:'content',align:'center'" width="80">????</th> <th data-options="field:'othername',align:'center'" width="80">??????</th> <th data-options="field:'refcount1',align:'center'" width="80">??????1</th> <th data-options="field:'refcount2',align:'center'" width="80">??????2</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="????????" style="width:500px;height:500px;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="../parameter/com_savebar.jsp"%> <div class="table-content"> <input id="id" item-type="record" hidden="hidden"> <table class="table-box table-input"> <tr> <td style="width:30%;">???</td> <td><input id="fullname" item-type="record" class="easyui-textbox" required="true" style="width:100%;height: 32px;"></td> </tr> <tr> <td>???</td> <td><input id="surname" item-type="record" class="easyui-textbox" required="true" style="width:100%;height: 32px;"></td> </tr> <tr> <td>???</td> <td><input id="personname" item-type="record" class="easyui-textbox" required="true" style="width:100%;height: 32px;"></td> </tr> <tr> <td>???</td> <td><input id="country" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;"></td> </tr> <tr> <td>???</td> <td><input id="dynasty" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;"></td> </tr> <tr> <td>???</td> <td><input id="years" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;"></td> </tr> <tr> <td>???</td> <td><input id="pinyin" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;"></td> </tr> <tr> <td>????</td> <td><input id="content" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;"></td> </tr> <tr> <td>??????</td> <td><input id="othername" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;"></td> </tr> <tr> <td>??????1</td> <td><input id="refcount1" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;"></td> </tr> <tr> <td>??????2</td> <td><input id="refcount2" item-type="record" class="easyui-textbox" style="width:100%;height: 32px;"></td> </tr> </table> </div> </div> <input id="controller_id" hidden="hidden" value="cat/author"></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