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, unified
more renovation

    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>

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