Mercurial > hg > documentViewer
comparison zpt/addDocumentViewerTemplate.zpt @ 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 | |
children |
comparison
equal
deleted
inserted
replaced
22:b139f9937e97 | 23:a6d39ef1c7cc |
---|---|
1 <h1 tal:replace="structure here/manage_page_header">Header</h1> | |
2 <h2>Document Viewer Template</h2> | |
3 <p>Add DocumentViewer template <code>viewer_main</code>.</p> | |
4 <form action="manage_addDocumentViewerTemplate"> | |
5 <p><input type="submit" value="add"></p> | |
6 </form> | |
7 | |
8 <h1 tal:replace="structure here/manage_page_footer">Footer</h1> |