⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setup6.jsp

📁 一套完整的工商12315的源程序jsp部分在12315里,后台JAVA部分在gs12315src里,没有打包数据库.
💻 JSP
字号:
<%
/**
 * TechWeb2 Setup Tool
 * November 28, 2000
 */
%>

<%@ page import="com.powerrun.ioffice.*"%>

<html>
	<head>	<META HTTP-EQUIV="Pragma" CONTENT="no-cache">  
	<title>TechWeb2 Setup - Step 5</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="TechWeb2 Setup" border="0">
<hr size="0">

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

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

<br>
<hr size="0">
<center><font size="-1"><i>Stone Powerrun Software Techonology Co.</i></font></center>
</font>
</body>
</html>

⌨️ 快捷键说明

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