📄 pagetitleurl.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ include file ="../include/include.jsp" %>
<jcms:pagesInCategoryWithTemplate templateName="pageTitleUrl.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="pageTitleUrl.jsp"/></FONT></TD>
</DIV>
</TR>
<TR><TD height=1 > </TD></TR>
<DIV>
<c:forEach var="page" items="${pages}">
<TR>
<TD height=20 > <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=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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -