Changeset 1933
- Timestamp:
- Apr 17, 2013, 9:45:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/libprep/libprep_protocol2.jsp
r1929 r1933 50 50 <title>Lab protocol for <%=HTML.encodeTags(plate.getName())%> - <%=view.equals("list") ? "list" : "table"%></title> 51 51 <link rel="SHORTCUT ICON" href="<%=home%>/images/libprep.png"> 52 <link rel="stylesheet" type="text/css" href="<%=home %>/css/reggie.css"> 52 53 <link rel="stylesheet" type="text/css" href="<%=home %>/css/printable.css"> 53 54 <link rel="stylesheet" type="text/css" href="<%=home %>/css/plate.css"> … … 170 171 setInnerHTML('remarks.'+idSuffix, lib.remarks.join('; ')); 171 172 } 173 Main.show('listviewcontainer'); 172 174 } 173 175 … … 187 189 Plate.paint(Plate.getWells()); 188 190 PoolSchema.buildPoolTableRow(schema, <%=columns%>); 189 Main.show('plateview ');191 Main.show('plateviewcontainer'); 190 192 } 191 193 … … 389 391 { 390 392 %> 393 <div id="listviewcontainer" style="display: none;"> 391 394 <table style="width: 100%;" id="listview"> 392 395 <thead> … … 441 444 %> 442 445 </table> 446 </div> 443 447 <% 444 448 } … … 446 450 { 447 451 %> 448 <table class="plate" style="margin: 0em 0 0 0; width: 100%; display: none;" id="plateview"> 452 <div id="plateviewcontainer" style="display: none;"> 453 <table class="plate" style="margin: 0em 0 0 0; width: 100%;" id="plateview"> 449 454 <% 450 455 WellCoordinateFormatter rowF = new WellCoordinateFormatter(true); … … 487 492 </tr> 488 493 </table> 494 </div> 489 495 <% 490 496 }
Note: See TracChangeset
for help on using the changeset viewer.