📄 footer.jsp
字号:
<%--
* @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 ©
2003, Oracle Corporation. All rights reserved.</font>
</div>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -