Mercurial > hg > MPIWGWeb
annotate zpt/project/manage_newfile.zpt @ 113:bba951ea7479
micro fix.
author | casties |
---|---|
date | Tue, 28 May 2013 14:08:52 +0200 |
parents | e30a4bd074db |
children |
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 | 5 <div tal:replace="structure here/manage_page_header">Header</div> |
6 <!-- ZOPE management tabs --> | |
7 <h2 tal:define="manage_tabs_message options/manage_tabs_message | nothing" tal:replace="structure here/manage_tabs">Tabs</h2> | |
8 <!-- end of ZOPE management tabs --> | |
0
bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff
changeset
|
9 |
50 | 10 <h1>Upload new project</h1> |
11 <form method="post" action="loadNewFile" enctype="multipart/form-data"> | |
12 | |
13 <p>File:</p> | |
14 <input type="file" name="fileupload" /> <input type="submit"> | |
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> |