Edit D:\rfid\libsystem\page\parameter\cir_delay.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>?????????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body> <!-- ????? ???????????????? --> <%@ include file="com_toolbar.jsp" %> <!--??? ?????? ??????--> <div class="m-top datagrid-div-set" style="height: 300px;"> <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="100">??????</th> <th data-options="field:'type',align:'center'" width="80"formatter="myFormatter">??????</th> <th data-options="field:'delay',align:'center'" width="80">?????</th> <th data-options="field:'note',align:'center'" width="50">???</th> </tr> </thead> </table> </div> <div class="m-top show-delay-date"> <div id="showDelayGridToolBar" style="padding:10px;"> ?????????? <input id="delayShowYear" class="easyui-numberspinner" editable="false" value="" style="width:80px;" data-options="min:2000,max:2050,onChange:onChangeYearValue"></input> </div> <table id="showDelayGridData" title="?????????" class="easyui-datagrid" data-options="singleSelect:true,toolbar:'#showDelayGridToolBar',fit:true,striped:true"> <thead> <tr> <th data-options="field:'month',formatter:onShowFormatDelayMonth" width="7%">???/??</th> <th data-options="field:'day1',formatter:onShowFormatDelay" width="3%" width="3%">1</th> <th data-options="field:'day2',formatter:onShowFormatDelay" width="3%">2</th> <th data-options="field:'day3',formatter:onShowFormatDelay" width="3%">3</th> <th data-options="field:'day4',formatter:onShowFormatDelay" width="3%">4</th> <th data-options="field:'day5',formatter:onShowFormatDelay" width="3%">5</th> <th data-options="field:'day6',formatter:onShowFormatDelay" width="3%">6</th> <th data-options="field:'day7',formatter:onShowFormatDelay" width="3%">7</th> <th data-options="field:'day8',formatter:onShowFormatDelay" width="3%">8</th> <th data-options="field:'day9',formatter:onShowFormatDelay" width="3%">9</th> <th data-options="field:'day10',formatter:onShowFormatDelay" width="3%">10</th> <th data-options="field:'day11',formatter:onShowFormatDelay" width="3%">11</th> <th data-options="field:'day12',formatter:onShowFormatDelay" width="3%">12</th> <th data-options="field:'day13',formatter:onShowFormatDelay" width="3%">13</th> <th data-options="field:'day14',formatter:onShowFormatDelay" width="3%">14</th> <th data-options="field:'day15',formatter:onShowFormatDelay" width="3%">15</th> <th data-options="field:'day16',formatter:onShowFormatDelay" width="3%">16</th> <th data-options="field:'day17',formatter:onShowFormatDelay" width="3%">17</th> <th data-options="field:'day18',formatter:onShowFormatDelay" width="3%">18</th> <th data-options="field:'day19',formatter:onShowFormatDelay" width="3%">19</th> <th data-options="field:'day20',formatter:onShowFormatDelay" width="3%">20</th> <th data-options="field:'day21',formatter:onShowFormatDelay" width="3%">21</th> <th data-options="field:'day22',formatter:onShowFormatDelay" width="3%">22</th> <th data-options="field:'day23',formatter:onShowFormatDelay" width="3%">23</th> <th data-options="field:'day24',formatter:onShowFormatDelay" width="3%">24</th> <th data-options="field:'day25',formatter:onShowFormatDelay" width="3%">25</th> <th data-options="field:'day26',formatter:onShowFormatDelay" width="3%">26</th> <th data-options="field:'day27',formatter:onShowFormatDelay" width="3%">27</th> <th data-options="field:'day28',formatter:onShowFormatDelay" width="3%">28</th> <th data-options="field:'day29',formatter:onShowFormatDelay,styler:stylerFormatDelay" width="3%">29</th> <th data-options="field:'day30',formatter:onShowFormatDelay,styler:stylerFormatDelay" width="3%">30</th> <th data-options="field:'day31',formatter:onShowFormatDelay,styler:stylerFormatDelay" width="3%">31</th> </tr> </thead> </table> </div> <!--???????????indow???--> <div id="win" class="easyui-dialog" title="?????????" style="width:460px;height:450px;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'); }, onOpen:onOpenDialog"> <!--???????????--> <%@ include file="com_savebar.jsp"%> <div class="table-content"> <input id="id" item-type="record" hidden="hidden"></input> <input id="delay" spe-field="true" item-type="record" hidden="hidden"></input> <table class="table-box table-input" > <tr> <td style="width: 30%;">??????</td> <td> <select id="type" item-type="record" class="easyui-combobox" def-value="0" required="true" style="width:100%;height: 24px;" editable="false" data-options="panelHeight:'auto'"> <option value="0">??????</option> <option value="1">??????</option> <option value="2">?????????</option> </select> </td> </tr> <tr> <td>??????</td> <td> <select id="libcode" item-type="record" disabled="disabled" class="easyui-combobox" required="true" style="width:100%;height: 24px;" editable="false" data-options="panelHeight:'auto'"> </select> </td> </tr> <tr> <td>???</td> <td><input id="note" item-type="record" class="easyui-textbox" style="width:100%;height: 24px;" data-options="prompt:'???????????'"></td> </tr> <!-- ??? ?????? --> <tr class="year"> <td>?????????</td> <td></td> </tr > <tr class="year"> <td>???</td> <td> <input id="delay-month" class="easyui-numberbox" style="width:100%;height: 24px;" data-options="min:1,max:12"> </td> </tr> <tr class="year"> <td>??</td> <td><input id="delay-day" class="easyui-numberbox" style="width:100%;height: 24px;" data-options="min:1,max:31"></td> </tr> <!-- ??? ????????? --> <tr class="date"> <td>?????????</td> <td></td> </tr > <tr class="date"> <td>???????</td> <td> <input id="delay-start-date" class="easyui-datebox" style="width:100%;height: 24px;"></input> </td> </tr> <tr class="date"> <td>??????</td> <td> <input id="delay-end-date" class="easyui-datebox" style="width:100%;height: 24px;"></input></td> </tr> </table> <div class="week-table"> <table id="delay-week-grid" title="??????" class="easyui-datagrid " data-options="iconCls:'e-icon fa fa-table',toolbar:'#showBibGridToolBar',fitColumns:true,border:true,nowrap:false,striped:true"> <thead> <tr> <th data-options="field:'ck',checkbox:true" width="10%"></th> <th data-options="field:'code',hidden:true" ></th> <th data-options="field:'name'" width="90%">???????????</th> </tr> </thead> <tbody> <tr> <td></td> <td>7</td> <td>?????</td> </tr> <tr> <td></td> <td>1</td> <td>?????</td> </tr> <tr> <td></td> <td>2</td> <td>?????</td> </tr> <tr> <td></td> <td>3</td> <td>?????</td> </tr> <tr> <td></td> <td>4</td> <td>?????</td> </tr> <tr> <td></td> <td>5</td> <td>?????</td> </tr> <tr> <td></td> <td>6</td> <td>?????</td> </tr> </tbody> </table> </div> </div> <!-- ?????? ????? --> </div> <input id="controller_id" hidden="hidden" value="delay"></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/cir_delay.js?version=<%=MyJspUtils.getVersion() %>"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de