#20983: Removing unneeded and wrong SafeMode Document template

Work Item: 20983
This commit is contained in:
Lombiq
2015-02-20 19:26:45 +01:00
committed by Zoltán Lehóczky
parent 26c6017b0a
commit 1c1bc9d851
2 changed files with 0 additions and 24 deletions

View File

@@ -1,23 +0,0 @@
@using Orchard.Mvc.Html;
@using Orchard.UI.Resources;
@{
RegisterLink(new LinkEntry {Type = "image/x-icon", Rel = "shortcut icon", Href = Url.Content("~/modules/orchard.themes/Content/orchard.ico")});
Script.Include("html5.js").UseCondition("lt IE 9").AtHead();
string title = Convert.ToString(Model.Title);
string siteName = Convert.ToString(WorkContext.CurrentSite.SiteName);
}
<!DOCTYPE html>
<html lang="@WorkContext.CurrentCulture" class="static @Html.ClassForPage()">
<head>
<meta charset="utf-8" />
<title>@Html.Title(title, siteName)</title>
@Display(Model.Head)
<script> (function (d) { d.className = "dyn" + d.className.substring(6, d.className.length); })(document.documentElement);</script>
</head>
<body>
@* Layout (template) is in the Body zone @ the default position (nothing, zero, zilch) *@
@Display(Model.Body)
@Display(Model.Tail)
</body>
</html>

View File

@@ -109,7 +109,6 @@
<Content Include="TheAdmin\Styles\images\tableHeaderBackgroundRed.gif" />
<Content Include="TheAdmin\Styles\site.css" />
<Content Include="TheAdmin\Theme.txt" />
<Content Include="SafeMode\Views\Document.cshtml" />
<Content Include="TheAdmin\Views\Layout.cshtml" />
</ItemGroup>
<ItemGroup>