Annotation of documentViewer/zpt/head_main.zpt, revision 1.8.2.1

1.8.2.1 ! casties     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"/>
1.8       casties     4: </tal:block>

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