Changeset 629:e36bf3226fde in documentViewer for zpt/viewer/common_template.zpt


Ignore:
Timestamp:
May 26, 2015, 8:58:27 AM (9 years ago)
Author:
dwinter
Branch:
default
Children:
630:25295ceb11b1, 631:0c3aab828864
Message:

text image viewer eingecheckt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/viewer/common_template.zpt

    r609 r629  
    3131        <li tal:condition="docpath" tal:attributes="class python:here.getStyle(viewMode, 'text')"><a
    3232          tal:omit-tag="python:viewMode=='text'" tal:attributes="href python:here.getLink('viewMode','text')">Text</a></li>
     33        <li tal:condition="docpath" tal:attributes="class python:here.getStyle(viewMode, 'text')"><a
     34          tal:omit-tag="python:viewMode=='text_image'" tal:attributes="href python:here.getLink('viewMode','text_image')">Text Image</a></li> 
    3335        <li tal:condition="python:docinfo.get('imagePath',None)" tal:attributes="class python:here.getStyle(viewMode, 'image')"><a
    3436          tal:omit-tag="python:viewMode=='image'" tal:attributes="href python:here.getLink('viewMode','image')">Image</a></li>
Note: See TracChangeset for help on using the changeset viewer.