view zpt/project/manage_newfile.zpt @ 272:66f86cb8f69b new_pro_struct

Merge with default 690d5dea34bdb7404561c30a2a8d000ffa36f4d2
author casties
date Tue, 30 Sep 2014 15:46:35 +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>