@model Neo.LegitimateLicences.Common.ViewModels.ResponsiveAppWorkflowModel @using System.Linq @if (Request.IsAuthenticated && Neo.Afx.Security.UserProfile.Current != null && Neo.Afx.Security.UserProfile.Current.UserID != 0) { if (Neo.Afx.Security.UserProfile.Current.IsPasswordExpired) { Response.Redirect("~/Auth/ResetPassword"); } var httpCookie = Response.Cookies["id"]; if (httpCookie != null) { httpCookie.Value = Neo.Afx.Security.UserProfile.Current.UserID.ToString(); httpCookie.Expires = DateTime.Now.AddDays(30); } } else { Response.Write("Access Denied"); Response.End(); } LegitimateLicences - verify, report, simplify @*Needed for datepicker*@ @*Needed for picker*@ @*custom changes while Luke's busy*@ @RenderBody()

Loading...

@*
Menu

LegitimateLicences - verify, report, simplify

*@
@**@
@if (Model.IsNotificationsVisible) {
Notifications
} @**@ @**@ @* *@ @*All needed jquery ui scripts*@ @* *@ @* *@ @**@ @**@ @**@ @*Used For datepicker extender*@ @Html.Partial("_Urls") @*Used For xml picker templates*@ @*Has to be added after the _Urls as this will set the app.serviceUrl that is used to point at the respective Services for Querying the intergration point*@ @**@ @*Tags*@ @**@ @* *@ @RenderSection("CustomJavascriptFiles", false)