Mercurial > hg > MPIWGWeb
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/project/manage_newfile.zpt Mon Apr 29 20:34:17 2013 +0200 @@ -0,0 +1,17 @@ +<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>