annotate zpt/head_main.zpt @ 92:727fa536860c

more changed templates, now with metal:use-macro zogilib mostly working
author casties
date Fri, 09 Apr 2010 20:33:53 +0200
parents 4938ce551ae8
children 027134cca83e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
92
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml">
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
4 <head>
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
6 </head>
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
7 <body>
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
8 <!-- block used for main content area -->
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
9 <metal:block metal:define-macro="main">
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
10 <div class="page_head">
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
11 <span tal:condition="not:exists:docinfo/author">(no bibliographical information)</span>
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
12 <tal:block tal:condition="exists:docinfo/author">
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
13 <b tal:content="docinfo/author"/>,<i tal:content="docinfo/title"/><i tal:condition="exists:docinfo/year" tal:content="string:,${docinfo/year}"/>
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
14 </tal:block>
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
15 </div>
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
16 </metal:block>
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
17 </body>
727fa536860c more changed templates, now with metal:use-macro
casties
parents: 88
diff changeset
18 </html>