Changeset 2068
- Timestamp:
- Oct 15, 2013, 12:40:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/libprep/flowcell_registration.jsp
r2064 r2068 679 679 <input type="radio" name="outcome" id="outcomeSuccess" 680 680 onchange="outcomeOnChange()" checked><label for="outcomeSuccess">Success</label> - sequencing has started<br> 681 <input type="radio" name="outcome" id="outcomeFailed" 682 onchange="outcomeOnChange()"><label for="outcomeFailed" >Failure</label> - no sequencing681 <input type="radio" name="outcome" id="outcomeFailed" disabled 682 onchange="outcomeOnChange()"><label for="outcomeFailed" class="disabled">Failure</label> - no sequencing (TODO) 683 683 </td> 684 684 <td class="status"></td>
Note: See TracChangeset
for help on using the changeset viewer.