More theming work

Continued work towards making zone classes obsolete
Shape table construction per theme
Adding display helper to webforms view classes

--HG--
branch : theming
This commit is contained in:
Louis DeJardin
2010-09-05 04:06:18 -07:00
parent b3e489a27b
commit 77c48fb42a
44 changed files with 572 additions and 250 deletions

View File

@@ -0,0 +1,4 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %>
<div class="zone zone-<%:Model.ZoneName %>">
<%foreach (var item in Model.Items) {%><%:Display(item)%><%}%>
</div>