source: trunk/grails-app/views/importer/step3.gsp @ 496

Last change on this file since 496 was 496, checked in by duh, 13 years ago
  • set svn keyword expansion
  • Property svn:keywords set to Date Author Rev
File size: 717 bytes
Line 
1<%
2        /**
3         * Thirds step in the importer, showing the imported data
4         *
5         * @author Tjeerd Abma
6         * @since 20100317
7         * @package importer
8         *
9         * Revision information:
10         * $Rev: 496 $
11         * $Author: duh $
12         * $Date: 2010-05-28 12:25:13 +0000 (vr, 28 mei 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 3: import wizard imported data postview</title>
23  </head>
24  <body>
25    <h1>Step 3: import wizard imported data postview</h1>
26    <p>A total of ${datamatrix.size()} rows were imported, below an overview of the rows is shown.</span>
27    <importer:postview datamatrix="${datamatrix}"/>
28  </body>
29</html>
Note: See TracBrowser for help on using the repository browser.