Mercurial > hg > documentViewer
view zpt/changeDocumentViewer.zpt @ 28:b9a867a67477
set version to 0.2.1 (still beta)
author | casties |
---|---|
date | Mon, 10 Apr 2006 12:13:02 +0200 |
parents | e93fb8cadd3a |
children | b3fe3a50f605 |
line wrap: on
line source
<div tal:replace="structure here/manage_page_header">Header</div> <h2>Add a Document Viewer</h2> <form action="changeDocumentViewer"> <p class="form-optional">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-element"><input size="80" tal:attributes="value here/imageViewerUrl" name="imageViewerUrl"></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-optional">Thumbnail rows</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-element"><input size="3" tal:attributes="value here/thumbcols | default" name="thumbcols"></p> <p><input type="submit" value="change"></p> </form> <div tal:replace="structure here/manage_page_footer">Footer</div>