a099d68915
Initial Release; Includes Database and MVC refactoring
259 lines
7.3 KiB
C#
259 lines
7.3 KiB
C#
#pragma warning disable 1591
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.18051
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Disco.Web.Areas.Public.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.BI.Extensions;
|
|
using Disco.Models.Repository;
|
|
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("~/Areas/Public/Views/Shared/_Layout.cshtml")]
|
|
public partial class Layout : Disco.Services.Web.WebViewPage<dynamic>
|
|
{
|
|
public Layout()
|
|
{
|
|
}
|
|
public override void Execute()
|
|
{
|
|
|
|
#line 1 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
|
|
Html.BundleDeferred("~/Style/Site");
|
|
Html.BundleDeferred("~/ClientScripts/Core");
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n <meta");
|
|
|
|
WriteLiteral(" charset=\"utf-8\"");
|
|
|
|
WriteLiteral(" />\r\n <meta");
|
|
|
|
WriteLiteral(" http-equiv=\"X-UA-Compatible\"");
|
|
|
|
WriteLiteral(" content=\"IE=edge\"");
|
|
|
|
WriteLiteral(" />\r\n <title>Disco - ");
|
|
|
|
|
|
#line 10 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(CommonHelpers.BreadcrumbsTitle(ViewBag.Title));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("</title>\r\n");
|
|
|
|
WriteLiteral(" ");
|
|
|
|
|
|
#line 11 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(Html.BundleRenderDeferred());
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n");
|
|
|
|
WriteLiteral(" ");
|
|
|
|
|
|
#line 12 "..\..\Areas\Public\Views\Shared\_Layout.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(" class=\"clearfix\"");
|
|
|
|
WriteLiteral(">\r\n <div");
|
|
|
|
WriteLiteral(" id=\"heading\"");
|
|
|
|
WriteLiteral(">\r\n <a");
|
|
|
|
WriteAttribute("href", Tuple.Create(" href=\"", 535), Tuple.Create("\"", 580)
|
|
|
|
#line 19 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
, Tuple.Create(Tuple.Create("", 542), Tuple.Create<System.Object, System.Int32>(Url.Action(MVC.Public.Public.Index())
|
|
|
|
#line default
|
|
#line hidden
|
|
, 542), false)
|
|
);
|
|
|
|
WriteLiteral(">\r\n <img");
|
|
|
|
WriteAttribute("src", Tuple.Create(" src=\"", 612), Tuple.Create("\"", 662)
|
|
|
|
#line 20 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
, Tuple.Create(Tuple.Create("", 618), Tuple.Create<System.Object, System.Int32>(Links.ClientSource.Style.Images.Heading_png
|
|
|
|
#line default
|
|
#line hidden
|
|
, 618), false)
|
|
);
|
|
|
|
WriteLiteral(" alt=\"DISCO - ICT Asset Management\"");
|
|
|
|
WriteLiteral(" /></a>\r\n </div>\r\n <div");
|
|
|
|
WriteLiteral(" id=\"headerMenu\"");
|
|
|
|
WriteLiteral(">\r\n </div>\r\n </div>\r\n <nav>\r\n " +
|
|
" <ul");
|
|
|
|
WriteLiteral(" id=\"menu\"");
|
|
|
|
WriteLiteral(">\r\n <li>");
|
|
|
|
|
|
#line 27 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(Html.ActionLink("Public Reports", MVC.Public.Public.Index()));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("</li>\r\n <li");
|
|
|
|
WriteLiteral(" class=\"sep\"");
|
|
|
|
WriteLiteral("></li>\r\n <li");
|
|
|
|
WriteLiteral(" style=\"margin-left: 10px;\"");
|
|
|
|
WriteLiteral(">");
|
|
|
|
|
|
#line 29 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(Html.ActionLink("Disco Administration", MVC.Job.Index(), accesskey: "1"));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("</li>\r\n </ul>\r\n </nav>\r\n </header>\r\n <div" +
|
|
"");
|
|
|
|
WriteLiteral(" id=\"layout_PageHeading\"");
|
|
|
|
WriteLiteral(">");
|
|
|
|
|
|
#line 33 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(CommonHelpers.Breadcrumbs(ViewBag.Title));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("</div>\r\n <section");
|
|
|
|
WriteLiteral(" id=\"layout_Page\"");
|
|
|
|
WriteLiteral(">\r\n");
|
|
|
|
WriteLiteral(" ");
|
|
|
|
|
|
#line 35 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(RenderBody());
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n </section>\r\n <footer>\r\n Disco v");
|
|
|
|
|
|
#line 38 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(Disco.Web.DiscoApplication.Version);
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" ");
|
|
|
|
WriteLiteral("@ ");
|
|
|
|
|
|
#line 38 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(Disco.Web.DiscoApplication.OrganisationName);
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" | ");
|
|
|
|
|
|
#line 38 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(Html.ActionLink("Credits", MVC.Public.Public.Credits()));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral(" | ");
|
|
|
|
|
|
#line 38 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
Write(Html.ActionLink("Licence", MVC.Public.Public.Licence()));
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
WriteLiteral("\r\n </footer>\r\n </div>\r\n");
|
|
|
|
|
|
#line 41 "..\..\Areas\Public\Views\Shared\_Layout.cshtml"
|
|
|
|
|
|
#line default
|
|
#line hidden
|
|
|
|
#line 41 "..\..\Areas\Public\Views\Shared\_Layout.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
|