⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 helppage.jsp

📁 噶额外噶外骨骼感广泛高热感 就 啊啊
💻 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
            <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"/>&nbsp;</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"/>&nbsp;</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 + -