comparison zpt/common_template.zpt @ 577:9251719154a3

toc with list of handwritten notes.
author casties
date Thu, 18 Oct 2012 17:53:09 +0200
parents f1906951be2a
children 011905457a5f
comparison
equal deleted inserted replaced
576:b2c7e272e075 577:9251719154a3
110 <li tal:attributes="class python:here.getStyle(tocMode, 'none')"><span><a 110 <li tal:attributes="class python:here.getStyle(tocMode, 'none')"><span><a
111 tal:omit-tag="python:tocMode=='none'" tal:attributes="href python:here.getLink('tocMode','none')">None</a></span></li> 111 tal:omit-tag="python:tocMode=='none'" tal:attributes="href python:here.getLink('tocMode','none')">None</a></span></li>
112 <li tal:attributes="class python:here.getStyle(tocMode, 'concordance')" 112 <li tal:attributes="class python:here.getStyle(tocMode, 'concordance')"
113 tal:condition="python:docpath and docinfo.get('pageNumbers', None)"><span><a 113 tal:condition="python:docpath and docinfo.get('pageNumbers', None)"><span><a
114 tal:omit-tag="python:tocMode=='concordance'" tal:attributes="href python:here.getLink('tocMode','concordance')">Concordance</a></span></li> 114 tal:omit-tag="python:tocMode=='concordance'" tal:attributes="href python:here.getLink('tocMode','concordance')">Concordance</a></span></li>
115 <li tal:attributes="class python:here.getStyle(tocMode, 'handwritten')"
116 tal:condition="python:docpath and docinfo.get('numHandwritten', None)"><span><a
117 tal:omit-tag="python:tocMode=='handwritten'" tal:attributes="href python:here.getLink('tocMode','handwritten')">Notes</a></span></li>
115 <li tal:attributes="class python:here.getStyle(tocMode, 'figures')" 118 <li tal:attributes="class python:here.getStyle(tocMode, 'figures')"
116 tal:condition="python:docpath and docinfo.get('numFigureEntries', None)"><span><a 119 tal:condition="python:docpath and docinfo.get('numFigureEntries', None)"><span><a
117 tal:omit-tag="python:tocMode=='figures'" tal:attributes="href python:here.getLink('tocMode','figures')">Figures</a></span></li> 120 tal:omit-tag="python:tocMode=='figures'" tal:attributes="href python:here.getLink('tocMode','figures')">Figures</a></span></li>
118 <li tal:attributes="class python:here.getStyle(tocMode, 'text')" 121 <li tal:attributes="class python:here.getStyle(tocMode, 'text')"
119 tal:condition="python:docpath and docinfo.get('numTocEntries', None)"><span><a 122 tal:condition="python:docpath and docinfo.get('numTocEntries', None)"><span><a