Changeset 328 for trunk/grails-app/views


Ignore:
Timestamp:
Apr 7, 2010, 11:24:56 AM (13 years ago)
Author:
tabma
Message:
  • study can be selected, imported data fancier postview, lazy loading bug fixed (hopefully)
Location:
trunk/grails-app/views/importer
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/importer/common/_properties.gsp

    r312 r328  
    1414%>
    1515<g:form name="propertiesform" action="saveproperties">
     16    <p><g:select name="study.id" from="${dbnp.studycapturing.Study.list()}" optionKey="id" class="selectsmall"/></p>
    1617    <table>
    1718          <g:each var="stdentity" in ="${standardentities}">
  • trunk/grails-app/views/importer/step2.gsp

    r319 r328  
    2424  </head>
    2525  <body>
    26     <h1>Step 2: import wizard entities/properties</h1>
    27     <p>Please choose the study you want to add the data to.</p>
    28     <p>Below you see the entities and columns, assign properties to the columns.</p>
     26    <h1>Step 2: import wizard entities/properties</h1>   
     27    <p>First select the study you want to add the data to. The next step is to assign properties to the columns. Below you see the entities and columns, please make your
     28    selections.</p>
    2929  <importer:properties entities="${entities}" header="${header}" templates="${templates}"/>
    3030  </body>
  • trunk/grails-app/views/importer/step3.gsp

    r299 r328  
    2424  <body>
    2525    <h1>Step 3: import wizard imported data postview</h1>
    26     <p>Below you see how all data was imported.</p>
    27   <importer:postview datamatrix="${datamatrix}"/>
     26    <p>A total of ${datamatrix.size()} rows were imported, below an overview of the rows is shown.</span>
     27    <importer:postview datamatrix="${datamatrix}"/>
    2828  </body>
    2929</html>
Note: See TracChangeset for help on using the changeset viewer.