@using ZoomLa.BLL @model ZoomLa.Model.M_Message @{ B_User buser = new B_User(); } @section head{ 发送短消息 } @section content{
@Html.Partial("/Areas/User/Views/Message/MessageTop.cshtml")
收件人
抄送人
邮件标题
内容
已上传文件
附件 @(MvcHtmlString.Create(Call.ShowASCX("/Manage/I/ASCX/UP/PCUP")))
提示:系统支持以MessageSend?uid=[用户ID]&content=[内容]方式get将站内信发送,如:MessageSend?name=admin&content=站内信
} @section script{ @MvcHtmlString.Create(Call.GetUEditor("content_t", 2)) }