footer.jsp

来自「Jive是基于JSP/JAVA技术构架的一个大型BBS论坛系统,这是Jive论坛」· JSP 代码 · 共 53 行

JSP
53
字号
<%@ page import="com.jivesoftware.forum.*,                 com.jivesoftware.forum.util.SkinUtils,                 com.jivesoftware.forum.util.ParamUtils,                 java.util.StringTokenizer,                 java.util.Locale"%><table cellpadding="6" cellspacing="0" border="0" width="100%"><tr>    <td align="center">    <hr size="1" width="75%" color="#666666">    <font size="<%= JiveGlobals.getJiveProperty("skin.default.buttonFontSize") %>"     face="<%= JiveGlobals.getJiveProperty("skin.default.buttonFontFace") %>">    <a href="<%= JiveGlobals.getJiveProperty("skin.default.homeURL") %>"     ><%= SkinUtils.getLocalizedString("skin.default.footer.forum_home",locale) %></a>    <%  if (!"false".equals(JiveGlobals.getJiveProperty("skin.default.newAccountCreationEnabled"))) { %>        <%= SkinUtils.getLocalizedString("skin.default.global.pipe",locale) %>        <a href="account.jsp"><%= SkinUtils.getLocalizedString("skin.default.global.register",locale) %></a>    <%  } %>        <%= SkinUtils.getLocalizedString("skin.default.global.pipe",locale) %>        <a href="auth.jsp"><%= SkinUtils.getLocalizedString("skin.default.global.login",locale) %></a>        <%  if ("true".equals(JiveGlobals.getJiveProperty("search.enabled"))) { %>    <%= SkinUtils.getLocalizedString("skin.default.global.pipe",locale) %>    <a href="search.jsp"><%= SkinUtils.getLocalizedString("skin.default.global.search",locale) %></a>    <%  } %>        <br><br>    <%-- Note: The Jive Forum License agreement requires that you           --%>    <%-- use a "powered by" message. Please consult your license agreement  --%>    <%-- for more information. You can also choose to use the Jive logo     --%>    <%-- instead of text, which can be found in the Jive distribution.      --%>        <%= SkinUtils.getLocalizedString("skin.default.global.left_bracket",locale) %>    <a href="http://www.jivesoftware.com/poweredby/" target="_new"     style="color:<%= JiveGlobals.getJiveProperty("skin.default.linkColor") %>;"     title="<%= SkinUtils.getLocalizedString("skin.default.footer.jive_learn",locale) %>"     ><%= SkinUtils.getLocalizedString("skin.default.footer.powered_by",locale) %></a>    <%= SkinUtils.getLocalizedString("skin.default.global.right_bracket",locale) %>    </font>    </td></tr></table></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?