Edit D:\rfid\apache-tomcat-8.5.32\webapps\opac\page\reader\curfin.jsp
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <title>??????</title> <%@ include file="../global/linkcss.jsp" %> </head> <body> <!-- ?????? --> <%@ include file="../../page/global/mylib-header.jsp" %> <!-- ???????? --> <div class="mylib-box"> <!-- ???????????? --> <%@ include file="../../page/global/mylib-menu.jsp" %> <!-- ????????? --> <div class="mylib-box-right"> <div class="reader-info-box"> <div class="reader-header-title"> <h2>??????????</h2> </div> <div class="reader-body" style="height: 600px;"> <table class="table-black" > <thead> <tr> <th >??????</th> <th >??????</th> <th >???</th> <th >???</th> <th >???</th> <th >?????</th> </tr> </thead> <tbody> </tbody> </table> <%@ include file="../global/paging.jsp" %> </div> </div> </div> </div> <!-- ??? --> <%@ include file="../global/footer.jsp" %> </body> <%@ include file="../global/linkjs.jsp" %> <script type="text/javascript"> var josnRecord = [ {"key":"loccode","width":"0","type":"libcode","convert":"code"}, {"key":"type","width":"0","type":"fintype","convert":"code"}, {"key":"money","width":"0","type":"price"}, {"key":"findate","width":"0","type":"date"}, {"key":"fintime","width":"0","type":"time"}, {"key":"operid","width":"0","type":"operid","convert":"code"} ]; var josnPara = [ {"key": "operid"}, {"key": "libcode"}, {"key": "fintype"} ]; var page = 1; // ????????? var rows = 10; // ????????? $(function () { //?????????? initShowNameByCode(josnPara,0,initDataPagingByQuery); }); function initDataPagingByQuery(){ var url = ctx +'/cir/fine/pageCurFine.do'; var param = {}; param.page=page; param.rows=rows; param.rdrid=rdrid; dataPagingByQuery(page,rows,url,param); } </script> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de