Mercurial > hg > MPIWGWeb
view zpt/project/manage_newfile.zpt @ 212:7df88b4746b4
trying to fix #130: sortProjects funktioniert nicht
https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/130
author | casties |
---|---|
date | Wed, 07 Aug 2013 10:58:17 +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>