File:  [Repository] / documentViewer / zpt / head_main.zpt
Revision 1.8: download - view: text, annotated - select for diffs - revision graph
Tue May 25 14:36:24 2010 UTC (14 years, 1 month ago) by casties
Branches: MAIN
CVS tags: elementtree, Root_elementtree, HEAD
reverting back to non-metal version for now

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