File:  [Repository] / documentViewer / zpt / page_main_text_dict.zpt
Revision 1.4.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jun 17 17:35:24 2010 UTC (14 years ago) by casties
Branches: metalify-1
Diff to: branchpoint 1.4: preferred, colored
update branch to latest version of HEAD (with modularisierung branch)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <!--  block used for definitions and scripts in head -->
  <metal:block metal:define-macro="head">
  </metal:block>
</head>
<body>
  <!-- block used for main content area -->
  <metal:block metal:define-macro="main" tal:define="pageinfo options/pageinfo; docinfo options/docinfo; highlightQuery pageinfo/highlightQuery|nothing; sn pageinfo/sn|nothing">
    <div tal:content="structure python:here.getTextPage(mode='text_dict',pn=pageinfo['current'],docinfo=docinfo,highlightQuery=highlightQuery,sn=sn,pageinfo=pageinfo)"/>
  </metal:block>
</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>