annotate zpt/toc_figures.zpt @ 537:ad6f97fd3944

fixes closing tickets concerning tocs.
author casties
date Fri, 27 Jul 2012 17:09:59 +0200
parents 510bae2b593b
children 37d122560028
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
481
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml">
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
4 <head>
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
6 </head>
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
7 <body>
532
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
8 <div class="toc-container" metal:define-macro="main">
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
9 <div metal:use-macro="here/template/common_template/macros/toc_switcher" />
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
10 <!-- block used for main content area -->
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
11 <div class="tocbody figures"
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
12 tal:define="start pageinfo/start; tocsize docinfo/numFigureEntries; grpsize pageinfo/tocPageSize;
482
7ca8ac7db06e more new template stuff. more batching methods in documentViewer.
casties
parents: 481
diff changeset
13 batch python:here.getBatch(start=start,size=grpsize,end=tocsize);">
537
ad6f97fd3944 fixes closing tickets concerning tocs.
casties
parents: 535
diff changeset
14 <h4>Table of figures</h4>
532
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
15 <div class="ruler">
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
16 <metal:block metal:use-macro="here/template/common_template/macros/toc_ruler" />
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
17 </div>
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
18 <div class="content"
0b8bed1223ad new layout and styles.
casties
parents: 526
diff changeset
19 tal:content="structure python:here.getTocPage(mode='figures',start=start,pageinfo=pageinfo,docinfo=docinfo)" />
481
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
20 </div>
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
21 </div>
526
3f375a048402 moved search and dict into separate layers.
casties
parents: 518
diff changeset
22 <!-- /toc -->
481
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
23 </body>
0a0f7f570f90 more new templates
casties
parents: 122
diff changeset
24 </html>