source: documentViewer/zpt/head_main.zpt @ 31:c6451e8d5d23

Last change on this file since 31:c6451e8d5d23 was 26:dcadb05c8dfb, checked in by casties, 18 years ago

new, less preliminary version 0.2

  • lots of stuff rewritten
  • new template system
  • still no access control
File size: 314 bytes
Line 
1<tal:block tal:define="docinfo options/docinfo">
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:content="docinfo/year"/>
5  </tal:y>
6</tal:block>
Note: See TracBrowser for help on using the repository browser.