changeset 23:a6d39ef1c7cc

preliminary version 0.2 - lots of stuff rewritten - new template system - still no access control
author casties
date Thu, 06 Apr 2006 19:13:43 +0200
parents b139f9937e97
children 2204e028811b
files zpt/addDocumentViewerTemplate.zpt
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zpt/addDocumentViewerTemplate.zpt	Thu Apr 06 19:13:43 2006 +0200
@@ -0,0 +1,8 @@
+<h1 tal:replace="structure here/manage_page_header">Header</h1>
+	<h2>Document Viewer Template</h2>
+    <p>Add DocumentViewer template <code>viewer_main</code>.</p>
+    <form action="manage_addDocumentViewerTemplate">
+    <p><input type="submit" value="add"></p>
+    </form>
+    
+<h1 tal:replace="structure here/manage_page_footer">Footer</h1>