Changeset 262 for trunk/grails-app/views/wizard/pages
- Timestamp:
- Mar 12, 2010, 5:42:19 PM (13 years ago)
- Location:
- trunk/grails-app/views/wizard/pages
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_confirmation.gsp
r252 r262 70 70 </div> 71 71 72 73 <span class="info"> 74 <span class="todo">TODO</span> 75 <ul> 76 <li>this page is not complete yet, finish it to summerize the study you are about to store in the database</li> 77 </ul> 78 </span> 79 72 80 </wizard:pageContent> -
trunk/grails-app/views/wizard/pages/_done.gsp
r247 r262 18 18 You are done! 19 19 20 TODO: store data in database.... 20 <span class="info"> 21 <span class="todo">TODO</span> 22 <ul> 23 <li>persist the data to the database :) nothing is currently being saved...</li> 24 </ul> 25 </span> 21 26 </wizard:pageContent> -
trunk/grails-app/views/wizard/pages/_eventDescriptions.gsp
r247 r262 62 62 </div> 63 63 </g:if> 64 65 <span class="info"> 66 <span class="known">Known issues</span> 67 <ul> 68 <li>no protocol selection available yet</li> 69 </ul> 70 </span> 64 71 </wizard:pageContent> -
trunk/grails-app/views/wizard/pages/_events.gsp
r247 r262 82 82 </div> 83 83 </g:if> 84 85 <span class="info"> 86 <span class="todo">TODO</span> 87 <ul> 88 <li>parameter values should still be asked and implemented</li> 89 </ul> 90 </span> 84 91 </wizard:pageContent> -
trunk/grails-app/views/wizard/pages/_start.gsp
r247 r262 22 22 to continue 23 23 </span> 24 25 <span class="info"> 26 <span class="known">Known issues</span> 27 <ul> 28 <li>navigating away from the wizard will result in loss of work. While you are currently warned when 29 clicking links outside of the wizard, this problem still exists when clicking 'refresh' or the 30 back / forward buttons</li> 31 <li>no data is actually stored yet at the end of the wizard</li> 32 </ul> 33 </span> 34 35 <!-- g:render template="pages/demo" //--> 36 24 37 </wizard:pageContent> -
trunk/grails-app/views/wizard/pages/_study.gsp
r260 r262 41 41 </wizard:textFieldElement> 42 42 <wizard:dateElement name="startDate" description="Start date" error="startDate" value="${study?.startDate}"> 43 The start date of the study 43 The start date of the study 44 44 </wizard:dateElement> 45 45 46 46 <span class="info"> 47 <span class="t itle">TODO</span>47 <span class="todo">TODO</span> 48 48 Below you will see the template fields of the study template selected above. These fields are not yet 49 49 properly handled so you can ignore them for now... To be completed at a later stage … … 53 53 54 54 <span class="info"> 55 <span class=" title">Known issues</span>55 <span class="known">Known issues</span> 56 56 <ul> 57 57 <li>the templated fields appear in random order</li> -
trunk/grails-app/views/wizard/pages/_subjects.gsp
r260 r262 58 58 59 59 <span class="info"> 60 <span class=" title">Known issues</span>60 <span class="known">Known issues</span> 61 61 <ul> 62 62 <li>autocomplete fields (like ontologies) deselect the selected rows and hence don't replicate</li> … … 66 66 <li>ontology hidden fields should be processed by the back-end as well (not yet implemented)</li> 67 67 <li>ontology fields now show suggestions for <i>all</i> available ontologies. This has to be narrowed down in the future.</li> 68 <li>ontology hidden fields should be handled by the taglibrary / controller as well</li> 68 69 </ul> 69 70 </span>
Note: See TracChangeset
for help on using the changeset viewer.