Edit D:\rfid\libsystem\page\application\sys_getgift.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" type="text/css" href="${pageContext.request.contextPath}/page/circulation/css/uploadrdrphoto.css"> <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/third-party/webuploader-0.1.5/webuploader.css"> --%> <link rel="stylesheet" href="${pageContext.request.contextPath}/third-party/cropper-master/css/cropper.css"> <style type="text/css"> .cropper-bg{ width: 900px !important; height: 500px !important; } </style> </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-check'" onclick="updateRecord(2)">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-check-circle '" onclick="updateRecord(3)">???</a> <a href="javascript:void(0)" class="easyui-linkbutton" data-options="plain:true,iconCls:'e-icon fa fa-close'" onclick="updateRecord(4)">???</a> </div> </div> <!-- ??????? --> <div class=" m-top-3"> <div class="easyui-panel" data-options="fit:true" style="padding: 5px;"> ??????? <select id="status" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options="panelHeight:'auto'"> <option value="">???</option> <option value="1">?????</option> <option value="2">?????</option> <option value="3">?????</option> <option value="4">?????</option> </select> <select id="index" class="easyui-combobox" style="width:100px;height:26px;" editable="false" data-options="panelHeight:'auto'"> <option value="LIB_CIR_READER.name">???????</option> <option value="rdrno" selected="selected">???????</option> <option value="otherno">??????</option> <option value="telephone">??????</option> </select> <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;"> </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:'rdrno'" width="80">???????</th> <th data-options="field:'rdrname'" width="80">???????</th> <th data-options="field:'status',align:'center',formatter:onShowGiftTypeName" width="80">???????</th> <th data-options="field:'getstamp',align:'center',formatter:onShowDateStamp" width="80">??????</th> <th data-options="field:'name',align:'center'" width="150">??????</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> </tr> </thead> </table> </div> <%@ 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_getgift.js?version=<%=MyJspUtils.getVersion() %>"></script> <script src="${pageContext.request.contextPath}/third-party/cropper-master/js/cropper.js"></script> <script 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