source: documentViewer/zpt/toc_figures.zpt @ 526:3f375a048402

Last change on this file since 526:3f375a048402 was 526:3f375a048402, checked in by casties, 12 years ago

moved search and dict into separate layers.
removed search_template.
added tocMode=concordance.
fixed bug with paging tocs.

File size: 937 bytes
Line 
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</head>
7<body>
8  <!-- block used for main content area -->
9  <div class="toc-figures" metal:define-macro="main"
10    tal:define="start pageinfo/start; tocsize docinfo/numFigureEntries; grpsize pageinfo/tocPageSize;
11                batch python:here.getBatch(start=start,size=grpsize,end=tocsize);">
12    <div metal:use-macro="here/template/common_template/macros/toc_switcher"/>
13    <div class="ruler">
14        <metal:block metal:use-macro="here/template/common_template/macros/toc_ruler"/>
15    </div>
16    <div class="content"
17      tal:content="structure python:here.getTocPage(mode='figures',start=start,pageinfo=pageinfo,docinfo=docinfo)" />
18  </div>
19  <!-- /toc -->
20</body>
21</html>
Note: See TracBrowser for help on using the repository browser.