Mercurial > hg > documentViewer
view zpt/head_main.zpt @ 201:1eb52dc59d38
*** empty log message ***
| author | abukhman |
|---|---|
| date | Tue, 05 Oct 2010 14:13:11 +0200 |
| parents | 027134cca83e |
| children | 76bc2317146f |
line wrap: on
line source
<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode python:options.get('viewMode','images')"> <span tal:condition="not:exists:docinfo/author">(no bibliographical information)</span> <tal:y tal:condition="exists:docinfo/author"> <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/><i tal:condition="exists:docinfo/year" tal:content="string:,${docinfo/year}"/> </tal:y> </tal:block>
