Changeset 1933


Ignore:
Timestamp:
Apr 17, 2013, 9:45:28 AM (10 years ago)
Author:
Nicklas Nordborg
Message:

References #457: Generate lab protocol for cDNA -> Library preparation

Do not show tables until all information has been loaded.

File:
1 edited

Legend:

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

    r1929 r1933  
    5050  <title>Lab protocol for <%=HTML.encodeTags(plate.getName())%> - <%=view.equals("list") ? "list" : "table"%></title>
    5151  <link rel="SHORTCUT ICON" href="<%=home%>/images/libprep.png">
     52  <link rel="stylesheet" type="text/css" href="<%=home %>/css/reggie.css">
    5253  <link rel="stylesheet" type="text/css" href="<%=home %>/css/printable.css">
    5354  <link rel="stylesheet" type="text/css" href="<%=home %>/css/plate.css">
     
    170171      setInnerHTML('remarks.'+idSuffix, lib.remarks.join('; '));
    171172    }
     173    Main.show('listviewcontainer');
    172174  }
    173175 
     
    187189    Plate.paint(Plate.getWells());
    188190    PoolSchema.buildPoolTableRow(schema, <%=columns%>);
    189     Main.show('plateview');
     191    Main.show('plateviewcontainer');
    190192  }
    191193
     
    389391  {
    390392    %>
     393    <div id="listviewcontainer" style="display: none;">
    391394    <table style="width: 100%;" id="listview">
    392395    <thead>
     
    441444    %>
    442445    </table>
     446    </div>
    443447    <%
    444448  }
     
    446450  {
    447451    %>
    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">
    449454    <%
    450455    WellCoordinateFormatter rowF = new WellCoordinateFormatter(true);
     
    487492    </tr>
    488493    </table>
     494    </div>
    489495    <%
    490496  }
Note: See TracChangeset for help on using the changeset viewer.