⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 singledirviewpage.jsp

📁 web的CMS管理系统
💻 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">&nbsp; 
            
            <jcms:pagesWithId/>

            <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>&nbsp;</TD></TR>
              <DIV>
              <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>
              <TR>
                <TD height=20><FONT color=#ff0000><FONT color=#ff0000>&nbsp;&nbsp;</FONT></FONT><IMG height=7 src="<jcms:appRootUrl/><jcms:siteUrlPrefx/>resources/site/arrow_blue_eway.gif" 
                width=5>&nbsp;<A href="<c:out value='${page.clickUrl}'/>" ><FONT size=2><c:out value="${page.pageTitle}"/></A></FONT></TD>
              </TR>
              </c:forEach>
              </DIV>
              <TR><TD height="100%">&nbsp;</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 + -