Changeset 1274
- Timestamp:
- 04/18/08 12:58:32 (7 months ago)
- Files:
-
- pleiades.vocabulary/trunk/pleiades/vocabulary/browser/thesauri_macros.pt (deleted)
- pleiades.vocabulary/trunk/pleiades/vocabulary/browser/vocabularies_index.pt (moved) (moved from pleiades.vocabulary/trunk/pleiades/vocabulary/browser/thesauri_index.pt)
- pleiades.vocabulary/trunk/pleiades/vocabulary/browser/vocabulary_macros.pt (moved) (moved from pleiades.vocabulary/trunk/pleiades/vocabulary/browser/thesaurus_macros.pt) (1 diff)
- pleiades.vocabulary/trunk/pleiades/vocabulary/browser/vocabulary_view.pt (moved) (moved from pleiades.vocabulary/trunk/pleiades/vocabulary/browser/thesaurus_view.pt)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pleiades.vocabulary/trunk/pleiades/vocabulary/browser/vocabulary_macros.pt
r1273 r1274 44 44 </tal:chunk> 45 45 </metal:termlisting_macro> 46 47 <metal:thesaurilisting_macro 48 define-macro="thesaurilisting" 49 > 50 <tal:chunk 51 tal:define="folderContents here/portal_vocabularies/getFolderContents" 52 > 53 <ul tal:condition="folderContents"> 54 <li tal:repeat="brain folderContents"> 55 <a 56 tal:content="string:${brain/getId}" 57 tal:attributes="href string:${brain/getId}" 58 > 59 THESAURUS 60 </a> 61 </li> 62 </ul> 63 </tal:chunk> 64 </metal:thesaurilisting_macro> 65 46 66 </body> 47 67 </html>
