<%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)%>
{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]}
<%/foreach%> <%if(sms_log_list.Rows.Count==0)%>
暂无记录...
<%/if%>
{pagelist}
<%/if%>
<%template src="_footer.html"%>