annotate zpt/page_main_text_dict.zpt @ 118:18716d722f47

*** empty log message ***
author abukhman
date Tue, 25 May 2010 11:52:00 +0200
parents fd2e11a1c369
children 6548a620b766
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
118
18716d722f47 *** empty log message ***
abukhman
parents: 93
diff changeset
1
93
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
4 <html xmlns="http://www.w3.org/1999/xhtml">
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
5 <head>
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
7 <!-- block used for definitions and scripts in head -->
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
8 <metal:block metal:define-macro="head">
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
9 </metal:block>
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
10 </head>
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
11 <body>
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
12 <!-- block used for main content area -->
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
13 <metal:block metal:define-macro="main">
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
14 <div tal:content="structure python:here.getTextPage(mode='text_dict',pn=pageinfo['current'],docinfo=docinfo)"></div>
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
15 </metal:block>
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
16 </body>
fd2e11a1c369 more changed templates, now with metal:use-macro
casties
parents: 90
diff changeset
17 </html>
118
18716d722f47 *** empty log message ***
abukhman
parents: 93
diff changeset
18