Changeset 2064


Ignore:
Timestamp:
Oct 14, 2013, 1:29:22 PM (10 years ago)
Author:
Nicklas Nordborg
Message:

References #481: Register prepared flow cells

Changed orientation of the HiSeq? position/ReadString table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/resources/libprep/flowcell_registration.jsp

    r2063 r2064  
    796796  <tr>
    797797    <td rowspan="3" class="stepno">3</td>
    798     <td class="steptitle">Sequencing start information</td>
     798    <td class="steptitle">Sequencing startup information</td>
    799799  </tr>
    800800  <tr>
     
    803803      <tr>
    804804        <td class="prompt">Sequencing start date</td>
    805         <td class="input" colspan="3">
     805        <td class="input" colspan="2">
    806806          <input type="text" class="required" name="sequencingStartDate" maxlength="10" style="width: 8em;"
    807807            onblur="dateOnChange('sequencingStartDate')" onkeypress="focusOnEnter(event, 'sequencingOperator')">
     
    820820      <tr valign="top">
    821821        <td class="prompt">Operator</td>
    822         <td class="input" colspan="3">
     822        <td class="input" colspan="2">
    823823          <input type="text" name="sequencingOperator" value="<%=HTML.encodeTags(user.getName()) %>"
    824824            style="width: 90%;" maxlength="255" onkeypress="focusOnEnter(event, 'sequencingProtocol')">
     
    831831      <tr valign="top">
    832832        <td class="prompt">Protocol</td>
    833         <td class="input" colspan="3"><select style="width:90%" name="sequencingProtocol" id="sequencingProtocol"
     833        <td class="input" colspan="2"><select style="width:90%" name="sequencingProtocol" id="sequencingProtocol"
    834834          onkeypress="focusOnEnter(event, 'sequencer')"></select></td>
    835835        <td class="status" id="sequencingProtocol.status"></td>
     
    839839      </tr>
    840840      <tr valign="top">
    841         <td class="prompt">HiSeq</td>
    842         <td class="input" colspan="3"><select style="width:90%" name="sequencer" id="sequencer"
     841        <td class="prompt">Sequencing machine</td>
     842        <td class="input" colspan="2"><select style="width:90%" name="sequencer" id="sequencer"
    843843          onkeypress="focusOnEnter(event, 'sequencingComments')"></select></td>
    844844        <td class="status" id="sequencer.status"></td>
     
    847847        </td>
    848848      </tr>
     849     
    849850      <tr valign="top" style="border-top: 1em solid transparent;">
    850         <td class="prompt">Flow cells</td>
    851         <td class="fc-0" colspan="2"><span id="fc-0.name.s"></span></td>
    852         <td class="fc-1"><span id="fc-1.name.s"></span></td>
     851        <td class="prompt"></td>
     852        <td style="font-weight: bold;">HiSeq position</td>
     853        <td style="font-weight: bold;">ReadString</td>
    853854        <td class="status"></td>
    854855        <td class="help"></td>
    855856      </tr>
    856       <tr valign="top">
    857         <td class="subprompt">ReadString</td>
    858         <td class="fc-0"><input type="text" class="required" name="fc-0.readString" onblur="readStringOnBlur(this.name)"></td>
     857      <tr valign="top" class="fc-0">
     858        <td class="subprompt"><span id="fc-0.name.s"></span></td>
     859        <td>&nbsp;
     860          <label><input type="radio" name="fc-0.pos" value="A" onclick="hiseqPosOnClick(0)" checked>A</label>
     861          &nbsp;
     862          <label><input type="radio" name="fc-0.pos" value="B" onclick="hiseqPosOnClick(0)">B</label>
     863        </td>
     864        <td><input type="text" class="required" name="fc-0.readString" onblur="readStringOnBlur(this.name)"></td>
    859865        <td class="status" id="fc-0.readString.status"></td>
    860         <td class="fc-1"><input type="text" class="required" name="fc-1.readString" onblur="readStringOnBlur(this.name)"></td>
    861         <td class="status fc-1" id="fc-1.readString.status"></td>
    862         <td class="help"><span id="fc-0.readString.message" class="message"></span><span id="fc-1.readString.message" class="message"></span></td>
    863       </tr>
    864       <tr valign="top">
    865         <td class="subprompt">HiSeq position</td>
    866         <td class="fc-0">
    867           <label><input type="radio" name="fc-0.pos" value="A" onclick="hiseqPosOnClick(0)" checked>A</label><br>
    868           <label><input type="radio" name="fc-0.pos" value="B" onclick="hiseqPosOnClick(0)">B</label>
    869         </td>
    870         <td class="status"></td>
    871         <td class="fc-1">
    872           <label><input type="radio" name="fc-1.pos" value="A" onclick="hiseqPosOnClick(1)">A</label><br>
     866        <td class="help"><span id="fc-0.readString.message" class="message"></span></td>
     867      </tr>
     868      <tr valign="top" class="fc-1">
     869        <td class="subprompt"><span id="fc-1.name.s"></span></td>
     870        <td>&nbsp;
     871          <label><input type="radio" name="fc-1.pos" value="A" onclick="hiseqPosOnClick(1)">A</label>
     872          &nbsp;
    873873          <label><input type="radio" name="fc-1.pos" value="B" onclick="hiseqPosOnClick(1)" checked>B</label>
    874874        </td>
    875         <td class="status fc-1"></td>
    876         <td class="help">Select <b>A</b> or <b>B</b> position for each flow cell.</td>
    877       </tr>
     875        <td><input type="text" class="required" name="fc-1.readString" onblur="readStringOnBlur(this.name)"></td>
     876        <td class="status" id="fc-1.readString.status"></td>
     877        <td class="help"><span id="fc-1.readString.message" class="message"></span></td>
     878      </tr>
     879
     880
    878881      <tr valign="top" style="border-top: 1em solid transparent;">
    879882        <td class="prompt">Comments</td>
    880         <td class="input" colspan="3"><textarea rows="4" cols="50" style="width: 90%;" name="sequencingComments" value=""></textarea></td>
     883        <td class="input" colspan="2"><textarea rows="4" cols="50" style="width: 90%;" name="sequencingComments" value=""></textarea></td>
    881884        <td class="status" id="sequencingComments.status"></td>
    882885        <td class="help"><span id="sequencingComments.message" class="message" style="display: none;"></span>Comments about the sequencing startup.</td>
Note: See TracChangeset for help on using the changeset viewer.