<%template src="_header.html"%>
<%template src="_ucenter_nav.html"%>
<%if(action=="send")%>
发送手机短信 ({siteModel.smsprice} 元/条)
接收人用户名:
发送短信内容:
你可以输入46个字发送 现已填写的字数
附上短信签名
二级密码
*亲,不是登录密码哦
<%/if%> <%if(action=="list")%>
短信发送记录
<%set DataTable sms_log_list=get_sms_log_list(20, page,out totalcount)%> <%set string pagelist=get_page_link(20, page, totalcount, "send_sms", action, "__id__")%> <%foreach(DataRow dr in sms_log_list.Rows)%> <%/foreach%> <%if(sms_log_list.Rows.Count==0)%> <%/if%>
发送编号 接受手机号 发送类型 发送时间 发送状态 短信费用 短信内容
{dr[order_id]} {dr[mobile]} <%=get_send_type_list_format( Utils.ObjToInt({dr[send_type]}))%> {dr[add_date]} <%=get_status_list_format(Utils.ObjToInt( {dr[status]} ))%> {dr[pay_money]} {dr[content]}
暂无记录...
{pagelist}
<%/if%>
<%template src="_footer.html"%>