Changeset 1974


Ignore:
Timestamp:
May 14, 2013, 3:52:38 PM (10 years ago)
Author:
Nicklas Nordborg
Message:

References #480: Register pooled libraries

Do not show form until information about pools have been loaded. Limit for 10µl mix is 1µl.

Location:
extensions/net.sf.basedb.reggie/trunk
Files:
2 edited

Legend:

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

    r1970 r1974  
    2929
    3030<script language="JavaScript">
    31 var debug = true;
     31var debug = false;
    3232var currentStep = 1;
    3333
     
    9090    if (plateList.length > 1) plateList.selectedIndex = 1;
    9191    bioplateOnChange();
     92    Main.show('step.1.section');
    9293    Main.show('gocreate');
    9394    Main.show('navigation');
     
    384385  <input type="hidden" name="view" value="list">
    385386 
    386   <table class="stepform" id="step.1.section">
     387  <div id="step.1.section" style="display: none;">
     388  <table class="stepform">
    387389  <tr>
    388390    <td rowspan="3" class="stepno">1</td>
     
    422424  </tr>
    423425  </table>
     426  </div>
    424427 
    425428  <div id="step.2.section" style="display: none;">
  • extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/servlet/PoolServlet.java

    r1970 r1974  
    6464    (the extra is left in a temporary plate).
    6565  */
    66   private static final float LIMIT_FOR_EXTRA_LARGE_MIX = 2f;
     66  private static final float LIMIT_FOR_EXTRA_LARGE_MIX = 1f;
    6767 
    6868  /**
Note: See TracChangeset for help on using the changeset viewer.