Changeset 1683
- Timestamp:
- Mar 29, 2011, 3:22:58 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/simpleWizard/simpleWizard/samples.gsp
r1678 r1683 13 13 <h1>Study data</h1> 14 14 15 <span class="info"> 16 <span class="title">Import study data</span> 17 You can import your study data to the server by choosing an excel file from your local harddisk in the form below. The excel sheet should contain 18 data on the first sheet, and the sheet should contain one row with headers. Each line can contain sample, subject and event data. 19 </span> 20 15 21 <g:if test="${flash.error}"> 16 22 <div class="errormessage"> … … 22 28 ${flash.message.toString().encodeAsHTML()} 23 29 </div> 24 </g:if> 30 </g:if> 25 31 26 32 <g:form class="simpleWizard" name="samples" action="simpleWizard"> … … 28 34 29 35 <div id="samplesDialog"> 30 <span class="info">31 <span class="title">Import study data</span>32 You can import your Excel data to the server by choosing a file from your local harddisk in the form below. The excel sheet should contain33 data on the first sheet, and the sheet should contain one row with headers.34 </span>35 36 36 37 <table border="0"> 37 38 <tr> 38 <td width=" 30%">39 Choose yourExcel file to import:39 <td width="15%" class="required"> 40 Excel file to import: 40 41 </td> 41 42 <td width="25%"> … … 45 46 </tr> 46 47 <tr> 47 <td >48 <div id="datatemplate">Choose type of sample template:</div>48 <td class="required"> 49 <div id="datatemplate">Sample template:</div> 49 50 </td> 50 51 <td> … … 72 73 <tr> 73 74 <td> 74 <div id="datatemplate"> Choose type of subject template:</div>75 <div id="datatemplate">Subject template:</div> 75 76 </td> 76 77 <td> … … 98 99 <tr> 99 100 <td> 100 <div id="datatemplate"> Choose type of event template:</div>101 <div id="datatemplate">Event template:</div> 101 102 </td> 102 103 <td> … … 124 125 <tr> 125 126 <td> 126 <div id="datatemplate"> Choose type of sampling event template:</div>127 <div id="datatemplate">Sampling event template:</div> 127 128 </td> 128 129 <td> -
trunk/web-app/css/simplewizard.css
r1678 r1683 10 10 div .simpleWizard .description { width: 170px; } 11 11 .simpleWizard .error, .simpleWizard .required { background-position: 150px 2px; } 12 .samplespage td.required { background-position: 160px 6px; } 12 13 13 14 /** Meta boxes **/
Note: See TracChangeset
for help on using the changeset viewer.