pagetitlenourl.jsp
来自「web的CMS管理系统」· JSP 代码 · 共 35 行
JSP
35 行
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ include file ="../include/include.jsp" %>
<jcms:pagesInCategoryWithTemplate templateName="pageTitleNoUrl.jsp"/>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 align="center">
<tr>
<td width=1 bgColor=#FFCC66></td>
<td>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<DIV>
<TD height=20 background="<jcms:appRootUrl/><jcms:siteUrlPrefx/>resources/site/top.gif" align="center"><FONT size=2><jcms:categoryNameWithTemplate templateName="pageTitleNoUrl.jsp"/></FONT></TD>
</DIV>
</TR>
<TR><TD height=1 > </TD></TR>
<DIV>
<TR><TD>
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollDelay=300 direction=up height=150>
<c:forEach var="page" items="${pages}">
<BR> <FONT size=2><c:out value="${page.pageTitle}"/></FONT>
<BR>
</c:forEach>
</MARQUEE>
</TD></TR>
</DIV>
<TR><TD height=1 > </TD></TR>
</table>
</td>
<td width=1 bgColor=#FFCC66></td>
</tr>
<TR><TD colspan=3 height=1 bgColor=#FFCC66></TD></TR>
<TR><TD colspan=3 height=10></TD></TR>
</TABLE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?