?? setup5.jsp
字號:
<%
/**
* Jive Setup Tool
* July 20, 2000
*/
%>
<%@ page import="com.coolservlets.forum.*"%>
<html>
<head>
<title>Jive Setup - Step 5</title>
<link rel="stylesheet" type="text/css" href="style/global.css">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<img src="images/setup.gif" width="210" height="38" alt="Jive Setup" border="0">
<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 Jive Admin">
</center>
<br>
<hr size="0">
<center><font size="-1"><i>www.coolservlets.com/jive</i></font></center>
</font>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -