Mercurial > hg > MPIWGWeb
view zpt/project/manage_newfile.zpt @ 176:ca6e3873107c
fixed footer
author | casties |
---|---|
date | Tue, 11 Jun 2013 14:43:11 +0200 |
parents | e30a4bd074db |
children |
line wrap: on
line source
<html> <head> </head> <body> <div tal:replace="structure here/manage_page_header">Header</div> <!-- ZOPE management tabs --> <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing" tal:replace="structure here/manage_tabs">Tabs</h2> <!-- end of ZOPE management tabs --> <h1>Upload new project</h1> <form method="post" action="loadNewFile" enctype="multipart/form-data"> <p>File:</p> <input type="file" name="fileupload" /> <input type="submit"> </form> </body> </html>