Changeset 260 for trunk/grails-app/views/wizard/pages
- Timestamp:
- Mar 12, 2010, 4:12:53 PM (13 years ago)
- Location:
- trunk/grails-app/views/wizard/pages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_study.gsp
r247 r260 18 18 <span class="info"> 19 19 <span class="title">Define the basic properties of your study</span> 20 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet leo nec leo vehicula quis scelerisque elit pulvinar. Vivamus arcu dui, adipiscing eu vestibulum id, consectetur et erat. Aenean risus mauris, placerat et lacinia vulputate, commodo eget ligula. Pellentesque ornare blandit metus ac dictum. Donec scelerisque feugiat quam, a congue ipsum malesuada nec. Donec vulputate, diam eget porta rhoncus, est mauris ullamcorper turpis, vitae dictum risus justo quis justo. Aenean blandit feugiat accumsan. Donec porttitor bibendum elementum. 20 Pick the study template of choice (currently a fixed set) and define your study values. In this prototype the 21 templated fields (below the 'note' box) are not yet handled so you can leave them empty for now. 21 22 </span> 22 23 … … 51 52 <wizard:templateElements entity="${study}" /> 52 53 54 <span class="info"> 55 <span class="title">Known issues</span> 56 <ul> 57 <li>the templated fields appear in random order</li> 58 <li>the templated fields are not yet handled / stored</li> 59 </ul> 60 </span> 61 53 62 </wizard:pageContent> -
trunk/grails-app/views/wizard/pages/_subjects.gsp
r247 r260 18 18 <span class="info"> 19 19 <span class="title">Add subjects to your study</span> 20 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce laoreet leo nec leo vehicula quis scelerisque elit pulvinar. Vivamus arcu dui, adipiscing eu vestibulum id, consectetur et erat. Aenean risus mauris, placerat et lacinia vulputate, commodo eget ligula. Pellentesque ornare blandit metus ac dictum. Donec scelerisque feugiat quam, a congue ipsum malesuada nec. Donec vulputate, diam eget porta rhoncus, est mauris ullamcorper turpis, vitae dictum risus justo quis justo. Aenean blandit feugiat accumsan. Donec porttitor bibendum elementum. 20 In this screen you can add subjects to your study based on a given template. Note that the 'species' select will probably 21 move to the template as an ontology reference and will not be asked anymore. 21 22 </span> 22 23 … … 56 57 </g:if> 57 58 59 <span class="info"> 60 <span class="title">Known issues</span> 61 <ul> 62 <li>autocomplete fields (like ontologies) deselect the selected rows and hence don't replicate</li> 63 <li>ontology fields should replicate value <i>and</i> hidden fields</li> 64 <li>no client-side validation is performed to check the type of an input field actually matched that of the datamodel</li> 65 <li>table columns are randomized on view as they are currently not sorted</li> 66 <li>ontology hidden fields should be processed by the back-end as well (not yet implemented)</li> 67 <li>ontology fields now show suggestions for <i>all</i> available ontologies. This has to be narrowed down in the future.</li> 68 </ul> 69 </span> 70 58 71 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.