Populating initial tree

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038902
This commit is contained in:
rpaquay
2009-11-07 22:49:58 +00:00
parent 4bbf4167c2
commit 2d3cd1b304
700 changed files with 222319 additions and 0 deletions
@@ -0,0 +1,25 @@
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Orchard.CmsPages.ViewModels.PageCreateViewModel>" %>
<%@ Import Namespace="Orchard.Mvc.Html" %>
<!DOCTYPE html>
<html>
<head id="Head1" runat="server">
<title>Index2</title>
<% Html.Include("Head"); %>
</head>
<body>
<% Html.Include("Header"); %>
<div class="yui-u">
<h2 class="separator">Add a Page</h2>
<p class="bottomSpacer">
Select your layout from one of the templates below.</p>
</div>
<div class="yui-u">
<%using (Html.BeginForm()) { %>
<%= Html.ValidationSummary() %>
<%= Html.EditorForModel() %>
<%}/*EndForm*/%>
</div>
<% Html.Include("Footer"); %>
</body>
</html>