Changeset 1792 for extensions/net.sf.basedb.reggie/branches/ticket-422/resources/libprep/mrna_registration.jsp
- Timestamp:
- Dec 17, 2012, 3:08:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/branches/ticket-422/resources/libprep/mrna_registration.jsp
r1762 r1792 48 48 var bioplate = bioplates[i]; 49 49 var option = new Option(bioplate.name, bioplate.id); 50 option.comments = bioplate.comments; 50 51 plates.options[plates.length] = option; 51 52 } 52 53 bioplateIsValid = true; 53 54 setInputStatus('bioplate', '', 'valid'); 55 bioPlateOnChange(); 54 56 } 55 57 else … … 130 132 } 131 133 134 function bioPlateOnChange() 135 { 136 var frm = document.forms['reggie']; 137 frm.comments.value = frm.bioplate[frm.bioplate.selectedIndex].comments; 138 } 132 139 133 140 function browseOnClick(extension) … … 282 289 <p:path><p:pathelement 283 290 title="Reggie" href="<%="../index.jsp?ID="+ID%>" 284 /><p:pathelement title=" Lab tracking protocol for mRNA and cDNA preparation"291 /><p:pathelement title="mRNA registration and quality control results" 285 292 /></p:path> 286 293 … … 312 319 <td class="prompt">mRNA bioplate</td> 313 320 <td class="input"><select class="required" style="width:90%" 314 name="bioplate" id="bioplate" ></select>321 name="bioplate" id="bioplate" onchange="bioPlateOnChange()"></select> 315 322 </td> 316 323 <td class="status" id="bioplate.status"></td>
Note: See TracChangeset
for help on using the changeset viewer.