annotate zpt/page_main_text_dict.zpt @ 495:ede0c93de798 metalify-1

update branch to latest version of HEAD (with modularisierung branch)
author casties
date Thu, 17 Jun 2010 19:35:24 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
495
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml">
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
4 <head>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
6 <!-- block used for definitions and scripts in head -->
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
7 <metal:block metal:define-macro="head">
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
8 </metal:block>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
9 </head>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
10 <body>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
11 <!-- block used for main content area -->
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
12 <metal:block metal:define-macro="main" tal:define="pageinfo options/pageinfo; docinfo options/docinfo; highlightQuery pageinfo/highlightQuery|nothing; sn pageinfo/sn|nothing">
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
13 <div tal:content="structure python:here.getTextPage(mode='text_dict',pn=pageinfo['current'],docinfo=docinfo,highlightQuery=highlightQuery,sn=sn,pageinfo=pageinfo)"/>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
14 </metal:block>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
15 </body>
ede0c93de798 update branch to latest version of HEAD (with modularisierung branch)
casties
parents:
diff changeset
16 </html>