main.jsp

来自「Jive(J道版) Jive(J道版)是在Jive 2.1版本基础上改编而成」· JSP 代码 · 共 39 行

JSP
39
字号
<%
/**
 *	$RCSfile: main.jsp,v $
 *	$Revision: 1.1.1.1 $
 *	$Date: 2002/09/09 13:50:29 $
 */
%>

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

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

<%@ include file="include/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>

<%@ include file="include/footer.jsp" %>

⌨️ 快捷键说明

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