annotate zpt/head_main.zpt @ 467:8b75d55582e8 elementtree

test new getdata
author casties
date Tue, 02 Aug 2011 12:35:05 +0200
parents 76bc2317146f
children 50a28442f21c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
460
76bc2317146f more renovation
casties
parents: 122
diff changeset
1 <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; formattedLabel python:here.metadata.getFormattedLabel(bibdata=docinfo.get('bib',None))">
76bc2317146f more renovation
casties
parents: 122
diff changeset
2 <span tal:condition="not:formattedLabel" tal:content="string:(no bibliographical information for ${docinfo/bib_type})"/>
76bc2317146f more renovation
casties
parents: 122
diff changeset
3 <span tal:condition="formattedLabel" tal:content="structure formattedLabel"/>
122
027134cca83e reverting back to non-metal version for now
casties
parents: 92
diff changeset
4 </tal:block>