?? helppage.jsp
字號:
<%@ page contentType="text/html; charset=UTF-8" %>
<%--
* @author Sujatha
* @version 1.0
*
* Development Environment : Oracle9i JDeveloper
* Name of the Application : helpPage.jsp
* Creation/Modification History :
*
* Sujatha 27-Dec-2001 Created
*
* Overview of Application
* This jsp displays help information regarding the Mall. This page provides
* more information on user registration and the Mall's privacy policy
*
--%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<HTML>
<HEAD>
<TITLE>OTN WebStore</TITLE>
<!-- To prevent caching -->
<%
response.setHeader("Cache-Control","no-cache"); // HTTP 1.1
response.setHeader("Pragma","no-cache"); // HTTP 1.0
response.setDateHeader ("Expires", -1); // Prevents caching at the proxy server
%>
</HEAD>
<jsp:include page="header.jsp" flush="true"></jsp:include>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="1"
bgcolor="white">
<TR>
<TD width="66%" valign="top">
<TABLE width="100%" border="0" cellspacing="0"
cellpadding="3">
<TR>
<TD> <A name=
"Top"></A>
<SPAN class="BlackText"><bean:message key="help.intro"/></SPAN>
<P class="BlackText"><bean:message key="help.contentinfo"/>:</P>
<P><A href="#Placing%20an%20Order" class="Link"><bean:message key="help.content1.header"/></A><BR>
<A href="#Registering" class="Link"><bean:message key="help.content2.header"/></A><BR>
<A href="#Privacy" class="Link"><bean:message key="help.content3.header"/></A></P>
<P class="BlueBold"><A name="Placing an Order"></A> <B><bean:message key="help.content1.header"/> </B></P>
<bean:message key="help.content1"/>
<DIV align="right"> <A href="#Top" class="HeaderLink"><bean:message key="help.backtotoplink"/></A>
</DIV>
<A name="Registering"></A><SPAN class="BlueBold"><bean:message key="help.content2.header"/> </SPAN>
<P class="BlackSmall"><bean:message key="help.content2"/></P>
<DIV align="right"> <A href="#Top" class="HeaderLink"><bean:message key="help.backtotoplink"/></A>
</DIV>
<A name="Privacy"></A><SPAN class="BlueBold"><bean:message key="help.content3.header"/></SPAN>
<P class="BlackSmall"><bean:message key="help.content3"/></P>
<DIV align="right"> <A href="#Top" class="HeaderLink"><bean:message key="help.backtotoplink"/></A>
</DIV>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<jsp:include page="footer.jsp" flush="true"></jsp:include>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -