Mercurial > hg > documentViewer
annotate zpt/addDocumentViewerTemplate.zpt @ 512:92a6443a6f16 elementtree
fix pageFlow.
| author | casties |
|---|---|
| date | Tue, 28 Feb 2012 18:53:06 +0100 |
| parents | a6d39ef1c7cc |
| children |
| rev | line source |
|---|---|
| 23 | 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> |
