<%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)%>
| {dr[title]} |
{dr[account_type]} |
<%cutstring({dr[account]},4)%> |
******** |
<%=Utils.GetNum({dr[price]})%> 元 |
<%=get_status_info({dr[id]},{dr[status]})%> |
<%/foreach%>
<%if(list.Rows.Count==0)%>
| 暂无记录... |
<%/if%>
<%/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)%>
| {dr[title]} |
{dr[account_type]} |
{dr[account]} |
{dr[password]} |
<%=Utils.GetNum({dr[price]})%> 元 |
查看详细
|
<%/foreach%>
<%if(list.Rows.Count==0)%>
| 暂无记录... |
<%/if%>
<%/if%>
<%if(action=="buy")%>