annotate zpt/page_main_text.zpt @ 496:f83ffab77502 metalify-1

last version from HEAD new zogilib version
author casties
date Fri, 18 Jun 2010 21:41:28 +0200
parents ede0c93de798
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 python:options.get('pageinfo',None); docinfo python:options.get('docinfo',None) ;highlightQuery python:pageinfo.get('highlightQuery','');sn python:pageinfo.get('sn','')">
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',pn=pageinfo['current'],docinfo=docinfo, highlightQuery=highlightQuery, sn=sn, pageinfo=pageinfo)"></div>
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>