source: main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/importxmlpage.pt @ 7243

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

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

File size: 369 bytes
Line 
1<div>
2  <h2>Import from XML source</h2>
3
4  <div>
5    Please specify an XML source file
6  </div>
7
8  <div>
9    <form method="post" enctype="multipart/form-data">
10      <input type="file" name="xmlfile:file" />
11      <div>
12        <input type="submit" name="SUBMIT" value="Upload" />
13        <input type="submit" name="CANCEL" value="Cancel" />
14      </div>
15    </form>
16  </div>
17</div>
Note: See TracBrowser for help on using the repository browser.