annotate zpt/head_main.zpt @ 443:ad5c3dedfc18
*** empty log message ***
| author |
abukhman |
| date |
Tue, 10 May 2011 17:24:55 +0200 |
| parents |
027134cca83e |
| children |
76bc2317146f |
| rev |
line source |
|
122
|
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>
|