Some initial work on admin view cleanup.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4041367
This commit is contained in:
skewed
2009-11-19 09:28:45 +00:00
parent 0a329de071
commit 8863709314
25 changed files with 83 additions and 313 deletions

View File

@@ -3,15 +3,7 @@
<%@ Import Namespace="Orchard.Utility"%>
<%@ Import Namespace="Orchard.CmsPages.Services.Templates"%>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<!DOCTYPE html>
<html>
<head id="Head1" runat="server">
<title>Index2</title>
<% Html.Include("Head"); %>
</head>
<body>
<% Html.Include("Header"); %>
<% Html.Include("Header"); %>
<%using (Html.BeginForm()) { %>
<div class="yui-u">
<h2 class="separator">Publish later</h2>
@@ -41,6 +33,4 @@
}%>
</div>
<%}/*EndForm*/%>
<% Html.Include("Footer"); %>
</body>
</html>
<% Html.Include("Footer"); %>