File:  [Repository] / documentViewer / zpt / head_main.zpt
Revision 1.8.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Jul 20 19:36:57 2011 UTC (12 years, 11 months ago) by casties
Branches: elementtree
Diff to: branchpoint 1.8: preferred, colored
more renovation

<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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>