27c21175d7
Migrate much of BI to Services. Added Wireless Profile Provider plugin feature. Added Certificate Authority Provider plugin feature. Modified Certificate Provider plugin feature. Database migration v17, for Device Profiles. Enrolment Client Updated to support CA Certificates, Wireless Profiles and Hardware Info. New Client Enrolment Protocol to support new features. Plugin Manifest Generator added to main solution. Improved AD search performance.
330 lines
9.1 KiB
C#
330 lines
9.1 KiB
C#
#pragma warning disable 1591
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Disco.Web.Views.Shared
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using System.Linq;
|
|
using System.Net;
|
|
using System.Text;
|
|
using System.Web;
|
|
using System.Web.Helpers;
|
|
using System.Web.Mvc;
|
|
using System.Web.Mvc.Ajax;
|
|
using System.Web.Mvc.Html;
|
|
using System.Web.Routing;
|
|
using System.Web.Security;
|
|
using System.Web.UI;
|
|
using System.Web.WebPages;
|
|
using Disco;
|
|
using Disco.Models.Repository;
|
|
using Disco.Services;
|
|
using Disco.Services.Authorization;
|
|
using Disco.Services.Web;
|
|
using Disco.Web;
|
|
using Disco.Web.Extensions;
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("RazorGenerator", "2.0.0.0")]
|
|
[System.Web.WebPages.PageVirtualPathAttribute("~/Views/Shared/_PublicLayout.cshtml")]
|
|
public partial class _PublicLayout : Disco.Services.Web.WebViewPage<dynamic>
|
|
{
|
|
public _PublicLayout()
|
|
{
|
|
}
|
|
public override void Execute()
|
|
{
|
|
|
|
#line 1 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
|
|
Html.BundleDeferred("~/Style/Site");
|
|
Html.BundleDeferred("~/ClientScripts/Core");
|
|
bool isMaintenanceMode = ViewContext.ViewData.ContainsKey("IsMaintenanceMode");
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <title>Disco ICT");
|
|
|
|
|
|
#line 9 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
if (ViewBag.Title != null)
|
|
{
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" - ");
|
|
|
|
|
|
#line 10 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(CommonHelpers.BreadcrumbsTitle(ViewBag.Title));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 10 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
}
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("</title>\r\n <link");
|
|
|
|
WriteLiteral(" rel=\"shortcut icon\"");
|
|
|
|
WriteLiteral(" type=\"image/x-icon\"");
|
|
|
|
WriteLiteral(" href=\"/favicon.ico?v=20131224c\"");
|
|
|
|
WriteLiteral(" />\r\n <meta");
|
|
|
|
WriteLiteral(" name=\"application-name\"");
|
|
|
|
WriteLiteral(" content=\"Disco ICT\"");
|
|
|
|
WriteLiteral(" />\r\n <meta");
|
|
|
|
WriteLiteral(" name=\"msapplication-starturl\"");
|
|
|
|
WriteLiteral(" content=\"/\"");
|
|
|
|
WriteLiteral(" />\r\n <meta");
|
|
|
|
WriteLiteral(" name=\"msapplication-tooltip\"");
|
|
|
|
WriteLiteral(" content=\"Open Disco ICT\"");
|
|
|
|
WriteLiteral(" />\r\n");
|
|
|
|
WriteLiteral(" ");
|
|
|
|
|
|
#line 15 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(Html.BundleRenderDeferred());
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n");
|
|
|
|
WriteLiteral(" ");
|
|
|
|
|
|
#line 16 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(RenderSection("head", false));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n</head>\r\n<body");
|
|
|
|
WriteLiteral(" class=\"layout\"");
|
|
|
|
WriteLiteral(">\r\n <div");
|
|
|
|
WriteLiteral(" class=\"page\"");
|
|
|
|
WriteLiteral(">\r\n <header>\r\n <div");
|
|
|
|
WriteLiteral(" id=\"heading\"");
|
|
|
|
WriteLiteral(">\r\n <a");
|
|
|
|
WriteAttribute("href", Tuple.Create(" href=\"", 821), Tuple.Create("\"", 866)
|
|
|
|
#line 22 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
, Tuple.Create(Tuple.Create("", 828), Tuple.Create<System.Object, System.Int32>(Url.Action(MVC.Public.Public.Index())
|
|
|
|
#line default
|
|
#line hidden
|
|
, 828), false)
|
|
);
|
|
|
|
WriteLiteral("><i");
|
|
|
|
WriteLiteral(" title=\"Disco ICT - Public\"");
|
|
|
|
WriteLiteral("></i></a>\r\n </div>\r\n");
|
|
|
|
|
|
#line 24 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 24 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
if (!isMaintenanceMode)
|
|
{
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n <nav>\r\n <ul");
|
|
|
|
WriteLiteral(" id=\"menu\"");
|
|
|
|
WriteLiteral(">\r\n <li");
|
|
|
|
WriteLiteral(" class=\"active\"");
|
|
|
|
WriteLiteral(">");
|
|
|
|
|
|
#line 28 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(Html.ActionLink("Reports", MVC.Public.Public.Index()));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("</li>\r\n <li>");
|
|
|
|
|
|
#line 29 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(Html.ActionLink("Administration", MVC.Job.Index(), accesskey: "1"));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("</li>\r\n </ul>\r\n </nav>\r\n ");
|
|
|
|
|
|
#line 32 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
}
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" </header>\r\n");
|
|
|
|
|
|
#line 34 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 34 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
if (ViewBag.Title != null)
|
|
{
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("<div");
|
|
|
|
WriteLiteral(" id=\"layout_PageHeading\"");
|
|
|
|
WriteLiteral(">");
|
|
|
|
|
|
#line 35 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(CommonHelpers.Breadcrumbs(ViewBag.Title));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("</div>");
|
|
|
|
|
|
#line 35 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
}
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" <section");
|
|
|
|
WriteLiteral(" id=\"layout_Page\"");
|
|
|
|
WriteLiteral(">\r\n");
|
|
|
|
WriteLiteral(" ");
|
|
|
|
|
|
#line 37 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(RenderBody());
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n </section>\r\n <footer>\r\n Disco ICT v");
|
|
|
|
|
|
#line 40 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(Disco.Web.DiscoApplication.Version);
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" ");
|
|
|
|
|
|
#line 40 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
if (!isMaintenanceMode)
|
|
{
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("@ ");
|
|
|
|
|
|
#line 41 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(Disco.Web.DiscoApplication.OrganisationName);
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" | ");
|
|
|
|
|
|
#line 41 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(Html.ActionLink("Credits", MVC.Public.Public.Credits()));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" | ");
|
|
|
|
|
|
#line 41 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Write(Html.ActionLink("Licence", MVC.Public.Public.Licence()));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 41 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
}
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" </footer>\r\n </div>\r\n");
|
|
|
|
|
|
#line 44 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 44 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
Disco.Services.Plugins.Features.UIExtension.UIExtensions.ExecuteExtensionResult(this);
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n</body>\r\n</html>\r\n");
|
|
|
|
}
|
|
}
|
|
}
|
|
#pragma warning restore 1591
|