Ignore:
Timestamp:
May 24, 2010, 11:48:40 PM (13 years ago)
Author:
keesvb
Message:

Reverting Subject optimization as it breaks the study create wizard on adding Subjects, added help texts to Bootstrap and icons to study create wizard, added new text to home, added help texts to study create wizard pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_start.gsp

    r359 r455  
    2323        <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()" />
    2424
     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
    2542        <g:if env="development">
    2643        <span class="info">
Note: See TracChangeset for help on using the changeset viewer.