Mercurial > hg > documentViewer
view zpt/addDocumentViewer.zpt @ 54:f87b6844503b
fixed missing getauthinfo in getdocinfofromtexttool
author | casties |
---|---|
date | Thu, 03 May 2007 19:28:23 +0200 |
parents | a80a5140ed83 |
children | a0fbc9a42be8 |
line wrap: on
line source
<h1 tal:replace="structure here/manage_page_header">Header</h1> <h2>Add an Document Viewer</h2> <form action="manage_AddDocumentViewer"> <p class="form-label">Id<input name="id"></p> <p class="form-optional">Title<input size="80" name="title"></p> <p class="form-label">Image viewer url<input size="80" name="imageViewerUrl"></p> <p class="form-optional">Text viewer url<input size="80" name="TextViewerUrl" value="testXSLT/getPage?"></p> <p><input type="submit" value="add"></p> </form> <h1 tal:replace="structure here/manage_page_footer">Footer</h1>