File:  [Repository] / documentViewer / zpt / head_main.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Apr 7 18:45:48 2006 UTC (18 years, 3 months ago) by casties
Branches: MAIN
CVS tags: roc_1, Root_roc_1, HEAD
new, less preliminary version 0.2
- lots of stuff rewritten
- new template system
- still no access control

<tal:block tal:define="docinfo options/docinfo">
  <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:content="docinfo/year"/>
  </tal:y>
</tal:block>

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