comparison 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
comparison
equal deleted inserted replaced
1:312446f900da 495:ede0c93de798
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <!-- block used for definitions and scripts in head -->
7 <metal:block metal:define-macro="head">
8 </metal:block>
9 </head>
10 <body>
11 <!-- block used for main content area -->
12 <metal:block metal:define-macro="main" tal:define="pageinfo options/pageinfo; docinfo options/docinfo; highlightQuery pageinfo/highlightQuery|nothing; sn pageinfo/sn|nothing">
13 <div tal:content="structure python:here.getTextPage(mode='text_dict',pn=pageinfo['current'],docinfo=docinfo,highlightQuery=highlightQuery,sn=sn,pageinfo=pageinfo)"/>
14 </metal:block>
15 </body>
16 </html>