📄 multidirviewpage.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>
</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">
<jcms:categoryTreeWithId/>
<LINK href="../css/dtree.css" type="text/css" rel=StyleSheet>
<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=6> </TD></TR>
<TR>
<td valign="top" align="left" >
<SCRIPT src="../js/dtree.js" type=text/javascript></SCRIPT>
<DIV class=dtree>
<SCRIPT type=text/javascript>
<!--
d = new dTree('d');
d.add(<%=request.getParameter("topCategoryId") %>,-1,'<jcms:categoryNameWithId/>');
<c:forEach var="category" items="${categoryTree}" varStatus="status">
d.add(<c:out value="${category.categoryId}"/>,<c:out value="${category.parentId}"/>,"<c:out value='${category.categoryName}'/>");
<jcms:pagesWithIdInCategoryTree categoryId="${category.categoryId}"/>
<c:forEach var="page" items="${pages}" varStatus="status">
<c:if test="${status.first}">
<c:set var="pageIdForFirst" scope="request">
<c:out value="${page.pageId}"/>
</c:set>
</c:if>
d.add(-1<c:out value="${page.pageId}"/>,<c:out value="${category.categoryId}"/>,"<a href='<c:out value='${page.clickUrl}'/>'><c:out value='${page.pageTitle}'/></a>");
</c:forEach>
</c:forEach>
document.write(d);
//-->
</SCRIPT>
</DIV>
</td>
</TR>
<TR><TD height="100%"> </TD></TR>
</TBODY></TABLE>
</TD>
<TD vAlign=top width="80%">
<jcms:logPageVisit/>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><TBODY>
<TR height=10><TD></TD></TR>
<DIV>
<TR>
<TD vAlign=top bgColor=#ffffff colSpan=4 width="90%" align="left">
<IMG src="<jcms:appRootUrl/><jcms:pageResourceUrlWithId/>" border=0>
</TD>
</TR>
</DIV>
<DIV>
<TR>
<TD vAlign=top bgColor=#ffffff colSpan=4 width="90%" align="left">
<jcms:pageContentWithId/>
</TD>
</TR>
</DIV>
</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 + -