navigation.jsp
来自「resinweb服务器源文件」· JSP 代码 · 共 26 行
JSP
26 行
<%@ page language=javascript %><% import fancy_header;writeHeader(out, application, "Example: Navigation", request.requestURI);writeSitemap(out, application, request.requestURI);%><p>This example's navigation is automatically generated by the Resinpages. The active pages also generate the site decoration.<p><a href='../view_source.jsp?navigation/navigation.jsp'>This page</a> shows off all the navigationtricks in the example:<ul><li>The family navigation at left<li>The table of contents above<li>The threaded (prev/next) at the bottom.<li>And using a <ahref='../view_source.jsp?navigation/WEB-INF/scripts/fancy_header.js'>site decoration</a>template for the colors and bleeds. </ul><%writeFooter(out, application, request.requestURI, "prevnext");%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?