@using Learun.Application.OA @using Learun.Application.Base.SystemModule @using Learun.Application.TwoDevelopment.EducationalAdministration @using Learun.Application.TwoDevelopment.Permission @using Learun.Application.WorkFlow @using Learun.Util @using Learun.Application.TwoDevelopment.LR_Desktop @{ ViewBag.Title = "网上办事大厅拖拽版"; Layout = "~/Views/SSOSystem/_LayoutSSODrag.cshtml"; }
我的收藏
可用应用
可用卡片
我的收藏
可用应用
可用卡片
    数据看板
    办公事项
    学校公文
    专业总览
    常用链接
    常用服务
    校园总览
    宣传报道
    办公邮件
    通知公告
    智慧教育
    专题推荐
    办公业务流量
    网站设置
    用户管理
    权限分配
    网站设置
    用户管理
    权限分配
    @foreach (SSO_Drag_DesktopManageEntity desktopItem in ViewBag.DesktopList) {
    @desktopItem.DesktopName
    }
    @{ var DesktopList = ViewBag.DesktopList as IEnumerable; if (DesktopList.Count() < 5) {
    } }
    @foreach (SSO_Drag_DesktopManageEntity desktopItem in ViewBag.DesktopList) {
    @if (string.IsNullOrEmpty(desktopItem.CardSort)) { } else { if (desktopItem.CardSort.IndexOf(',') == -1) { switch (desktopItem.CardSort) { case "card1": break; case "card2": break; case "card3": break; case "card4": break; case "card5": break; case "card6": break; case "card7": break; case "card8": break; case "card9": break; case "card10": break; case "card11": break; case "card12": break; case "card13": break; default: break; } } else { foreach (var item in desktopItem.CardSort.Split(',')) { switch (item) { case "card1": break; case "card2": break; case "card3": break; case "card4": break; case "card5": break; case "card6": break; case "card7": break; case "card8": break; case "card9": break; case "card10": break; case "card11": break; case "card12": break; case "card13": break; default: break; } } } }
    }
    桌面设置
    0/3 个自建桌面
    @foreach (SSO_Drag_DesktopManageEntity item in ViewBag.DesktopList) {
    @item.DesktopName@(item.DefaultFlag == "1" ? "(默认桌面)" : "")
    8/8
    @(item.DefaultFlag == "1" ? "确认恢复默认设置?" : "确认删除该桌面?")
    }
    @if (DesktopList.Count() < 5) {
    新建桌面
    8/8
    保存该桌面?
    }
    完成
    @**@