source: documentViewer/zpt/changeDocumentViewer.zpt @ 24:2204e028811b

Last change on this file since 24:2204e028811b was 24:2204e028811b, checked in by casties, 18 years ago

preliminary version 0.2

  • lots of stuff rewritten
  • new template system
  • still no access control
File size: 1.0 KB
Line 
1<div tal:replace="structure here/manage_page_header">Header</div>
2        <h2>Add a Document Viewer</h2>
3                <form action="changeDocumentViewer">
4               
5                <p class="form-optional">Title</p>
6        <p class="form-element"><input size="80" tal:attributes="value here/title" name="title"></p>
7                <p class="form-label">Image viewer URL</p>
8        <p class="form-element"><input size="80" tal:attributes="value here/imageViewerUrl" name="imageViewerUrl"></p>
9        <p class="form-text">Full URL up to the '?' (e.g. 'http://echo.mpiwg-berlin.mpg.de/zogilib?')</p>
10        <p class="form-optional">digilib base URL</p>
11        <p class="form-element"><input size="80" tal:attributes="value here/digilibBaseUrl" name="digilibBaseUrl"></p>
12        <p class="form-text">This information can be automatically detected if the image viewer above is a Zogilib instance.<br/>
13        You must clear this field when you change the image viewer URL above.</p>
14               
15                <p><input type="submit" value="change"></p>
16                </form>
17                       
18<div tal:replace="structure here/manage_page_footer">Footer</div>
Note: See TracBrowser for help on using the repository browser.