@*@{
ViewBag.Title = "未读消息";
Layout = "~/Views/Shared/_Index.cshtml";
}
*@
未读消息提醒
@Html.AppendCssFile(
"/Views/LR_Content/style/lr-common.css",
"/Views/LR_Content/style/lr-iframe-index.css",
"~/Content/jquery/plugin/toastr/toastr.css"
)
@Html.AppendJsFile(
"~/Content/jquery/plugin/toastr/toastr.min.js",
"~/Views/LR_Content/script/lr-admin.js",
"~/Views/LR_Content/script/lr-clientdata.js",
"~/Content/jquery/plugin/fullcalendar/js/jquery-1.7.2.min.js",
"~/Areas/LR_Desktop/Views/MessageRind/Index.js"
)