Edit D:\rfid\apache-tomcat-8.5.32\webapps\opac\page\reader\curloan.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> <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":"barcode","width":"100","type":""}, {"key":"title","width":"220","type":""}, {"key":"author","width":"120","type":""}, {"key":"classno","width":"60","type":""}, {"key":"price","width":"40","type":"price"}, {"key":"loandate","width":"100","type":"date"}, {"key":"returndate","width":"100","type":"date"}, {"key":"renewnum","width":"60","type":""} ]; var page = 1; // ????????? var rows = 10; // ????????? $(function () { //?????????? var url = ctx +'/hld/holding/listHoldingWithBib.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