source: documentViewer/zpt/toc_text.zpt @ 534:9009cf0b0532

Last change on this file since 534:9009cf0b0532 was 532:0b8bed1223ad, checked in by casties, 12 years ago

new layout and styles.

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