📄 child2.jsp
字号:
<%@ page language=javascript %><%import fancy_header;writeHeader(out, application, "Fancy Child", request.requestURI);%>The only difference between the <a href='../view_source.jsp?navigation/child1.jsp'>plain child</a>and the <a href='../view_source.jsp?navigation/child2.jsp'>fancy child</a> is the choice of header templates.<p>The <a href='../view_source.jsp?navigation/WEB-INF/scripts/header.js'>plain header</a> justdefines the three column layout and the family navigation bar at left.<p>The <a href='../view_source.jsp?navigation/WEB-INF/scripts/fancy_header.js'>fancy header</a>adds background images, the logo and the gradient behind the title.<p>Notice in the fancy header, that the URI for the images and stylesheet areselected by the <em>top</em> attribute of the<a href='../view_source.jsp?navigation/toc.xml'>tableof contents</a>. We could have put the stylesheet name in the XML file aswell, so the style of all pages in whole directory can be changed justby editing the XML file.<%writeFooter(out)%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -