Template:Team:USyd-Australia/Bits
From 2014.igem.org
(Difference between revisions)
Andy.Bachler (Talk | contribs) |
Andy.Bachler (Talk | contribs) |
||
(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"> |
- | + | <!-- | |
- | + | function toggle_visibility(id) { | |
- | + | var e = document.getElementById(id); | |
- | + | if(e.style.display == 'block') | |
- | } | + | e.style.display = 'none'; |
+ | else | ||
+ | e.style.display = 'block'; | ||
+ | } | ||
+ | //--> | ||
</script> | </script> | ||
</head> | </head> | ||
- | < | + | <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(°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
Primers
Primer Name | Sequence | Date Made | GC% | Length | Tm(°C) | Comment |
---|---|---|---|---|---|---|
gBlock Name | Sequence | Date Made | GC% | Length | Comment |
---|