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-text" metal:define-macro="main" |
---|
10 | tal:define="start pageinfo/start; tocsize docinfo/numTocEntries; grpsize pageinfo/tocPageSize; |
---|
11 | batch python:here.getBatch(start=start,size=grpsize,end=tocsize);"> |
---|
12 | <ul class="switcher"> |
---|
13 | <li><a |
---|
14 | tal:attributes="href python:here.getLink('tocMode','thumbs')">Thumbnails</a> |
---|
15 | </li> |
---|
16 | <li class="sel" |
---|
17 | tal:condition="python:docpath and docinfo.get('numTocEntries', None)"> |
---|
18 | <a tal:attributes="href python:here.getLink('tocMode','text')">Content</a> |
---|
19 | </li> |
---|
20 | <li |
---|
21 | tal:condition="python:docpath and docinfo.get('numFigureEntries', None)"> |
---|
22 | <a |
---|
23 | tal:attributes="href python:here.getLink('tocMode','figures')">Figures</a> |
---|
24 | </li> |
---|
25 | <li><a |
---|
26 | tal:attributes="href python:here.getLink('tocMode','none')">None</a> |
---|
27 | </li> |
---|
28 | </ul> |
---|
29 | <div class="ruler"> |
---|
30 | <metal:block metal:use-macro="here/template/common_template/macros/toc_ruler"/> |
---|
31 | </div> |
---|
32 | <div class="content" |
---|
33 | tal:content="structure python:here.getTocPage(mode='text',start=start,pageinfo=pageinfo,docinfo=docinfo)" /> |
---|
34 | </div> |
---|
35 | <!-- toc --> |
---|
36 | </body> |
---|
37 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.