📄 header.jsp
字号:
<%--
* @author Shefali Bansal
* @version 1.0
*
* Name of the Application : Header.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 Header by all the
* JSPs of the JSP Multimedia application.
--%>
<LINK href="stylesheets/pagestyles.css" rel=stylesheet>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY> <TR>
<TD align=left><BR>
<font face="Georgia, Times New Roman, Times, serif" size="5" color="#FF0000">
<b> JSP Multimedia Tag Demo</b></font>
<img src="images/tab.gif" width="150" height="26">
</TD>
<TD align=right> <!-- This is the global buttons bar -->
<table border="0">
<tr>
<td> </td>
<td align="center"> </td>
</tr>
<tr>
<td> </td>
<td align="center"> </td>
</tr>
</table>
</TD>
</TR>
<TR> <TD colspan="2"> </TD></TR></TBODY></TABLE>
</TD></TR>
<TR>
<TD align="right">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY> <TR align=right>
<TD> </TD>
<!-- This is the bar below -->
</TR></TBODY></TABLE>
</TD></TR>
<TR>
<TD> <TABLE height=35 cellSpacing=0 cellPadding=3 width="100%" border=0> <TBODY>
<TR width=100%> <TD class=headbar align=left> </TD>
<TD class=headbar align=right><a href="Main.jsp"><img src="images/Home.gif" width="28" height="28" border="0" alt="Home Page"></a></TD>
</TR></TBODY></TABLE></TD></TR> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY> <TR> <TD class=headbar vAlign=top><IMG height=23
src="images/topcurl.gif" width=40></TD><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>
<TR><TD><BR></TD></TR> </TBODY></TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -