?? header.jsp
字號:
<%-- - - $RCSfile: header.jsp,v $ - $Revision: 1.21.2.1 $ - $Date: 2003/06/17 16:36:32 $ ---%><%@ page import="com.jivesoftware.base.JiveGlobals, java.util.*"%><% // Set the content type response.setContentType("text/html; charset=" + JiveGlobals.getCharacterEncoding()); // Load the resource bundle used for this skin. String bundleName = "jive_forums_i18n"; try { ResourceBundle bundle = ResourceBundle.getBundle(bundleName, JiveGlobals.getLocale()); // Put the bundle in the request as an attribute: request.setAttribute("jive.i18n.bundle", bundle); } catch (MissingResourceException mre) { Log.error("Unable to load bundle, basename '" + bundleName + "'"); }%><%@ taglib uri="jivetags" prefix="jive" %><%@ include file="title.jsp" %><html><head> <%-- The "title" variable below comes from the title.jsp page --%> <title><%= title %></title> <meta http-equiv="content-type" content="text/html; charset=<%= JiveGlobals.getCharacterEncoding() %>"> <link rel="stylesheet" type="text/css" href="style.jsp" /></head><body><div class="jive-header"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr> <% if (!"false".equals(JiveGlobals.getJiveProperty("skin.default.useDefaultHeaderImage"))) { %> <% if ("en".equals(JiveGlobals.getLocale().getLanguage())) { %> <% if (JiveGlobals.getJiveProperty("skin.default.homeURL") != null) { %> <td><a href="<%= JiveGlobals.getJiveProperty("skin.default.homeURL") %>" ><img src="images/logo.gif" width="300" height="40" border="0"></a></td> <% } else { %> <td><a href="index.jsp" ><img src="images/logo.gif" width="300" height="40" border="0"></a></td> <% }%> <% } else { %> <% if (JiveGlobals.getJiveProperty("skin.default.homeURL") != null) { %> <td><a href="<%= JiveGlobals.getJiveProperty("skin.default.homeURL") %>" ><img src="images/logo_<%= JiveGlobals.getLocale().getLanguage() %>.gif" width="300" height="40" border="0"></a></td> <% } else { %> <td><a href="index.jsp" ><img src="images/logo_<%= JiveGlobals.getLocale().getLanguage() %>.gif" width="300" height="40" border="0"></a></td> <% } %> <% } %> <% } else { %> <% if (JiveGlobals.getJiveProperty("skin.default.homeURL") != null) { %> <td><a href="<%= JiveGlobals.getJiveProperty("skin.default.homeURL") %>" ><%= JiveGlobals.getJiveProperty("skin.default.headerLogo") %></a></td> <% } else { %> <td><a href="index.jsp" ><%= JiveGlobals.getJiveProperty("skin.default.headerLogo") %></a></td> <% } %> <% } %></tr></table></div><br>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -