annotate zpt/head_main.zpt @ 479:fe5b0e4ac5f2
elementtree
starting new templates in product
author |
casties |
date |
Mon, 15 Aug 2011 11:58:56 +0200 |
parents |
76bc2317146f |
children |
50a28442f21c |
rev |
line source |
460
|
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"/>
|
122
|
4 </tal:block>
|