Changeset 833
- Timestamp:
- 06/14/07 10:58:11 (2 years ago)
- Files:
-
- Bibliomane/trunk/bibliomane/browser/corp.pt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Bibliomane/trunk/bibliomane/browser/corp.pt
r832 r833 31 31 </div> 32 32 33 <!-- Relationships 33 <!-- Relationships --> 34 34 35 35 <h2>Relationships</h2> 36 36 37 <h3> Is a Realization of</h3>37 <h3>Creations</h3> 38 38 39 <div class="widget"> 40 <a href=".." 41 tal:content="context/__parent__/title"> 42 ITEM 39 <div class="widget" tal:repeat="work view/creations"> 40 <a 41 tal:attributes="href work/@@absolute_url" 42 tal:content="work/title"> 43 WORK 43 44 </a> 44 45 </div> 46 47 <h3>Realizations</h3> 45 48 46 <h3>Is Embodied in</h3> 47 48 <div class="widget" tal:repeat="item context/values"> 49 <a 50 tal:attributes="href item/@@absolute_url" 51 tal:content="item/title|string:Untitled"> 52 ITEM 49 <div class="widget" tal:repeat="work view/realizations"> 50 <a 51 tal:attributes="href work/@@absolute_url" 52 tal:content="work/title"> 53 WORK 53 54 </a> 54 55 </div> 55 56 --> 56 57 <h3>Productions</h3> 58 59 <div class="widget" tal:repeat="work view/productions"> 60 <a 61 tal:attributes="href work/@@absolute_url" 62 tal:content="work/title"> 63 WORK 64 </a> 65 </div> 66 67 <h3>Items</h3> 68 69 <div class="widget" tal:repeat="work view/items"> 70 <a 71 tal:attributes="href work/@@absolute_url" 72 tal:content="work/title"> 73 WORK 74 </a> 75 </div> 57 76 58 77 </body>
