source: trunk/grails-app/views/importer/step3_simple.gsp @ 1202

Last change on this file since 1202 was 1202, checked in by t.w.abma@…, 12 years ago
  • removed extra step and implemented a failed cells check in step 3 (missing mappings) which shows the failed ontologies in the table editor (might have to tune appearance)
  • Property svn:keywords set to Author Date Rev
File size: 664 bytes
Line 
1<%
2        /**
3         * Third 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: 1202 $
11         * $Author: t.w.abma@umcutrecht.nl $
12         * $Date: 2010-11-25 14:51:14 +0000 (do, 25 nov 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: fill in missing mappings</title>
23  </head>
24  <body>
25    <h1>Step 3: fill in missing mappings</h1>
26    You must map the missing properties
27    <importer:missingProperties datamatrix="${datamatrix}" failedcells="${failedcells}"/>
28  </body>
29</html>
Note: See TracBrowser for help on using the repository browser.