📄 install_1.htm
字号:
<!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>
<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/step1.gif" /></div>
<div class="c"></div>
<form action="index.php?" method="post">
<input type="hidden" name="step" value="1" />
<div class="content">
<div class="xieyi">
<div class="main-wrapC">
<p>感谢您选择 PHPShops 多用户商城系统产品</p>
<p> PHPShops 多用户商城系统是基于电子商务的一套平台系统,主要面向地区性大论坛门户站点和行业类站点,它采用目前最流行的
网站建设工具PHP+MYSQL,适合于大中小型电子商务网站的建设需求。并且能与电子商务的基石论坛社区系统实现一站式登录。集成目前最流行的交易支付工具――支付宝,为交易提供更加安全高效的保障。</p>
<p>重点介绍</p>
<p>1.独有的AJAX一站式登录接口,会员数据共享,跨域名,无刷新,实现同步登录与退出,目前支持 Discuz、PHPWind</p>
<p>2.商城首页完全可自定义,内置论坛帖子调用,同时调用多个论坛帖子,随心所欲</p>
<p>3.系统集成简单文章发布系统(资讯信息),丰富站点内容,图文并茂,让成交量一升再升</p> <p>更多介绍请登录 <a href="http://www.phpshops.com" target="_blank">http://www.phpshops.com</a> 官方站点了解</p>
<p>您可以免费使用本系统,遇到问题请到 <a href="http://bbs.phpsops.com">http://bbs.phpsops.com</a> 官方支持论坛提问讨论,如需提供技术支持服务,可成为我们的VIP用户。</p>
<p style="text-align:right;padding-top:10px;padding-right:30px;">PHPShops Team</p>
</div>
</div>
<div class="c"></div>
<div class="next-step">
<table style="width:100%; margin:auto" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><input type="checkbox" style="vertical-align: middle" onclick="agreement(this)" />
我同意该用户协议 </td>
<td><input style="float:right" type="submit" value=" 下一步 " id="agreesubmit" disabled /></td>
</tr>
</table>
</div>
<div class="c"></div>
</div>
</form>
<!--变化部分 结束-->
</div>
</div>
</div>
</div>
<script language=JavaScript>
function agreement(obj){
if (obj.checked == true)
{
document.getElementById('agreesubmit').disabled = false;
} else {
document.getElementById('agreesubmit').disabled = true;
}
}
</script>
<div class="main-wrap"><div class="c"></div>
<div class="footer" style="font-size:10px; font-family:tahoma">
© <strong>copy right by PHPSHOPS</strong>
</div>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -