Last change
on this file since 147 was
147,
checked in by tabma, 12 years ago
|
- basic skeleton for the importer/previewer
|
File size:
769 bytes
|
Line | |
---|
1 | <!-- |
---|
2 | To change this template, choose Tools | Templates |
---|
3 | and open the template in the editor. |
---|
4 | --> |
---|
5 | |
---|
6 | <%@ page contentType="text/html;charset=UTF-8" %> |
---|
7 | |
---|
8 | <html> |
---|
9 | <head> |
---|
10 | <meta name="layout" content="main"/> |
---|
11 | <title>Importer wizard</title> |
---|
12 | </head> |
---|
13 | <body> |
---|
14 | <h1>Importer wizard</h1> |
---|
15 | <p>You can import your Excel data to the server by choosing a file from your local harddisk in the form below.</p> |
---|
16 | <g:form controller="importer" method="post" action="upload" enctype="multipart/form-data"> |
---|
17 | <table border="0"> |
---|
18 | <tr> |
---|
19 | <td width="160px">Choose your Excel file to import:</td> |
---|
20 | <td width="280px"><input type="file" name="importfile"/></td> |
---|
21 | <td><input type="submit" value="Import"/></td> |
---|
22 | </tr> |
---|
23 | </table> |
---|
24 | </g:form> |
---|
25 | |
---|
26 | </body> |
---|
27 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.