Copying CmsPages' templates to Orchard.Web temporarily so pages can be viewed in the module's current state

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044455
This commit is contained in:
skewed
2009-12-22 17:25:53 +00:00
parent 7a4bdfbd2c
commit 576d33811e
5 changed files with 110 additions and 10 deletions
@@ -17,8 +17,8 @@ author: Jon
<body>
<div id="page">
<div id="header">
<% Html.Include("header"); %>
<% Html.Include("Navigation"); %>
<%-- <% Html.Include("header"); %>
--%><%-- <% Html.Include("Navigation"); %>--%>
</div>
<ul id="main">
@@ -32,8 +32,8 @@ author: Jon
<%= Html.IncludeZone("Right sidebar") %>
</li>
<li id="footer" class="clear">
<% Html.Include("footer"); %>
</li>
<%-- <% Html.Include("footer"); %>
--%> </li>
</ul>
</div>
@@ -33,14 +33,14 @@ author: Jon
<div id="header">
<div id="innerheader">
<% Html.Include("header"); %>
</div>
<%--<% Html.Include("header"); %>
--%></div>
</div>
<div id="page">
<div id="sideBar">
<% Html.Include("Navigation"); %>
<%= Html.IncludeZone("Right sidebar") %>
<%--<% Html.Include("Navigation"); %>
--%><%= Html.IncludeZone("Right sidebar") %>
</div>
<div id="main">
@@ -48,8 +48,8 @@ author: Jon
</div>
<div id="footer">
<% Html.Include("footer"); %>
</div>
<%-- <% Html.Include("footer"); %>
--%></div>
</div>
</body>
</html>