<%template src="_header.html"%>
<%template src="_ucenter_nav.html"%> <%if(action=="list")%>
小号销售中心
好消息!接手任务没有买号的用户请注意了!
本站出售的买号绝对安全、放心,没有使用过的,可修改密码!欢迎选购!
<%set DataTable list=get_shopname_buy_list(10, page, "", out totalcount)%> <%set string pagelist=get_page_link(10, page, totalcount, "usershopnamebuy", action, "__id__")%> <%foreach(DataRow dr in list.Rows)%> <%/foreach%> <%if(list.Rows.Count==0)%> <%/if%>
账号 账号类型 账号注册日期 信誉值 支付账号 单价 操作
<%cutstring({dr[account]},4)%> {dr[account_type]} {dr[reg_date]} {dr[credit]} <%cutstring({dr[alipay]},4)%> <%=Utils.GetNum({dr[price]})%> 元 <%=get_status_info({dr[id]},{dr[status]})%>
暂无记录...
{pagelist}
<%/if%> <%if(action=="myorder")%>
我购买的小号
<%set DataTable list=get_my_shopname_buy_list()%> <%set string pagelist=get_page_link(10, page, totalcount, "usershopnamebuy", action, "__id__")%> <%foreach(DataRow dr in list.Rows)%> <%/foreach%> <%if(list.Rows.Count==0)%> <%/if%>
账号 账号类型 账号注册日期 信誉值 支付账号 单价 操作
{dr[account]} {dr[account_type]} {dr[reg_date]} {dr[credit]} {dr[alipay]} <%=Utils.GetNum({dr[price]})%> 元 查看详细
以下账号信息是你花了大洋购买所得,请复制保存好!
暂无记录...
{pagelist}
<%/if%> <%if(action=="buy")%>
购买小号
小号名称
<%cutstring({model.account},4)%>   [购买后显示完整账号]
价格
¥{model.price}
结算方式
账户余额    你当前的账户余额:{userModel.amount} 元
<%/if%>
<%template src="_footer.html"%>