footer.jsp

来自「Oracle的J2EE Sample」· JSP 代码 · 共 32 行

JSP
32
字号
<%--
 * @author  Pushkala
 * @version 1.0
 *
 * Development Environment : Oracle9i JDeveloper
 * 
 * Name of the File : Footer.jsp
 *
 * Creation/Modification History  :
 *    Pushkala     30-Apr-2002      Created
 *
 * Overview of Application        :
 *
 *   This page is part of the IBFBS application.
 *   This page displays the Footer information.
 *   This is included in the other JSPs to display the footer information.
 *
--%>
<%-- Set Context type and characterset --%>
<%@page contentType="text/html;charset=WINDOWS-1252" language="java" %>

<table width="100%" border="0" cellpadding="0" cellspacing="10">
  <tr>
    <td>
      <div align="left">
        <font face="Arial, Helvetica, sans-serif" size="1">Copyright &copy; 
          2003, Oracle Corporation. All rights reserved.</font>
      </div>
    </td>
  </tr>
</table>

⌨️ 快捷键说明

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