Edit D:\rfid\libsystem\page\circulation\rdr_blacklist.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> <!-- ????? ???????????????? --> <%@ include file="../parameter/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:'bctype',align:'center',formatter:fmtBctypeToName" width="50">???</th> <th data-options="field:'bcvalue',align:'center'" width="50">??????</th> <th data-options="field:'bcdate',align:'center',formatter:fmtStringToDate" width="50">???</th> <th data-options="field:'bcstamp',align:'center',formatter:onShowDateStamp" width="50">???</th> <th data-options="field:'note',align:'center'" width="150">???</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="<%=title%>" style="width:500px;height:300px;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"> <tr> <td style="width:20%;">???</td> <td style="width:30%;"><select id="bctype" item-type="record" class="easyui-combobox" required="true" style="width:100%;height: 32px;" editable="false" data-options=""> <option value="IDCARD" selected="selected">?????</option> </select></td> </tr> <tr> <td style="width:30%;">??????</td> <td><input id="bcvalue" item-type="record" insert-check="repeat" class="easyui-textbox" required="true" style="width:100%;height: 32px;"></td> </tr> <tr> <td>???</td> <td><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="cir/blacklist"></input> <%@ include file="../global/easyui-dialog.jsp"%> </body> <script type="text/javascript"> function fmtBctypeToName(value){ return "?????"; } </script> <%@ 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