annotate zpt/viewer/toc_notes.zpt @ 627:98fe8e168c01

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