Mercurial > hg > MPIWGWeb
view zpt/project/manage_newfile.zpt @ 248:a14e462fca1c
add license-page link to page footer.
author | casties |
---|---|
date | Tue, 18 Mar 2014 10:18:35 +0100 |
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>