Changeset 609:7962e6891d99 in documentViewer for zpt


Ignore:
Timestamp:
Jan 15, 2013, 5:15:32 PM (11 years ago)
Author:
casties
Branch:
default
Message:

works with new notes and notesHandwritten.

Location:
zpt/viewer
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/viewer/common_template.zpt

    r608 r609  
    116116            tal:condition="python:docpath and docinfo.get('pageNumbers', None)"><span><a
    117117              tal:omit-tag="python:tocMode=='concordance'" tal:attributes="href python:here.getLink('tocMode','concordance')">Concordance</a></span></li>
     118          <li tal:attributes="class python:here.getStyle(tocMode, 'notes')"
     119            tal:condition="python:docpath and docinfo.get('numNotes', None)"><span><a
     120              tal:omit-tag="python:tocMode=='notes'" tal:attributes="href python:here.getLink('tocMode','notes')">Notes</a></span></li>
    118121          <li tal:attributes="class python:here.getStyle(tocMode, 'handwritten')"
    119122            tal:condition="python:docpath and docinfo.get('numHandwritten', None)"><span><a
    120               tal:omit-tag="python:tocMode=='handwritten'" tal:attributes="href python:here.getLink('tocMode','handwritten')">Notes</a></span></li>
     123              tal:omit-tag="python:tocMode=='handwritten'" tal:attributes="href python:here.getLink('tocMode','handwritten')">Handwritten</a></span></li>
    121124          <li tal:attributes="class python:here.getStyle(tocMode, 'figures')"
    122125            tal:condition="python:docpath and docinfo.get('numFigureEntries', None)"><span><a
Note: See TracChangeset for help on using the changeset viewer.