Changeset 48:6b5b153209bd in documentViewer
- Timestamp:
- Sep 9, 2006, 10:52:59 AM (19 years ago)
- Branch:
- default
- Location:
- zpt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
zpt/changeDocumentViewer.zpt
r45 r48 15 15 <p class="form-text">This information can be automatically detected if the image viewer above is a Zogilib instance.<br/> 16 16 You must clear this field when you change the image viewer URL above.</p> 17 <p class="form-label">Text viewer URL</p> 18 <p class="form-element"><input size="80" tal:attributes="value here/textViewerUrl" name="textViewerUrl"></p> 19 <p class="form-text">Should be an ECHO_xslt instance, full URL up to the '?' (e.g. 'http://echo.mpiwg-berlin.mpg.de/viewText/getPage?')</p> 20 17 21 <p class="form-optional">Thumbnail rows</p> 18 22 <p class="form-element"><input size="3" tal:attributes="value here/thumbrows | default" name="thumbrows"></p> -
zpt/viewer_main.zpt
r38 r48 1 <html tal:define="docinfo options/docinfo; pageinfo options/pageinfo ">1 <html tal:define="docinfo options/docinfo; pageinfo options/pageinfo; viewMode options/viewMode"> 2 2 <head> 3 3 <link rel="stylesheet" href="template/docuviewer_css" type="text/css"> … … 13 13 </td> 14 14 <td width="100%" valign="top"> 15 <tal:block tal:content="structure python:here.template.image_main(docinfo=docinfo,pageinfo=pageinfo )" />15 <tal:block tal:content="structure python:here.template.image_main(docinfo=docinfo,pageinfo=pageinfo,viewMode=viewMode)" /> 16 16 </td> 17 17 </tr>
Note: See TracChangeset
for help on using the changeset viewer.