Mercurial > hg > documentViewer
view zpt/head_main.zpt @ 472:9705161bc888 elementtree
more cleanup
author | casties |
---|---|
date | Thu, 04 Aug 2011 18:13:13 +0200 |
parents | 76bc2317146f |
children | 50a28442f21c |
line wrap: on
line source
<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; formattedLabel python:here.metadata.getFormattedLabel(bibdata=docinfo.get('bib',None))"> <span tal:condition="not:formattedLabel" tal:content="string:(no bibliographical information for ${docinfo/bib_type})"/> <span tal:condition="formattedLabel" tal:content="structure formattedLabel"/> </tal:block>