Diff for /documentViewer/zpt/changeDocumentViewer.zpt between versions 1.8 and 1.9

version 1.8, 2008/01/16 18:13:26 version 1.9, 2010/03/19 11:42:40
Line 7 Line 7
                   
         <p class="form-optional">Title</p>          <p class="form-optional">Title</p>
         <p class="form-element"><input size="80" tal:attributes="value here/title" name="title"></p>          <p class="form-element"><input size="80" tal:attributes="value here/title" name="title"></p>
         <p class="form-label">Image viewer URL</p>          <p class="form-text">The image scaler URL and text server URL have to be configured in the <tt>zogilib</tt> and <tt>fulltextclient</tt>
         <p class="form-element"><input size="80" tal:attributes="value here/imageViewerUrl" name="imageViewerUrl"></p>          objects in the <tt>template</tt> folder.</p>
         <p class="form-text">Full URL up to the '?' (e.g. 'http://echo.mpiwg-berlin.mpg.de/zogilib?')</p>  
         <p class="form-optional">digilib base URL</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/>  
         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 python:getattr(here,'textViewerUrl','')" name="textViewerUrl"></p>  
         <p class="form-text">Should be a displayXML instance, full URL up to the '?' (e.g. 'http://echo.mpiwg-berlin.mpg.de/viewText?')</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.8  
changed lines
  Added in v.1.9


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