Edit D:\chineseall_products\bak\digitalLib6\pages\default\user\myborrowed.jsp
<%@ page contentType="text/html;charset=utf-8" %> <%@ taglib prefix="s" uri="/struts-tags"%> <s:set name="templatePath" value="@com.chineseall.core.servlet.InitParameters@pageTemplatePath"/> <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>????????? - <s:action name="viewSchoolName" executeResult="true"> <s:param name="sid" value="sid"></s:param> </s:action></title> <link href="/pages/${templatePath}/css/style.css" type="text/css" rel="stylesheet" /> </head> <body> <jsp:include page="/pages/${templatePath}/top.jsp"/> <!--mainContent--> <div class="wrap mt10"> <jsp:include page="/pages/${templatePath}/navMenu.jsp"/> <!--main--> <div class="mt10 cf bd bookshelf"> <div class="personLeft fl"> <div class="personInfo cf"> <div class="face"><img src="<s:property value="user.headPortrait"/>" /></div> <p class="title"><span><s:property value="user.loginName"/></span></p> <p style="text-align:center;"><span><s:property value="userExtra.signature"/></span> </div> <s:set name="pMenuIndex" value="6"/> <jsp:include page="/pages/${templatePath}/user/personalMenu.jsp"/> </div> <div class="personRight fl"> <h3>????????<span class="fcOrange"> ${listModel.getPagingFilter().getItemCount() } </span>????</h3> <ul class="picTextList bookList bookList3 cf"> <s:iterator value="listModel.source"> <li class="cf"> <div class="image"><a href="/bookDetail.action?objectId=<s:property value="bookId"/>"><img src="<s:property value="book.bookCover"/>" style="width:100px;height:130px;" onerror="this.src='/bookfiles/defaultCover.jpg'" /></a></div> <div class="text"> <h4><a href="/bookDetail.action?objectId=<s:property value="bookId"/>"><s:property value="book.name"/></a></h4> <p class="info" style="height:20px;"><s:property value="book.author"/></p> <p class="info" style="height:20px;"><s:property value="book.publisher"/></p> <p class="info" style="height:20px;">????????<s:date name="borrowTime" format="yyyy-MM-dd HH:mm:ss"/></p> <s:if test="isReturned==1"> <p class="info" style="height:20px;">????????<s:date name="returnedTime" format="yyyy-MM-dd HH:mm:ss"/></p> </s:if> <s:else> <p class="info" style="height:20px;">????????<s:date name="expiredDate" format="yyyy-MM-dd"/></p> </s:else> <s:if test="isReturned==1"> <p class="info" style="height:20px;">?????</p> </s:if> <s:elseif test="expiredDate??efore(new java.util.Date())"><p class="info" style="height:20px;">????????</p></s:elseif> <s:else> <span style="margin-top:0px;"> <s:if test="book.entityTypes.indexOf('PDF')>=0"> <a href="/readPDFBook.action?objectId=<s:property value="bookId"/>" class="read" title="???"></a> </s:if> <s:elseif test="book.entityTypes.indexOf('TXT')>=0"> <a href="/readTxtBook.action?objectId=<s:property value="bookId"/>" class="read" title="???"></a> </s:elseif> <a href="javascript:dosubmit('/returnBook.action?objectId=<s:property value="id"/>');" class="fcBlue">???</a></span> </s:else> </div> </li> </s:iterator> </ul> <div class="dashedLine"></div> <div class="m-page j-pager"> <form name="pageListForm" id="pageListForm" action="myborrowed.action" method="post"> <s:property value="@com.chineseall.util.page.PageUtil@getPageListView(listModel.pagingFilter)" escape="false"/> </form> </div> </div> </div> <s:action name="foot" executeResult="true"> <s:param name="sid" value="sid"></s:param> </s:action> </div> <script> function dosubmit(actionName) { document.getElementById("pageListForm").action=actionName; document.getElementById("pageListForm").submit(); } </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de