?? header.jsp
字號(hào):
<%
/**
* $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">
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -