[238] | 1 | <% |
---|
| 2 | /** |
---|
| 3 | * Templates page |
---|
| 4 | * |
---|
| 5 | * @author Jeroen Wesbeek |
---|
| 6 | * @since 20100303 |
---|
| 7 | * @package wizard |
---|
| 8 | * @see dbnp.studycapturing.WizardTagLib::previousNext |
---|
| 9 | * @see dbnp.studycapturing.WizardController |
---|
| 10 | * |
---|
| 11 | * Revision information: |
---|
| 12 | * $Rev: 455 $ |
---|
| 13 | * $Author: duh $ |
---|
| 14 | * $Date: 2010-05-24 21:48:40 +0000 (ma, 24 mei 2010) $ |
---|
| 15 | */ |
---|
| 16 | %> |
---|
| 17 | <wizard:pageContent> |
---|
[263] | 18 | |
---|
[341] | 19 | <span class="bigtext">What would you like to do?</span> |
---|
[263] | 20 | |
---|
[341] | 21 | <wizard:ajaxButton name="next" class="bigbutton" value="Create a new study" alt="Create a new study" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> |
---|
[262] | 22 | |
---|
[341] | 23 | <wizard:ajaxButton name="modify" class="bigbutton" value="Modify an existing study" alt="Modify an existing study" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> |
---|
| 24 | |
---|
[455] | 25 | <span class="info"> |
---|
| 26 | <span class="title">Create a new study via the step-by-step interface</span> |
---|
| 27 | This web interface will guide you through the total incorporation of your study in several steps: |
---|
| 28 | <ul> |
---|
| 29 | <li>Include all general study information</li> |
---|
| 30 | <li>Include all subject specific information</li> |
---|
| 31 | <li>Include all information on all variables of the study (treatment, challenges, sampling etc.)</li> |
---|
| 32 | <li>Confirmation of all information</li> |
---|
| 33 | </ul> |
---|
| 34 | It is possible to go back and forth in the tool, without losing information. Definitive storage will only occur after the confirmation step. |
---|
| 35 | <span class="title">Create a new study via the spreadsheet importer</span> |
---|
| 36 | You can do this by choosing Studies > Import data in the menu. |
---|
| 37 | This part of the applications will help you to upload large studies. This import function can be used for all study components (study, subject and event information) at once. |
---|
| 38 | <span class="title">Modify an existing study</span> |
---|
| 39 | Only study owners can modify a their own studies. This part of the application can be used to extend the study information, for instance with new measurements. |
---|
| 40 | </span> |
---|
| 41 | |
---|
[342] | 42 | <g:if env="development"> |
---|
[262] | 43 | <span class="info"> |
---|
| 44 | <span class="known">Known issues</span> |
---|
| 45 | <ul> |
---|
| 46 | <li>navigating away from the wizard will result in loss of work. While you are currently warned when |
---|
| 47 | clicking links outside of the wizard, this problem still exists when clicking 'refresh' or the |
---|
| 48 | back / forward buttons</li> |
---|
| 49 | </ul> |
---|
| 50 | </span> |
---|
[342] | 51 | <!--g:render template="pages/demo"//--> |
---|
| 52 | </g:if> |
---|
[262] | 53 | |
---|
[238] | 54 | </wizard:pageContent> |
---|