2281313966
Updated to 'Initial Config' theme
331 lines
9.1 KiB
C#
331 lines
9.1 KiB
C#
#pragma warning disable 1591
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.34014
|
|
//
|
|
// 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.BI.Extensions;
|
|
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");
|
|
|
|
|
|
#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\"");
|
|
|
|
WriteLiteral(" />\r\n <meta");
|
|
|
|
WriteLiteral(" name=\"msapplication-starturl\"");
|
|
|
|
WriteLiteral(" content=\"/\"");
|
|
|
|
WriteLiteral(" />\r\n <meta");
|
|
|
|
WriteLiteral(" name=\"msapplication-tooltip\"");
|
|
|
|
WriteLiteral(" content=\"Open Disco\"");
|
|
|
|
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=\"", 809), Tuple.Create("\"", 844)
|
|
|
|
#line 22 "..\..\Views\Shared\_PublicLayout.cshtml"
|
|
, Tuple.Create(Tuple.Create("", 816), Tuple.Create<System.Object, System.Int32>(Url.Action(MVC.Job.Index())
|
|
|
|
#line default
|
|
#line hidden
|
|
, 816), false)
|
|
);
|
|
|
|
WriteLiteral("><i");
|
|
|
|
WriteLiteral(" title=\"Disco - ICT Management\"");
|
|
|
|
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 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
|