annotate zpt/project/manage_newfile.zpt @ 113:bba951ea7479

micro fix.
author casties
date Tue, 28 May 2013 14:08:52 +0200
parents e30a4bd074db
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
1 <html>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
2 <head>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
3 </head>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
4 <body>
50
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
5 <div tal:replace="structure here/manage_page_header">Header</div>
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
6 <!-- ZOPE management tabs -->
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
7 <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing" tal:replace="structure here/manage_tabs">Tabs</h2>
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
8 <!-- end of ZOPE management tabs -->
0
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
9
50
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
10 <h1>Upload new project</h1>
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
11 <form method="post" action="loadNewFile" enctype="multipart/form-data">
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
12
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
13 <p>File:</p>
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
14 <input type="file" name="fileupload" /> <input type="submit">
e30a4bd074db more cleaning up projects.
casties
parents: 0
diff changeset
15 </form>
0
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
16 </body>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
17 </html>