annotate zpt/viewer/toc_handwritten.zpt @ 635:8d460ddb45b7 default tip

update digilib dirInfo-xml path.
author casties
date Fri, 06 May 2016 18:59:35 +0200
parents da7daa783df4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
577
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
3 <html xmlns="http://www.w3.org/1999/xhtml">
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
4 <head>
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
6 </head>
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
7 <body>
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
8 <div class="toc-container" metal:define-macro="main">
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
9 <div metal:use-macro="here/template/common_template/macros/toc_switcher" />
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
10 <!-- block used for main content area -->
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
11 <div class="tocbody figures"
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
12 tal:define="start pageinfo/start; tocsize docinfo/numHandwritten; grpsize pageinfo/tocPageSize;
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
13 batch python:here.getBatch(start=start,size=grpsize,end=tocsize);">
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
14 <h4>Table of handwritten notes</h4>
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
15 <div class="ruler top">
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
16 <metal:block metal:use-macro="here/template/common_template/macros/toc_ruler" />
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
17 </div>
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
18 <div class="content"
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
19 tal:content="structure python:here.getTocPage(mode='handwritten',start=start,pageinfo=pageinfo,docinfo=docinfo)" />
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
20 <div class="ruler bottom">
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
21 <metal:block metal:use-macro="here/template/common_template/macros/toc_ruler" />
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
22 </div>
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
23 </div>
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
24 </div>
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
25 <!-- /toc -->
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
26 </body>
9251719154a3 toc with list of handwritten notes.
casties
parents:
diff changeset
27 </html>