source: documentViewer/zpt/head_main.zpt @ 122:027134cca83e

Last change on this file since 122:027134cca83e was 122:027134cca83e, checked in by casties, 14 years ago

reverting back to non-metal version for now

File size: 437 bytes
Line 
1<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode python:options.get('viewMode','images')">
2  <span tal:condition="not:exists:docinfo/author">(no bibliographical information)</span>
3  <tal:y tal:condition="exists:docinfo/author">
4    <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/><i tal:condition="exists:docinfo/year" tal:content="string:,${docinfo/year}"/>
5  </tal:y>
6</tal:block>
Note: See TracBrowser for help on using the repository browser.