📄 setup6.jsp
字号:
<%@ page session="true" contentType="text/html; charset=GB2312" %>
<%
/**
* Title: 校园.NET
* Description: 中国第五代(城域网-校园网)项目
* Copyright: Copyright (c) 2001
* Company: 赛灵通
* @author 宋新华
* @version 1.0
*/
%>
<%@ page import="net.xerllent.campus.*"%>
<html>
<head>
<title>xerllent Setup - Step 6</title>
<link rel="stylesheet" href="style/global.css">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<font size="5">Xerllent产品安装</font>
<hr size="0">
<p>
<b>Setup Complete!</b>
<font size="2">
<ul>
Jive setup is now complete. Click the button below to jump to the admin tool
where you'll be able to create and administer your forums.
</ul>
</font>
<form action="../index.jsp" type=get>
<%
PropertyManager.setProperty( "setup", "true" );
%>
<center>
<input type="submit" value="Login to xerllent Admin">
</center>
</form>
<br>
<hr size="0">
<center>
<font size="-1"><i>www.xerllent.cn</i></font>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -