Mercurial > hg > documentViewer
changeset 26:dcadb05c8dfb
new, less preliminary version 0.2
- lots of stuff rewritten
- new template system
- still no access control
author | casties |
---|---|
date | Fri, 07 Apr 2006 20:45:48 +0200 |
parents | e93fb8cadd3a |
children | 3ce65220672c |
files | zpt/head_main.zpt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/zpt/head_main.zpt Fri Apr 07 20:45:48 2006 +0200 +++ b/zpt/head_main.zpt Fri Apr 07 20:45:48 2006 +0200 @@ -1,5 +1,5 @@ <tal:block tal:define="docinfo options/docinfo"> - <span tal:condition="not:exists:docinfo/author">(no information)</span> + <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>