Team:UNITS Trieste/Parts
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{header}} | {{header}} | ||
+ | |||
<html> | <html> | ||
- | <script type="text/javascript"> $("# | + | <div id="main"> |
- | < | + | <div class="wrapper"> |
- | < | + | <div id="container"> |
- | + | <script type="text/javascript"> | |
- | + | $(document).ready(function(){ | |
+ | $("#mytable tr:even").addClass("alt"); | ||
+ | }); | ||
+ | </script> | ||
+ | <table id="mytable"> | ||
+ | <thead> | ||
- | + | <tr> | |
+ | <th>Name</th> | ||
+ | <th>Registry Code</th> | ||
+ | <th> </th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td>Strain A<br/><br/>pLASI<br/>TRA‐nslator</td> | ||
+ | <td> </td> | ||
+ | <td>View</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Strain B<br/><br/>pLASI<br/>LAS‐slator</td> | ||
+ | <td> </td> | ||
+ | <td>View</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Eukaryotic<br/><br/>P65‐TraR
<br/>pTraR‐IRES‐EGFP</td> | ||
+ | <td> </td> | ||
+ | <td>View</td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
- | + | </div><!-- #container --> | |
- | + | ||
</div><!-- .wrapper --> | </div><!-- .wrapper --> | ||
</div><!-- #main --> | </div><!-- #main --> |
Revision as of 15:50, 16 August 2011
Name | Registry Code | |
---|---|---|
Strain A pLASI TRA‐nslator |
View | |
Strain B pLASI LAS‐slator |
View | |
Eukaryotic P65‐TraR pTraR‐IRES‐EGFP |
View |