setup6.jsp

来自「jive Study」· JSP 代码 · 共 47 行

JSP
47
字号
<%
/**
 * Yazd Setup Tool
 * November 28, 2000
 */
%>

<%@ page import="com.Yasna.forum.*"%>

<html>
<head>
	<title>Yazd Setup - Step 6</title>
		<link rel="stylesheet" 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="Yazd Setup" border="0">
<hr size="0">

<p>
<b>Setup Complete!</b>

<font size="2">
<ul>
	Yazd 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 Yazd Admin">
</center>

<br>
<hr size="0">
<center><font size="-1"><i>www.Yasna.com/yazd</i></font></center>
</font>
</body>
</html>

⌨️ 快捷键说明

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