source: trunk/grails-app/views/importer/step1_simple.gsp @ 959

Last change on this file since 959 was 959, checked in by j.a.m.wesbeek@…, 13 years ago
  • set keyword expansion
  • Property svn:keywords set to Author Date Rev
File size: 745 bytes
Line 
1<%
2        /**
3         * First step in the simple importer, showing a preview of the uploaded data
4         *
5         * @author Tjeerd Abma
6         * @since 20100512
7         * @package importer
8         *
9         * Revision information:
10         * $Rev: 959 $
11         * $Author: j.a.m.wesbeek@umail.leidenuniv.nl $
12         * $Date: 2010-10-20 19:13:14 +0000 (wo, 20 okt 2010) $
13         */
14%>
15
16<%@ page contentType="text/html;charset=UTF-8" %>
17
18<html>
19  <head>
20    <meta name="layout" content="main"/>
21    <link rel="stylesheet" href="${resource(dir: 'css', file: 'importer.css')}"/>
22    <title>Step 1: import wizard preview (simple)</title>
23  </head>
24  <body>
25    <h1>Step 1: import wizard preview (simple)</h1>
26    <p>Below you see a preview of your imported file, please correct the automatically detected types.</p>
27  <importer:preview header="${header}" datamatrix="${datamatrix}"/> 
28  </body> 
29</html>
Note: See TracBrowser for help on using the repository browser.