footer.jsp

来自「相当板扎,采用贝叶斯公式的垃圾邮件过滤程序」· JSP 代码 · 共 60 行

JSP
60
字号
<%--
  *  @author   Shefali Bansal
  *  @version  1.0
  *
  *  Name of the Application        : Footer.jsp
  *  Development Environment        : Oracle JDeveloper 10g
  *  Creation/Modification History  :
  *
  *     Shefali Bansal 02-Jan-2004     Created
  *
  *  Overview of Application        :
  *    This is a static JSP that is used as Footer by all the 
  *    JSPs of the JSP Multimedia application.
--%>

<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR>
    <TD>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
          <TR><TD><BR></TD></TR>
  <TR>
    <TD>
      <TABLE height=8 cellSpacing=0 cellPadding=3 width="100%" border=0>
        <TBODY>
        <TR>
        <TD  class=footerbarsub noWrap>
           Visit  
          <A HREF="http://otn.oracle.com/sample_code" >OTN Sample Code
          </A> to update your skills on the latest Oracle products and technologies.
          </TD>
          <TD class=footerbarsub align=right noWrap>
          <A HREF="http://otn.oracle.com" >
          Developed by OTN @ IDC - <I>Oracle Technology Network</I></A>
          </TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
        <TBODY>
        <TR>
          <TD vAlign=top width="100%">
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY>
              <TR bgColor=#000000>
                <TD><IMG height=1 src="images/stretch.gif"
                  width=1></TD></TR>
              <TR bgColor=#9a9c9a>
                <TD><IMG height=1 src="images/stretch.gif"
                  width=1></TD></TR>
              <TR bgColor=#b3b4b3>
                <TD><IMG height=1 src="images/stretch.gif"
                  width=1></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD>
              </TR>
              </TBODY>
            </TABLE>
    </TD>
  </TR></TBODY>
</TABLE>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?