@model Neo.LegitimateLicences.Common.ViewModels.ResponsiveAppWorkflowModel @using Neo.Afx.ComponentModel @using Neo.Afx.Security @using Neo.Afx.Mvc @using System.Linq; @using Neo.LegitimateLicences.Common; @{ var userSecurables = (Profile != null && ((Neo.Afx.Security.UserProfile)Profile).Securables != null) ? ((Neo.Afx.Security.UserProfile)Profile).Securables.ToList() : null; } @{ var profile = ((Neo.Afx.Security.UserProfile)Profile); var formLinkText = (ViewData["FormLinkTitle"] == null) ? "Form" : ViewData["FormLinkTitle"]; } Legiti-mate > @ViewBag.Controller > @ViewBag.Page @*CSS Files*@ @*Core JS Files*@
@**************************MENUBAR START********************************************@ @**************************MENUBAR END********************************************@ @Html.Partial("_WorkflowLayout.ActionBar")
@RenderBody()
@Html.Partial("_WorkflowLayout.QuickSidebar")