source: documentViewer/zpt/addDocumentViewer.zpt

Last change on this file was 87:a0fbc9a42be8, checked in by casties, 14 years ago

first version with new full-text infrastructure and slightly changed templates

File size: 663 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 scaler URL<input size="80" name="imageScalerUrl" value="http://digilib.mpiwg-berlin.mpg.de/digitallibrary/servlet/Scaler?"></p>
7                <p class="form-optional">Text server name<input size="80" name="textServerName" value="mpdl-proto.mpiwg-berlin.mpg.de"></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.