Edit D:\rfid\libsystem\page\acquisition\lib_acq_pinyin.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="searchTNRecord()">???</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_code" item-type="search" style="width:200px;height: 24px;" class="easyui-textbox" data-options="buttonText:'???',buttonIcon:'e-icon-search fa fa-search',prompt:'???????????',onClickButton:function(){searchTNRecord()}" style="width:250px;height:26px;"> </div> </div> <div style="display: none;"> <select id="showlibcode" item-type="record" class="easyui-combobox" > </select> </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:'id',align:'center'" width="50" >?????</th> <th data-options="field:'code',align:'center'" width="50" >???????</th> <th data-options="field:'pinyin',align:'center'" width="50" >???????</th> <th data-options="field:'pyrange',align:'center'" width="50" >??????</th> <th data-options="field:'pycode',align:'center'" width="50" >???????</th> <th data-options="field:'ffcode',align:'center'" width="50" >?????</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="????????" style="width:400px;height:350px;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"></input> <table class="table-box table-input" style="width:350px;"> <tr> <td style="min-width:100px;" >???????</td> <td ><input id="code" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:''"></td> </tr> <tr> <td style="min-width:100px;" >???????</td> <td ><input id="pinyin" item-type="record" required="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:''"></td> </tr> <tr> <td style="min-width:100px;" >??????</td> <td ><input id="pyrange" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:''"></td> </tr> <tr> <td style="min-width:100px;" >???????</td> <td ><input id="pycode" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:''"></td> </tr> <tr> <td style="min-width:100px;" >?????</td> <td ><input id="ffcode" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:''"></td> </tr> </table> </div> </div> <input id="controller_id" hidden="hidden" value="par/pinyin"></input> <%@ include file="../global/easyui-dialog.jsp"%> </body> <%@ include file="../global/linkjs.jsp"%> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/grid/js/grid.js?version=<%=MyJspUtils.getVersion() %>"></script> <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/acquisition/js/lib_acq_pingyin.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de