⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.jsp

📁 jive3.1.4破解版(非源码)
💻 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 + -