main.jsp

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

JSP
40
字号
<%@ page contentType="text/html;charset=UTF-8" %>
<%
/**
 *	$RCSfile: main.jsp,v $
 *	$Revision: 1.1.1.1 $
 *	$Date: 2002/09/09 13:50:16 $
 */
%>

<%@ page import="java.util.*,
                 com.jivesoftware.forum.*,
                 com.jivesoftware.forum.util.*" %>

<%@	include file="global.jsp" %>

<%@ include file="header.jsp" %>

<p>

<b>Jive Forums Administration</b><hr size="0">

<font size="-1">
Welcome to the Jive Forums Administration tool.
</font>
<p>

<ul>
<font size="-1"><b>Jive Version: <%= JiveGlobals.getJiveVersion() %></b></font>
</ul>

<p>

Welcome Jive Admin tools


</ul>
</font>

<jsp:include page="include/footer.jsp" flush="true"/>

⌨️ 快捷键说明

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