Edit D:\chineseall_products\bak\digitalLib6\pages\standard\news\moreExpressBook.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> <jsp:include page="/pages/${templatePath }/head.jsp"></jsp:include> <link href="/pages/${templatePath }/css/index.css" type="text/css" rel="stylesheet"> <title>?????????? - <s:action name="viewSchoolName" executeResult="true"> <s:param name="sid" value="sid"></s:param> </s:action></title> </head> <body> <jsp:include page="/pages/${templatePath}/nav.jsp" /> <div class="page"> <!--denglu--> <div class="left" style="float: right"> <!--?????????--> <s:action name="bookRanking" executeResult="true" namespace="/" /> <!--?????????--> <div class="clear"></div> </div> <!-- ??????--> <div class="right" style="float: left;"> <!--?????????--> <div class="recommended_book">???????</div> <ul class="rec_book_resource newsbook_sd_detail"> <s:iterator value="listModel.source"> <li> <a href="javascript: void(0);"> <img class="bookimg" src="<s:property value="bookCover"/>"> </a> <dl> <dt><s:property value="name"/></dt> <dd><s:property value="author"/></dd> <dd><s:property value="publisher"/></dd> <dd><s:property value="introduce"/></dd> </dl> </li> </s:iterator> </ul> <!--???????--> <div class="turnpage"> <form name="pageListForm" id="pageListForm" action="newsHome.action" method="post"> <input type="hidden" id="currentPage" name="currentPage" value="<s:property value="currentPage"/>" /> <span><s:property value="@com.digitallib.util.PageUtil@getPageListView(listModel.pagingFilter, 'utf-8', 'template/standardPageModel.html')" escape="false" /></span> </form> </div> <!--??????--> </div> </div> <jsp:include page="/pages/${templatePath }/foot.jsp"></jsp:include> <script type="text/javascript"> $(document).ready(function() { $(".bookRankingHover").hover(function() { $(".bookRankingHover .rank_list:hidden").show(); $(".bookRankingHover .clear:visible").hide(); $(this).children(".rank_list").hide(); $(this).children(".clear").show(); }, function() { }); }); </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de