source: documentViewer/zpt/addDocumentViewer.zpt @ 47:a80a5140ed83

Last change on this file since 47:a80a5140ed83 was 47:a80a5140ed83, checked in by dwinter, 18 years ago

has now also a text mode viewMode=text

File size: 574 bytes
Line 
1<h1 tal:replace="structure here/manage_page_header">Header</h1>
2        <h2>Add an Document Viewer</h2>
3                <form action="manage_AddDocumentViewer">
4                <p class="form-label">Id<input name="id"></p>
5                <p class="form-optional">Title<input size="80" name="title"></p>
6                <p class="form-label">Image viewer url<input size="80" name="imageViewerUrl"></p>
7                <p class="form-optional">Text viewer url<input size="80" name="TextViewerUrl" value="testXSLT/getPage?"></p>
8               
9                <p><input type="submit" value="add"></p>
10                </form>
11                       
12<h1 tal:replace="structure here/manage_page_footer">Footer</h1>
Note: See TracBrowser for help on using the repository browser.