Mercurial > hg > MPIWGWeb
comparison zpt/project/manage_newfile.zpt @ 50:e30a4bd074db
more cleaning up projects.
author | casties |
---|---|
date | Mon, 29 Apr 2013 20:34:17 +0200 |
parents | zpt/MPIWGProject_newfile.zpt@bca61e893fcc |
children |
comparison
equal
deleted
inserted
replaced
49:e40ff9829108 | 50:e30a4bd074db |
---|---|
1 <html> | |
2 <head> | |
3 </head> | |
4 <body> | |
5 <div tal:replace="structure here/manage_page_header">Header</div> | |
6 <!-- ZOPE management tabs --> | |
7 <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing" tal:replace="structure here/manage_tabs">Tabs</h2> | |
8 <!-- end of ZOPE management tabs --> | |
9 | |
10 <h1>Upload new project</h1> | |
11 <form method="post" action="loadNewFile" enctype="multipart/form-data"> | |
12 | |
13 <p>File:</p> | |
14 <input type="file" name="fileupload" /> <input type="submit"> | |
15 </form> | |
16 </body> | |
17 </html> |