用VISA卡最快~随买随倒...
等等吧~对Steam总是要有点耐心...
<html><head>
<meta http-equiv="Content-Type" content="text/html charset=utf-8">
<title>购物与结算</title>
<style type="text/css">
</style>
<link rel="stylesheet" href="
<script src="
<script src="
<script src="
<script src="
(beta4)/IE9.js"></script>
<script src="
<script type="text/javascript">
function pay()
{
var link = document.getElementById("a1")
link.click()
var a = new Array()
a[0]="html教程"
a[1]=12
a[2]=1
a[3]=a[1]*a[2]
var a1 = new Array()
a1[0]="java详解"
a1[1]=25
a1[2]=2
a1[3]=a1[1]*a1[2]
var b = new Array()
b[0]=a
b[1]=a1
var amount =0
for(var i=0i<b.lengthi++)
{
var c = new Array()
c=b[i]
amount = amount+c[3]
var tr ="<tr>"
for(var j=0j<c.lengthj++)
{
tr+="<td>"+c[j]+"</td>"
}
tr+="</tr>"
$("#list").append(tr)
$("#all").html("<b>总计:</b><font color=\"red\">"+amount+"</font>")
}
}
function goon()
{
var link = document.getElementById("a2")
link.click()
$("#news").html("支付成功!!")
}
</script>
</head>
<body>
<input type="button" class="btn btn-danger" value="点击结算" onclick="pay()">
<a href="#myModaltishi" role="button" class="btn" data-toggle="modal" id="a1" style="display: none"></a>
<div id="myModaltishi" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">购物车</h3>
</div>
<div class="modal-body">
<div>
<table id="list" style="width: 95%" class="table">
<th>商品名称</th>
<th>单价</th>
<th>数量</th>
<th>金额</th>
</table>
</div>
<div align="right" id="all"></div>
</div>
<div class="modal-footer">
<button class="btn" data-dismiss="modal" aria-hidden="true">继续挑选</button>
<button class="btn btn-primary" data-dismiss="modal" onclick="goon()">支付</button>
</div>
</div>
<a href="#myModaltishi1" role="button" class="btn" data-toggle="modal" id="a2" style="display: none"></a>
<div id="myModaltishi1" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">系统提示</h3>
</div>
<div class="modal-body">
<h3 id="news" align="center"></h3>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal">知道了</button>
</div>
</div>
</body>
<!-- 浏览器打开可查看效果,
另外由于页面使用了bootstrap框架建议使用渲染较高的浏览器,例如:火狐 -->
</html>
1、about开头大家可以通过“后台”-“设置”-“页面”进行对应页面的编辑。
帖子附件内容是在源代码状态下编辑页面的参考文档,大家可以根据自身需求进行编辑修改。
about_contact.html:联系方式??
about_job.html:加入我们
about_privacy.html:隐私声明
about_terms.html:用户协议
about_us.html:关于最土
2、account开头
account_invite.html:邀请有奖
account_invite_no.html:邀请有奖
account_invite_signup.html:邀请有奖(未登录状态显示页面)
account_login.html:登录
account_loginup.html:注册/登录(未登录下订单购买显示页面)
account_refer.html:我的邀请(用户中心)
account_repass.html:重设密码(输入邮箱找回密码)
account_repass_ok.html:重设密码(邮件发送提示成功)
account_reset.html:重设密码(输入新密码重设)
account_reset_ok.html:重设密码(操作成功)
account_settings.html:账户设置(用户中心)
account_signup.html:注册
account_signuped.html:注册邮箱验证发送提示
account_verify.html:重新邮箱验证发送提示
3、ajax_dialog开头
ajax_dialog_coupon.html:网站上方“优惠券验证及消费登记”弹出界面
ajax_dialog_needlogin.html:快速登录与注册弹出界面(暂无此功能)
ajax_dialog_order.html:通过支付宝、网银等进行支付弹出的界面
4、biz开头(商家管理后台界面)
biz_coupon.html:优惠券列表
biz_header.html:商家后台头部
biz_html_header.html:商家后台头部
biz_index.html:商家后台首页
biz_login.html:商家后台登录
biz_settings.html:商家资料编辑
5、block_side开头(网站右侧边框页面)
block_side_aboutcoupon.html:用户中心右侧“什么是优惠券”说明页面
block_side_aboutorder.html:用户中心右侧“我已支付成功,为什么没有优惠券”说明页面
block_side_ask.html:首页右侧“本单答疑”模块
block_side_bulletin.html:首页右侧“号外”模块
block_side_business.html:首页右侧“我要提供团购信息(商务合作)”模块
block_side_card.html:订单支付右侧“代金券验证”说明界面
block_side_credit.html:用户中心右侧“账户余额”说明界面
block_side_credittip.html:用户中心右侧“什么是账户余额”说明界面
block_side_flv.html:首页右侧“商家视频”模块
block_side_giftcard.html:“礼品卡”说明界面(暂无此功能)
block_side_invite.html:用户中心右侧“邀请好友”说明界面
block_side_invitetip.html:用户中心右侧“在哪里可以看到我的返利”说明界面
block_side_others.html:首页右侧“正在团购”模块
block_side_others_seconds.html:首页右侧“今日秒杀”模块
block_side_subscribe.html:首页右侧“邮件订阅”模块
block_side_vote.html:首页右侧“小调查”模块
block_team_share.html:首页导航下方“分享”模块
6、city开头
city.html:所开通的城市列表页面
7、coupon开头(用户中心“我的优惠券”页面)
coupon_consume.html:用户中心“我的优惠券”已使用列表页面
coupon_expire.html:用户中心“我的优惠券”已过期列表页面
coupon_index.html:用户中心“我的优惠券”未使用列表页面
coupon_print.html:“我的优惠券”打印页面
8、credit开头(用户中心“账户余额”页面)
credit_charge.html:用户中心“用户充值”页面
credit_index.html:用户中心“帐户余额”页面
9、feedback开头(用户反馈及提交团购信息页面)
feedback_seller.html:“提供团购信息”页面
feedback_success.html:“反馈成功提示”页面
feedback_suggest.html:“意见反馈”页面
10、footer开头(底部链接页面)
footer.html:“网站底部文字”页面
11、forum开头(“讨论区”页面)
forum_city.html:“讨论区”-分城市分区页面
forum_index.html:“讨论区”-首页页面
forum_new.html:“讨论区”-发表新话题页面
forum_public.html:“讨论区”-公共讨论区页面
forum_topic.html:“讨论区”-所有话题页面
12、hearder开头
header.html:网站头部页面及部分导航内容
13、help开头
help_api.html:“开发接口”页面
help_faqs.html:“常见问题”页面
help_tour.html:“玩转最土”页面
help_zuitu.html:“最土是什么”页面
14、html开头
html_footer.html:页面底部结束代码,请勿修改
html_header.html:网站描述、关键词、CSS调用
15、install开头
install_step.html:程序安装界面,完成安装后可删除
16、maill开头
mail_invite.html:“邮件好友邀请”邮件内容
mail_repass.html:“用户重设密码”邮件内容
mail_sign_verify.html:“用户邮件验证”邮件内容
mail_subscribe_team.html:“今日团购订阅”邮件内容
16、manage开头
manage开头为管理后台模板页面,由于不涉及前台用户体验,说明暂略
17、account开头
order_charge.html:在线充值前“确认”页面
order_check.html:购买“确认订单”页面
order_index.html:用户中心“我的订单”页面
order_pay.html:订单“确认付款”页面
order_pay_error.html:订单支付失败页面
order_pay_success.html:订单支付成功页面
order_return_credit.html:支付成功页面
order_return_error.html:支付失败页面
order_view.html:用户中心“我的订单”项目“详情”显示页面
18、partner开头
partner.html:“品牌商户”详细信息页面
partner_index.html:“品牌商户”列表显示页面
19、subscribe开头
subscribe.html:网站用户“邮件订阅”栏目显示页面
subscribe_success.html:网站用户“邮件订阅”成功显示页面
20、team开头
team_ask.html:“本单答疑”内容显示页面
team_buy.html:“提交订单”页面
team_current.html:“当期团购”列表页面
team_goods.html:“热销商品”列表页面
team_index.html:“往期团购”列表页面
team_seconds.html:“秒杀抢团”列表页面
team_view.html:“今日团购”详细信息页面
team_view_goods.html:“热销商品”详细信息页面
team_view_seconds.html:“今日秒杀”详细信息页面
21、vote开头
vote_index.html:“小调查”信息显示页面
三、相关文件存放位置说明
1、数据库及配置文件存放在 include\configure 文件夹下
2、网站缓存文件存放在 include\compiled 文件夹下
3、团购项目图片存放在 static\team 文件夹下
4、用户头像图片存放在 static\user 文件夹下
5、ucenter整合文件存放在 uc_client 文件夹下