Edit D:\rfid\libsystem\page\parameter\sys_task.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="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:'libcode',align:'center'" width="50">???</th> <th data-options="field:'type',align:'center'" width="50" formatter="myFormatter">???</th> <th data-options="field:'exetime',align:'center'" width="50" formatter="myTimeFormatter">??????</th> <th data-options="field:'note',align:'center'" width="50">???</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="<%=title%>" style="width:700px;height:400px;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="easyui-panel table-content"> <input id="id" item-type="record" hidden="hidden"></input> <input id="paramjson" item-type="record" hidden="hidden"></input> <table class="table-box table-input"> <tr> <td style="max-width: 100px;min-width: 80px;">???</td> <td colspan="3"><select id="libcode" item-type="record" class="easyui-combobox" required="true" style="width: 520px;height: 32px;" editable="false" data-options=""> </select></td> </tr> <tr> <td >???</td> <td colspan="3"><select id="type" item-type="record" class="easyui-combobox" required="true" style="width: 520px;height: 32px;" editable="false" data-options=""> </select></td> </tr> <tr class="days-text"> <td id="day-tips">?????????</td> <td colspan="3"><input id="days" item-type="paramjson" class="easyui-numberbox" style="width: 520px;height: 32px;" data-options=""> </td> </tr> <tr class="update-rdr-text"> <td id="day-tips">??????</td> <td colspan="3"> <select id="1" item-type="paramjson" class="easyui-combobox" style="width: 520px;height: 32px;" editable="false" data-options=""> </select> </td> </tr> </table> <table class="update-rdr-text"> <tr> <td colspan="2"> <div style="height: 200px;width: 314px;"> <table id="2" item-type="paramjson" class="easyui-datagrid edit-grid-data" > </table> </div> </td> <td colspan="2"> <div style="height: 200px;width: 314px;"> <table id="3" item-type="paramjson" class="easyui-datagrid edit-grid-data" > </table> </div> </td> </tr> </table> <table class="table-box table-input"> <tr class="update-rdr-text"> <td>?????</td> <td><input id="4" item-type="paramjson" class="easyui-numberbox" style="width: 196px;height: 32px;" data-options="prompt:'???:???1??????1',min:1,max:12"> </td> <td style="max-width: 100px;min-width: 80px;">?????</td> <td><input id="5" item-type="paramjson" class="easyui-numberbox" style="width:200px;height: 32px;" data-options="prompt:'???:???1??????1',min:1,max:31"> </td> </tr> <tr> <td>??????</td> <td colspan="3"><input id="exetime" item-type="record" class="easyui-timespinner" required="true" style="width: 520px;height: 32px;" data-options="showSeconds:false"> </td> </tr> <tr class="email-text"> <td >???</td> <td colspan="3"><select id="email" item-type="paramjson" class="easyui-combobox" required="true" style="width: 520px;height: 32px;" editable="false" data-options=""> </select></td> </tr> <tr> <td style="max-width: 100px;min-width: 80px;">???</td> <td colspan="3"><input id="note" item-type="record" class="easyui-textbox" style="width: 520px;height: 32px;" data-options="prompt:'???????????'"></td> </tr> </table> </div> </div> <input id="controller_id" hidden="hidden" value="task"></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_task.js?version=<%=MyJspUtils.getVersion() %>"></script> <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}/js/grideditotherfun.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de