source: documentViewer/zpt/head_main.zpt @ 477:17f0290b2327

elementtree
Last change on this file since 477:17f0290b2327 was 460:76bc2317146f, checked in by casties, 13 years ago

more renovation

File size: 380 bytes
Line 
1<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; formattedLabel python:here.metadata.getFormattedLabel(bibdata=docinfo.get('bib',None))">
2  <span tal:condition="not:formattedLabel" tal:content="string:(no bibliographical information for ${docinfo/bib_type})"/>
3  <span tal:condition="formattedLabel" tal:content="structure formattedLabel"/>
4</tal:block>
Note: See TracBrowser for help on using the repository browser.