head.jsp

来自「用jsp和Oracle数据库写的一个论坛系统」· JSP 代码 · 共 19 行

JSP
19
字号
<%@ page contentType="text/html;charset=gb2312" %>
<table width="830" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td height="4" class="header"></td>
  </tr>
</table>
<table width="830" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td valign="top" height="60"><img src="images/top.gif" width="830" height="72"></td>
  </tr>
</table>
<table style="BORDER-COLLAPSE: collapse" borderColor=#808080 align=center cellPadding=0 width="830" border=0>
<tr align=left class="header" height="22">
    <td>&nbsp;|&nbsp;<a href=index.jsp><font color=#FFFFFF>首页</font></a>&nbsp;| 
      &nbsp;<a href=point.jsp><font color=#FFFFFF>排行榜</font></a>&nbsp;|  
       &nbsp;<a href=search.jsp><font color=#FFFFFF>搜索</font></a>&nbsp;| 
       
      &nbsp;<a href=adminlogin.jsp><font color=#FFFFFF>管理员登录</font></a>&nbsp;|</td>
</tr></table>

⌨️ 快捷键说明

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