footer.jsp
来自「java开源论坛系统」· JSP 代码 · 共 32 行
JSP
32 行
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td align="center">
<hr size="1" width="75%" color="#666666">
<font class=p4 face="<%= JiveGlobals.getJiveProperty("skin.default.buttonFontFace") %>" color="#666666">
<a href="<%= JiveGlobals.getJiveProperty("skin.default.homeURL") %>">论坛首页</a>
|
<a href="account.jsp">注册</a>
|
<a href="login.jsp">登陆</a>
|
<%--
<a href="faq.jsp">FAQ/帮助</a>
|
--%>
<a href="search.jsp">搜索</a>
</font>
<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. --%>
<font class=p2 face="<%= JiveGlobals.getJiveProperty("skin.default.buttonFontFace") %>" color="#666666">
</font>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?