📄 singledirdownloadpage.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ include file ="../include/include.jsp" %>
<HTML>
<HEAD>
<TITLE><jcms:siteTitle/></TITLE>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<LINK href="<jcms:appRootUrl/><jcms:siteUrlPrefx/>css/site.css" type=text/css rel=stylesheet>
<script language=javascript src="<jcms:appRootUrl/><jcms:siteUrlPrefx/>js/openwin.js"></script>
</HEAD>
<SCRIPT language=JavaScript type=text/JavaScript>
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</SCRIPT>
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH="0" MARGINHEIGHT="0">
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0><TBODY>
<TR><TD width="50%"></TD>
<TD vAlign=top>
<TABLE height=70 cellSpacing=0 cellPadding=0 width=762 align=center bgColor=#ffffff border=0><TBODY>
<TR><TD>
<jsp:include page="../include/header.jsp"></jsp:include>
</TD></TR>
<TR height=1><TD bgColor=#000000></TD></TR>
<TR><TD>
<jsp:include page="../include/topCategory.jsp"></jsp:include>
</TD></TR>
</TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=762 align=center bgColor=#ffffff border=0><TBODY>
<TR>
<TD vAlign=top align=right width="20%" background="<jcms:appRootUrl/><jcms:siteUrlPrefx/>resources/site/bg.jpg">
<TABLE width="100%" border=0 cellSpacing=0 cellPadding=0><TBODY>
<TR>
<DIV>
<TD vAlign=top><IMG src="<jcms:appRootUrl/><jcms:siteUrlPrefx/><jcms:categoryResourceUrlWithId/>" border=0 width="130"></TD>
</DIV>
</TR>
<TR><TD height="100%"> </TD></TR>
</TBODY></TABLE>
</TD>
<TD vAlign=top width="80%">
<jcms:pagesWithId/>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY>
<TR><TD height=10></TD></TR>
<DIV>
<c:forEach var="page" items="${pages}">
<TR>
<TD width="5%"> <IMG src="<jcms:appRootUrl/><jcms:siteUrlPrefx/>resources/site/flashget.gif" border=0> </TD>
<TD width="90%" align="left">
<A href="<jcms:appRootUrl/><jcms:siteUrlPrefx/>servlet/system/Download?pageId=<c:out value='${page.pageId}'/>" ><c:out value="${page.pageTitle}"/></A> <SPAN class=small><c:out value="${page.lastUpdatedTime}"/></SPAN>
</TD>
</TR>
<TR><TD height=5></TD></TR>
</c:forEach>
</DIV>
<TR><TD height="100%"></TD></TR>
</TBODY></TABLE>
</TD>
</TR>
</TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=762 align=center bgColor=#ffffff border=0><TBODY>
<TR><TD>
<jsp:include page="../include/footer.jsp"></jsp:include>
</TD></TR>
</TBODY></TABLE>
</TD>
<TD width="50%"></TD>
</TR>
</TBODY></TABLE>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -