📄 header.jsp~1~
字号:
<%
/**
* $RCSfile: header.jsp,v $
* $Revision: 1.3 $
* $Date: 2002/09/30 14:56:16 $dd
*/
%>
<%@ page import="com.jivesoftware.forum.*" %>
<% // This page is the header page included on all the pages. It defines
// CSS, the body tags, and the HTML header at the top of every page.
// Modify the HTML below to change the look of your forums.
// Set the global Jive locale in the response (don't remove this).
//response.setLocale(JiveGlobals.getLocale());
%>
<html>
<head>
<% // Note: "title" should be defined as a String in the page that includes
// his page
%>
<title><%= title %></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="jivejdon.css" type="text/css">
</head>
<body bgcolor="<%= JiveGlobals.getJiveProperty("skin.default.bgColor") %>"
link="<%= JiveGlobals.getJiveProperty("skin.default.linkColor") %>"
vlink="<%= JiveGlobals.getJiveProperty("skin.default.vLinkColor") %>"
alink="<%= JiveGlobals.getJiveProperty("skin.default.aLinkColor") %>"
marginheight="0" marginwidth="0" topmargin="3" >
<table bgcolor="<%= JiveGlobals.getJiveProperty("skin.default.headerBorderColor") %>"
cellpadding="1" cellspacing="0" border="0" width="100%">
<tr><td>
<!--
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#888888"><tr >
<td > </td>
<td width="70" >
<div align="center"><a href="<%= JiveGlobals.getJiveProperty("websiteconf.url") %>" class="a03">首页</a></div>
</td>
<td width="70" class="unnamed2">
<div align="center"><a href="http://www.jdon.com/idea.html" class="a03">心 得</a></div>
</td>
<td width="70" class="unnamed2">
<div align="center"><a href="http://www.jdon.com/designpatterns/index.htm" class="a03">设计模式</a></div>
</td>
<td width="70" class="unnamed2">
<div align="center"><a href="http://www.jdon.com/res.html" class="a03">工程方法</a></div>
</td>
<td width="70" >
<div align="center" class="unnamed2"> <a href="http://www.jdon.com/dl/dl.html" class="a03">资
料</a></div>
</td>
</tr></table>
-->
</td></tr><tr><td>
<table bgcolor="<%= JiveGlobals.getJiveProperty("skin.default.headerBgColor") %>"
cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td rowspan="2"> <table cellpadding="6">
<tr>
<td> <a href="http://www.jdon.com"><%= JiveGlobals.getJiveProperty("skin.default.headerLogo") %></a> </td>
</tr>
</table></td>
<td align="right" valign="top"> </td>
</tr>
<tr>
<td align="right" valign="bottom"> <table border="0" cellpadding="0" cellspacing="0" >
<tr>
<td > <font class=p4 face="<%= JiveGlobals.getJiveProperty("skin.default.buttonFontFace") %>" color="#666666">
<img src="images/01.gif" width="25" height="20"><a href="<%= JiveGlobals.getJiveProperty("websiteconf.url") %>"><%= JiveGlobals.getJiveProperty("websiteconf.name") %>首页</a>
| <img src="images/02.gif" width="25" height="20"><a href="account.jsp">注册</a>
| <img src="images/03.gif" width="23" height="20"><a href="login.jsp">登陆</a>
|
<%--
<a href="faq.jsp">FAQ/帮助</a>
|
--%>
<img src="images/04.gif" width="23" height="20"><a href="search.jsp">搜索</a>
| <img src="images/logout.gif" width="17" height="17" alt="退出" border="0">
<a href="login.jsp?logout=true" title="退出">退出</a> </font> </td>
</tr>
</table></td>
</tr>
</table>
</td></tr>
</table>
<%-- spacer table --%>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td><img src="images/blank.gif" width="1" height="10" border="0"></td></tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -