@using System.Data @using ZoomLa.BLL @using ZoomLa.Model @using ZoomLa.BLL.Plat @using ZoomLa.Model.Plat @using ZoomLa.SQLDAL @using System.Data.SqlClient @using ZoomLa.BLL.Helper @using ZoomLa.BLL.User @using ZoomLa.Common @model ZoomLa.Model.M_User_Plat @functions{ public int CurProID { get { return DataConvert.CLng(GetParam("Pro")); } } public string Filter { get { return GetParam("Filter"); } } public string MsgType { get { return GetParam("MsgType"); } } public string Skey { get { return GetParam("Skey"); } } public string Uids { get { return GetParam("Uids"); } } public string LView { get { return GetParam("view"); } } public string GetParam(string name) { return Context.Request.GetParam(name); } B_Plat_Group groupBll = new B_Plat_Group(); B_Blog_Sdl sdlBll = new B_Blog_Sdl(); B_Plat_Comp compBll = new B_Plat_Comp(); B_User_Token tokenBll = new B_User_Token(); B_Guest_Bar barBll = new B_Guest_Bar(); //传入基础路径,拼接为完整路径,用于需要保持状态的情况下Url链接,如分页等 public string GetUrl(string url) { if (CurProID != 0) url += "&Pro=" + CurProID; return url; } public IHtmlContent getTitle(DataRow dr) { //string title = Eval("Title").ToString(); //title = title.Length > 14 ? title.Substring(0, 14) + "..." : title; return MvcHtmlString.Create("" + dr["Title"] + " " + " [" + B_User.GetUserName(dr["HoneyName"], dr["CUName"]) + "]"); } } @{ string apiUrl = "/Plat/Blog/Blog_API?action="; M_User_Plat upMod = Model; M_Plat_Comp compMod = compBll.SelReturnModel(upMod.CompID); //--------------获取本月日程数据,并转为JSON,方便绑定 int replyPageSize = 5; string liop = GetParam("liop"); string myPlanJson = sdlBll.SelMonthToJson(DateTime.Now, upMod.UserID); //--------------平台 M_User_Token tokenMod = tokenBll.SelModelByUid(upMod.UserID); //----------- DataTable groupDT = groupBll.SelGroupByAuth(1,100,upMod.UserID).dt; DataTable cateDT = barBll.SelBlogCate(upMod.CompID); } @section head{ @(compMod.CompName + "办公平台") } @section content{
创建标题:
投票选项:
截止时间:
匿名投票:
投票结果:
    #话题 @@AT 表情
    附件 @*签到*@ 分享 公开 @if (tokenMod != null) {
      @*@if (!string.IsNullOrEmpty(tokenMod.SinaToken)) { sinaBll = new SinaHelper(tokenMod.SinaToken); if (sinaBll.CheckToken()) {
    • } else {
    • (已失效)
    • } }*@
    } else { } @foreach (DataRow dr in groupDT.Rows) { }
    公开
    @**@
    • 全部
    • @@我的
    • 通知
    • 投票
    • 文章
    • 收藏
    @MvcHtmlString.Create(Call.GetUEditor("MailContent", 1))

    请选择用户

    } @section script{ }