Changeset 74:5c9837484085 in documentViewer for zpt


Ignore:
Timestamp:
Nov 4, 2008, 8:36:51 PM (16 years ago)
Author:
dwinter
Branch:
default
Message:

marks

Location:
zpt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • zpt/image_main.zpt

    r52 r74  
    11<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; mode python:options.get('viewMode','images')">
    2  <iframe tal:condition="python:mode=='images'" height="100%" width="100%" tal:attributes="src string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}"/>
     2 <iframe tal:condition="python:mode=='images'" height="100%" width="100%" tal:attributes="src string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}${options/marks}"/>
    33 <iframe tal:condition="python:mode=='text'" height="100%" width="100%" tal:attributes="src string:${here/textViewerUrl}fn=${docinfo/textURL}&pn=${pageinfo/current}&lang=${docinfo/lang}"/>
    44</tal:block>
  • zpt/viewer_main.zpt

    r49 r74  
    1313    </td>
    1414    <td width="100%" valign="top">
    15       <tal:block tal:content="structure python:here.template.image_main(docinfo=docinfo,pageinfo=pageinfo,viewMode=viewMode)" />
     15      <tal:block tal:content="structure python:here.template.image_main(docinfo=docinfo,pageinfo=pageinfo,viewMode=viewMode,mk=mk)" />
    1616    </td>
    1717  </tr>
Note: See TracChangeset for help on using the changeset viewer.