Edit D:\rfid\libsystem\page\application\sys_gift.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"%> <link rel="stylesheet" href="${pageContext.request.contextPath}/third-party/cropper-master/css/cropper.css"> </head> <body> <!-- ????? ???????????????? --> <%-- <%@ include file="com_toolbar.jsp"%> --%> <div class="tool-div-para"> <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="loadGridData()">???</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-save '" onclick="saveRecord()">???</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=" m-top-3"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> ?????? <input id="keyword" class="easyui-textbox" data-options="buttonText:'????',buttonIcon:'e-icon-search fa fa-search',prompt:'?????????????????????',onClickButton:function(){loadGridData()}" style="width:250px;height:26px;"> <input id="id" item-type="record" disabled="true" class="easyui-textbox" style="width:120px;height:26px;"></input> </div> </div> <div class="easyui-panel m-top" style="width: 100%;padding: 5px;"> <input id="paramjson" item-type="record" hidden="hidden"></input> <div class="table-content" class="m-top"> <div style="display: none;"> <input id="imageurl" item-type="record" class="easyui-textbox" > </div> <table class="table-box rdr-table-input" data-options="fit:true"> <tr> <td> <div style="width: 200px;text-align: center;"> <a id="upLoadPhoto" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-plus'" onclick="upLoadPhoto()">???</a> <a id="deletePhoto" href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-close'" onclick="deletePhoto()">???</a> </div> </td> <td class="div-tr-td" width="10%">??????</td> <td colspan="3"><input id="name" item-type="record" required="true" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???????????'"></td> </tr> <tr> <td class="div-tr-td"><div style="text-align: center;">??????</div></td> <td class="div-tr-td" width="8%">??????</td> <td style="width: 20%;"><input id="giftcount" item-type="record" required="true" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'??????'"></td> <td class="div-tr-td">??????</td> <td><select id="giftway" item-type="record" required="true" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'auto'"> <option value="0">??????</option> <option value="1">??????</option> </select></td> </tr> <tr> <td rowspan="4"> <div class="rdr-image"> <img id="photourl" alt="" src="" style=" height: 190px;"> </div> </td> <td class="div-tr-td">???????????</td> <td><input id="maxcount" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'???????????'"></td> <td class="div-tr-td">??????</td> <td><input id="points" required="true" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'?????????????'"> </select></td> </tr> <tr> <td class="div-tr-td">??????</td> <td><input id="enddate" item-type="record" class="easyui-datebox" style="width:100%;height: 28px;" data-options="prompt:'??????????????'"></td> <td class="div-tr-td">??????</td> <td><input id="address" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'?????????'"></td> </tr> <tr> <td class="div-tr-td">???????</td> <td> <input id="sortfld" item-type="record" class="easyui-numberbox" style="width:100%;height: 28px;" data-options="prompt:'?????????????????????????'"> </td> <td class="div-tr-td">?????????</td> <td> <select id="zdsh" item-type="paramjson" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options="panelHeight:'auto'"> <option value="0">??</option> <option value="1">??</option> </select> </td> </tr> <!-- <tr> <td class="div-tr-td">???????</td> <td colspan="3"><select id="rdrtype" item-type="record" no-limit="" class="easyui-combobox" style="width:100%;height: 28px;" editable="false" data-options=""> </select></td> </tr> --> <tr> <td class="div-tr-td">???</td> <td colspan="3"><input id="note" item-type="record" class="easyui-textbox" style="width:100%;height: 28px;" data-options="prompt:'???'"></td> </tr> </table> </div> </div> <!--??? ?????? ??????--> <div class="m-top datagrid-div"> <table id="datagrid-single" title="??????" class="easyui-datagrid" data-options="singleSelect:true,fit:true,fitColumns:true,nowrap:false,pagination:true,striped:true"> <thead> <tr> <th data-options="field:'name',align:'center'" width="150">???</th> <th data-options="field:'giftcount',align:'center'" width="50">??????</th> <th data-options="field:'giftway',align:'center',formatter:onShowGiftWay" width="80">??????</th> <th data-options="field:'maxcount',align:'center'" width="50">???????????</th> <th data-options="field:'points',align:'center'" width="50">??????</th> <th data-options="field:'enddate',align:'center'" width="80">??????</th> <th data-options="field:'address',align:'center'" width="150">??????</th> <th data-options="field:'note',align:'center'" width="150">???</th> </tr> </thead> </table> </div> <%@ include file="../global/com_images.jsp" %> <%@ 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/application/js/sys_gift.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/page/global/js/com_images.js?version=<%=MyJspUtils.getVersion() %>"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/third-party/cropper-master/js/cropper.js"></script> <script type="text/javascript" src="${pageContext.request.contextPath}/third-party/cropper-master/js/main.js"></script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de