Template:Team:USyd-Australia/Bits

From 2014.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 6: Line 6:
<head>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-
<script>
+
<script type="text/javascript">
-
$(document).ready(function(){
+
<!--
-
  $("button").click(function(){
+
    function toggle_visibility(id) {
-
    $(".test").hide();
+
      var e = document.getElementById(id);
-
  });
+
      if(e.style.display == 'block')
-
});
+
          e.style.display = 'none';
 +
      else
 +
          e.style.display = 'block';
 +
    }
 +
//-->
</script>
</script>
</head>
</head>
-
<ul style="display:inline;"><li><a href="#">Primers</a></li><li><a href="#">gBlocks</li></ul>
+
<body>
 +
<a href="#" onclick="toggle_visibility('PrimerTable');">Primers</a></li>
<div id="PrimerTable">
<div id="PrimerTable">
 +
<table style="width:100%">
 +
  <tr>
 +
    <th>Primer Name</th>
 +
    <th>Sequence</th>
 +
    <th>Date Made</th>
 +
    <th>GC%</th>
 +
    <th>Length</th>
 +
    <th>Tm(&deg;C)</th>
 +
    <th>Comment</th>
 +
  </tr>
 +
 +
  <tr>
 +
    <td> </td>
 +
    <td> </td>
 +
    <td> </td>
 +
    <td> </td>
 +
    <td> </td>
 +
    <td> </td>
 +
    <td> </td>
 +
  </tr>
 +
 +
 +
</table>
 +
</div>
 +
 +
<a href="#" onclick="toggle_visibility('gBlockTable');">gBlocks</a></li>
 +
 +
<div id="gBlockTable">
 +
<table style="width:100%">
 +
  <tr>
 +
    <th>gBlock Name</th>
 +
    <th>Sequence</th>
 +
    <th>Date Made</th>
 +
    <th>GC%</th>
 +
    <th>Length</th>
 +
    <th>Comment</th>
 +
  </tr>
 +
 +
</table>
 +
</div>
 +
 +
</body>
 +
 +
</html>

Latest revision as of 05:15, 16 October 2014

iGEM_Link


Primers

Primer Name Sequence Date Made GC% Length Tm(°C) Comment
gBlocks
gBlock Name Sequence Date Made GC% Length Comment