view zpt/info_xml.zpt @ 526:3f375a048402

moved search and dict into separate layers. removed search_template. added tocMode=concordance. fixed bug with paging tocs.
author casties
date Tue, 10 Apr 2012 19:41:44 +0200
parents cc1d3d22ca72
children
line wrap: on
line source

<?xml version="1.0"?>
<document-parameters xmlns:tal="http://xml.zope.org/namespaces/tal" tal:define="docinfo options/docinfo">
  <parameter tal:repeat="info docinfo" tal:attributes="name info; value python:docinfo[info]"/>
</document-parameters>