Mercurial > hg > documentViewer
comparison zpt/toc_none.zpt @ 513:67095296c95a
Merge from elementtree branch
92a6443a6f16ff25674d43814ec0d6c0a43a5e1a
author | casties |
---|---|
date | Tue, 28 Feb 2012 19:10:08 +0100 |
parents | fe319aa0ba30 |
children | 3f375a048402 |
comparison
equal
deleted
inserted
replaced
497:73fb73577961 | 513:67095296c95a |
---|---|
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-none" metal:define-macro="main"> | |
10 <ul class="switcher"> | |
11 <li> | |
12 <a tal:attributes="href python:here.getLink('tocMode','thumbs')">Thumbnails</a> | |
13 </li> | |
14 <li tal:condition="python:docpath and docinfo.get('numTocEntries', None)"> | |
15 <a tal:attributes="href python:here.getLink('tocMode','text')">Content</a> | |
16 </li> | |
17 <li tal:condition="python:docpath and docinfo.get('numFigureEntries', None)"> | |
18 <a tal:attributes="href python:here.getLink('tocMode','figures')">Figures</a> | |
19 </li> | |
20 <li class="sel"> | |
21 <a tal:attributes="href python:here.getLink('tocMode','none')">None</a> | |
22 </li> | |
23 </ul> | |
24 <div class="content"></div> | |
25 </div> | |
26 <!-- toc --> | |
27 </body> | |
28 </html> |