Changeset 3524
- Timestamp:
- Oct 2, 2015, 9:22:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/sampleproc/rna_normalization.js
r3269 r3524 267 267 html += '<th>Qiacube</th>'; 268 268 } 269 else 270 { 271 html += '<th>Storage</th>'; 272 } 269 html += '<th>Storage</th>'; 273 270 html += '<th>NDConc</th>'; 274 271 html += '<th>Remain</th>'; … … 283 280 html += '<th>position</th>'; 284 281 } 285 else 286 { 287 html += '<th>box</th>'; 288 } 282 html += '<th>box</th>'; 289 283 html += '<th>(ng/µl)</th>'; 290 284 html += '<th>(µg)</th>'; … … 316 310 html += '<td class="qiacubepos">'+rna.QiacubePosition+'</td>'; 317 311 } 318 else 319 { 320 html += '<td class="box">'+Strings.encodeTags(rna.bioWell.bioPlate.name + ' ' + rna.bioWell.location)+'</td>'; 321 } 312 html += '<td class="box">'+Strings.encodeTags(rna.bioWell.bioPlate.name + ' ' + rna.bioWell.location)+'</td>'; 322 313 html += '<td class="ndconc">'+ Numbers.formatNumber(rna.NDConc, 2) + '</td>'; 323 314 html += '<td class="remain">'+ Numbers.formatNumber(rna.remainingQuantity, 2) + '</td>';
Note: See TracChangeset
for help on using the changeset viewer.