annotate zpt/head_main.zpt @ 91:b8c491e52ebc

new version with new full-text infrastructure and some more changed templates
author casties
date Thu, 08 Apr 2010 13:04:51 +0200
parents 4938ce551ae8
children 727fa536860c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
49
a10fff6199b0 verbesserung f?r text unterst?tzung, text kann jetzt aus url kommen, sprache bisher nur deutsch
dwinter
parents: 26
diff changeset
1 <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode python:options.get('viewMode','images')">
26
dcadb05c8dfb new, less preliminary version 0.2
casties
parents: 24
diff changeset
2 <span tal:condition="not:exists:docinfo/author">(no bibliographical information)</span>
24
2204e028811b preliminary version 0.2
casties
parents:
diff changeset
3 <tal:y tal:condition="exists:docinfo/author">
69
3b3c7cadd013 head_main works without year
casties
parents: 53
diff changeset
4 <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/><i tal:condition="exists:docinfo/year" tal:content="string:,${docinfo/year}"/>
24
2204e028811b preliminary version 0.2
casties
parents:
diff changeset
5 </tal:y>
2204e028811b preliminary version 0.2
casties
parents:
diff changeset
6 </tal:block>