File:  [Repository] / documentViewer / zpt / head_main.zpt
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Fri Mar 19 11:42:40 2010 UTC (14 years, 3 months ago) by casties
Branches: MAIN
CVS tags: modularisierung, Root_modularisierung, HEAD
first version with new full-text infrastructure and slightly changed templates

<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>

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