source: main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/datacenteruploadpage.pt @ 4931

Last change on this file since 4931 was 4789, checked in by uli, 15 years ago

Merge changes from ulif-layout back into trunk (finally).

File size: 261 bytes
Line 
1<h1>Upload a file</h1>
2
3<form method="post" enctype="multipart/form-data">
4  <input type="file" name="uploadfile:file" />
5  <div>
6    <input type="submit" name="SUBMIT" value="Upload" />
7    <input type="submit" name="CANCEL" value="Cancel" />
8  </div>
9</form>
Note: See TracBrowser for help on using the repository browser.