Changeset 1274

Show
Ignore:
Timestamp:
04/18/08 12:58:32 (7 months ago)
Author:
sgillies
Message:

Renaming

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pleiades.vocabulary/trunk/pleiades/vocabulary/browser/vocabulary_macros.pt

    r1273 r1274  
    4444      </tal:chunk> 
    4545    </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 
    4666  </body> 
    4767</html>