📄 header.jsp
字号:
<%
/**
* $RCSfile: header.jsp,v $
* $Revision: 1.1.1.1 $
* $Date: 2002/09/09 13:50:33 $
*/
%>
<%@ page import="java.text.*,
com.jivesoftware.util.*"
%>
<%! // global variables for this page
// Header date format
static final SimpleDateFormat headerDateFormatter = new SimpleDateFormat("MMMM d, yyyy");
%>
<table cellpadding="10" cellspacing="0" border="0" width="100%">
<tr bgcolor="#1665b4">
<td width="99%"><a href="index.jsp"><img src="images/logo.gif" width="154" height="29" alt="Jive Forums" vspace="3" hspace="3" border="0"></a></td>
<td width="1%" nowrap>
<font face="verdana,arial,sans-serif" color="#ffffff" size="-2">
<%= headerDateFormatter.format(new java.util.Date(CacheTimer.currentTime)) %>
</font>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr bgcolor="#0099ff">
<td><img src="images/blank.gif" width="1" height="1" border="0"></td>
</tr>
<tr bgcolor="#0099ff">
<td><img src="images/blank.gif" width="1" height="1" border="0"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td><img src="images/blank.gif" width="1" height="6" border="0"></td></tr>
</table>
<% out.flush(); %>
<%-- main content table --%>
<table cellpadding="8" cellspacing="0" border="0" width="100%">
<tr>
<td width="100%" valign="top">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -