Mercurial > hg > documentViewer
comparison zpt/changeDocumentViewer.zpt @ 25:e93fb8cadd3a
new, less preliminary version 0.2
- lots of stuff rewritten
- new template system
- still no access control
author | casties |
---|---|
date | Fri, 07 Apr 2006 20:45:48 +0200 |
parents | 2204e028811b |
children | b3fe3a50f605 |
comparison
equal
deleted
inserted
replaced
24:2204e028811b | 25:e93fb8cadd3a |
---|---|
9 <p class="form-text">Full URL up to the '?' (e.g. 'http://echo.mpiwg-berlin.mpg.de/zogilib?')</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> | 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> | 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/> | 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> | 13 You must clear this field when you change the image viewer URL above.</p> |
14 <p class="form-optional">Thumbnail rows</p> | |
15 <p class="form-element"><input size="3" tal:attributes="value here/thumbrows | default" name="thumbrows"></p> | |
16 <p class="form-optional">Thumbnail columns</p> | |
17 <p class="form-element"><input size="3" tal:attributes="value here/thumbcols | default" name="thumbcols"></p> | |
14 | 18 |
15 <p><input type="submit" value="change"></p> | 19 <p><input type="submit" value="change"></p> |
16 </form> | 20 </form> |
17 | 21 |
18 <div tal:replace="structure here/manage_page_footer">Footer</div> | 22 <div tal:replace="structure here/manage_page_footer">Footer</div> |