view zpt/addDocumentViewer.zpt @ 27:3ce65220672c

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 fb86ce30a997
children a80a5140ed83
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><input type="submit" value="add"></p>
		</form>
			
<h1 tal:replace="structure here/manage_page_footer">Footer</h1>