<%template src="_header.html"%>
<%template src="_ucenter_nav.html"%> <%if(action=="list")%>
软件卡密中心
好消息!需要代理IP软件的朋友请直接购买即可!
软件绿色多线程,快速更换IP,刷钻必备工具,欢迎选购及代理!
<%set DataTable list=get_softservice_buy_list(10, page, "", out totalcount)%> <%set string pagelist=get_page_link(10, page, totalcount, "usersoftservicebuy", action, "__id__")%> <%foreach(DataRow dr in list.Rows)%> <%/foreach%> <%if(list.Rows.Count==0)%> <%/if%>
软件名称 卡密类型 卡号 密码 价格 操作
{dr[title]} {dr[account_type]} <%cutstring({dr[account]},4)%> ******** <%=Utils.GetNum({dr[price]})%> 元 <%=get_status_info({dr[id]},{dr[status]})%>
暂无记录...
{pagelist}
<%/if%> <%if(action=="myorder")%>
我购买的卡密
<%set DataTable list=get_my_softservice_buy_list()%> <%set string pagelist=get_page_link(10, page, totalcount, "usersoftservicebuy", action, "__id__")%> <%foreach(DataRow dr in list.Rows)%> <%/foreach%> <%if(list.Rows.Count==0)%> <%/if%>
软件名称 卡密类型 卡号 密码 价格 操作
{dr[title]} {dr[account_type]} {dr[account]} {dr[password]} <%=Utils.GetNum({dr[price]})%> 元 查看详细
以下卡密信息是你花了大洋购买所得,请复制保存好!
暂无记录...
{pagelist}
<%/if%> <%if(action=="buy")%>
购买卡密
卡号
<%cutstring({model.account},4)%>   [购买后显示完整账号]
密码
********   [购买后显示完整密码]
价格
¥{model.price}
结算方式
账户余额    你当前的账户余额:{userModel.amount}
<%/if%>
<%template src="_footer.html"%>