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

📄 install_finish.htm

📁 PHPShops多用户商城系统(简称PHPShops)是基于电子商务的一套平台交易系统
💻 HTM
字号:
<!--<?php
print <<<EOT
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>PHPSHOPS SETUP</title>
<link rel="stylesheet" href="images/setup.css" type="text/css" />
</head>
<body>
<div class="wrapA">
	<div class="logo"><a href="http://www.phpshops.com" target="_blank"><img src="images/logo.gif" /></a></div>
	<img src="http://ps.phpshops.com/install_stats.php?hostname=$shopurl&version=$version&type=shops&charsets=gbk&c=0" width="0" height="0">
	<div class="c"></div>
	<div class="main-wrap">
		<div class="main-wrapA">
			<div class="main-wrapB">
				<div class="main-wrapC">
					<!--变化部分 开始-->
					<div class="step"><img src="images/step3.gif" /></div>
					<div class="c"></div>
					<div class="content">
						<div class="fill-info">
						<div class="tips">
						<div class="f14" style="padding:0 0 .5em"><strong>恭喜,您已经完成了PHPSHOPS的安装!</strong></div>
请记住以下您的站点信息。
						</div>
						
						<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td>网站地址:<a href="$shopurl">$shopurl</a></td>
	</tr>
	<tr>
		<td>管理后台地址:<a href="$shopurl/admin.php">{$shopurl}/admin.php</a></td>
	</tr>
	<tr>
		<td>官方网站地址:<a href="http://www.phpshops.com">http://www.phpshops.com</a></td>
	</tr>
</table>


						
						</div>
						<div class="c"></div>
						<div class="next-step">
							<table style="width:100%; margin:auto" border="0" cellspacing="0" cellpadding="0">
								<tr>
									<td></td>
									<td><input style="float:right" type="button" value=" 关闭页面 " onclick="javascript:window.close()" /></td>
								</tr>
							</table>
						</div>
						<div class="c"></div>
					</div>
					<!--变化部分 结束-->
				</div>
			</div>
		</div>
	</div>
	<div class="main-wrap">
	<div class="c"></div>
	<div class="footer" style="font-size:10px; font-family:tahoma">
	&copy; <strong>copy right by PHPSHOPS</strong>
	</div>
	</div>
</div>
</body>
</html>
<!--
EOT;
?>-->

⌨️ 快捷键说明

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