Mercurial > hg > documentViewer
diff 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 |
line wrap: on
line diff
--- a/zpt/changeDocumentViewer.zpt Thu Apr 06 19:13:43 2006 +0200 +++ b/zpt/changeDocumentViewer.zpt Fri Apr 07 20:45:48 2006 +0200 @@ -11,6 +11,10 @@ <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>