Changeset 1974
- Timestamp:
- May 14, 2013, 3:52:38 PM (10 years ago)
- 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 29 29 30 30 <script language="JavaScript"> 31 var debug = true;31 var debug = false; 32 32 var currentStep = 1; 33 33 … … 90 90 if (plateList.length > 1) plateList.selectedIndex = 1; 91 91 bioplateOnChange(); 92 Main.show('step.1.section'); 92 93 Main.show('gocreate'); 93 94 Main.show('navigation'); … … 384 385 <input type="hidden" name="view" value="list"> 385 386 386 <table class="stepform" id="step.1.section"> 387 <div id="step.1.section" style="display: none;"> 388 <table class="stepform"> 387 389 <tr> 388 390 <td rowspan="3" class="stepno">1</td> … … 422 424 </tr> 423 425 </table> 426 </div> 424 427 425 428 <div id="step.2.section" style="display: none;"> -
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/servlet/PoolServlet.java
r1970 r1974 64 64 (the extra is left in a temporary plate). 65 65 */ 66 private static final float LIMIT_FOR_EXTRA_LARGE_MIX = 2f;66 private static final float LIMIT_FOR_EXTRA_LARGE_MIX = 1f; 67 67 68 68 /**
Note: See TracChangeset
for help on using the changeset viewer.