Line 69: | Line 69: | ||
<span class="anchor" id="collection"></span> | <span class="anchor" id="collection"></span> | ||
<h2 class="title-style-1">Part Collection<span class="title-under"></span></h2> | <h2 class="title-style-1">Part Collection<span class="title-under"></span></h2> | ||
+ | <table id="myTable" class="tablesorter"> | ||
+ | <thead> | ||
+ | <tr> | ||
+ | <th>Last Name</th> | ||
+ | <th>First Name</th> | ||
+ | <th>Email</th> | ||
+ | <th>Due</th> | ||
+ | <th>Web Site</th> | ||
+ | </tr> | ||
+ | </thead> | ||
+ | <tbody> | ||
+ | <tr> | ||
+ | <td>Smith</td> | ||
+ | <td>John</td> | ||
+ | <td>jsmith@gmail.com</td> | ||
+ | <td>$50.00</td> | ||
+ | <td>http://www.jsmith.com</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Bach</td> | ||
+ | <td>Frank</td> | ||
+ | <td>fbach@yahoo.com</td> | ||
+ | <td>$50.00</td> | ||
+ | <td>http://www.frank.com</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Doe</td> | ||
+ | <td>Jason</td> | ||
+ | <td>jdoe@hotmail.com</td> | ||
+ | <td>$100.00</td> | ||
+ | <td>http://www.jdoe.com</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td>Conway</td> | ||
+ | <td>Tim</td> | ||
+ | <td>tconway@earthlink.net</td> | ||
+ | <td>$50.00</td> | ||
+ | <td>http://www.timconway.com</td> | ||
+ | </tr> | ||
+ | </tbody> | ||
+ | </table> | ||
</div> | </div> | ||
Line 80: | Line 121: | ||
<!-- jQuery --> | <!-- jQuery --> | ||
<script type="text/javascript" src="https://2016.igem.org/Template:TU_Delft/jQuery?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2016.igem.org/Template:TU_Delft/jQuery?action=raw&ctype=text/javascript"></script> | ||
− | + | <!-- jQuery Table sorter --> | |
+ | <script type="text/javascript" src="https://2016.igem.org/Template:TU_Delft/jQuery/TS?action=raw&ctype=text/javascript"></script> | ||
+ | <script>$(document).ready(function() | ||
+ | { | ||
+ | $("#myTable").tablesorter(); | ||
+ | } | ||
+ | ); </script> | ||
<!-- Bootsrap javascript file --> | <!-- Bootsrap javascript file --> | ||
<script type="text/javascript" src="https://2016.igem.org/Template:TU_Delft/BootstrapJS?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2016.igem.org/Template:TU_Delft/BootstrapJS?action=raw&ctype=text/javascript"></script> |
Revision as of 15:57, 15 October 2016
Parts
All Parts
<groupparts class="parts">iGEM2016 TU_Delft</groupparts>
Basic Parts
Composite Parts
Part Collection
Last Name | First Name | Due | Web Site | |
---|---|---|---|---|
Smith | John | jsmith@gmail.com | $50.00 | http://www.jsmith.com |
Bach | Frank | fbach@yahoo.com | $50.00 | http://www.frank.com |
Doe | Jason | jdoe@hotmail.com | $100.00 | http://www.jdoe.com |
Conway | Tim | tconway@earthlink.net | $50.00 | http://www.timconway.com |