Diff for /documentViewer/zpt/changeDocumentViewer.zpt between versions 1.5 and 1.6

version 1.5, 2006/07/26 12:23:55 version 1.6, 2006/09/09 10:52:59
Line 14 Line 14
         <p class="form-element"><input size="80" tal:attributes="value here/digilibBaseUrl" name="digilibBaseUrl"></p>          <p class="form-element"><input size="80" tal:attributes="value here/digilibBaseUrl" name="digilibBaseUrl"></p>
         <p class="form-text">This information can be automatically detected if the image viewer above is a Zogilib instance.<br/>          <p class="form-text">This information can be automatically detected if the image viewer above is a Zogilib instance.<br/>
         You must clear this field when you change the image viewer URL above.</p>          You must clear this field when you change the image viewer URL above.</p>
           <p class="form-label">Text viewer URL</p>
           <p class="form-element"><input size="80" tal:attributes="value here/textViewerUrl" name="textViewerUrl"></p>
           <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>
           
         <p class="form-optional">Thumbnail rows</p>          <p class="form-optional">Thumbnail rows</p>
         <p class="form-element"><input size="3" tal:attributes="value here/thumbrows | default" name="thumbrows"></p>          <p class="form-element"><input size="3" tal:attributes="value here/thumbrows | default" name="thumbrows"></p>
         <p class="form-optional">Thumbnail columns</p>          <p class="form-optional">Thumbnail columns</p>

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>