A bit more work getting content display in order

- content title added to the item shape (@Model.Title)
- some rough content item shape structure - needs real body zones and footer (need header @ footer markup at least as zone wrappers in a way so if there is nothing in the zone the tags aren't rendered)
- page title usage back in the picture though (impl.) not really touched
- contents and routable display type actions all falling back to the core shaped "Display" view

--HG--
branch : theming
This commit is contained in:
Nathan Heskew
2010-09-13 14:26:07 -07:00
parent a49555d6ab
commit a996aac51f
15 changed files with 32 additions and 37 deletions

View File

@@ -8,14 +8,14 @@ WorkContext.Page == Layout shape
Document [:Layout]
Layout (.Wrappers[Document])
Layout (Body) (.Wrappers[Document])
.Zones (meta-property)
.Title
Zone
.ZoneName
Menu
Menu (in Body.Navigation)
.MenuName
MenuItem
@@ -32,9 +32,10 @@ List: ul|ol + li*
.ItemClasses
.ItemAttributes
Items_Content
Items_Content (a single content item)
.Zones (meta-property)
.ContentItem (clr object)
.Title (from Orchard.Core.Routable(.Handlers.RoutePartHandler))
PlaceChildContent
.Source (another shape, presumed rendered)