Difference between revisions of "Dev/Results"
(put in 2015 templates) |
(Copied in a lot of Randy's source, radically shortened) |
||
Line 1: | Line 1: | ||
{{2015Top}} | {{2015Top}} | ||
<html> | <html> | ||
+ | |||
+ | <script src='https://igem.org/common/DataTables-1.10.7/media/js/jquery.dataTables.min.js'></script> | ||
+ | <link rel='stylesheet' type='text/css' href='https://igem.org/common/DataTables-1.10.7/media/css/jquery.dataTables.css'> | ||
+ | <link rel='stylesheet' type='text/css' href='https://igem.org/cgi/misc_css/hq_teams.css'> | ||
+ | |||
+ | <script> | ||
+ | jQuery(document).ready(function() { | ||
+ | var t = jQuery('#table_team').DataTable( { | ||
+ | 'lengthMenu': [[10, 25, 50, 100, -1],[10, 25, 50, 100, 'All']], | ||
+ | 'pageLength': -1, | ||
+ | //'scrollY': '2000px', | ||
+ | //'scrollCollapse': true, | ||
+ | //'paging': true, | ||
+ | |||
+ | // Code to implement an index column | ||
+ | 'columnDefs': [ { | ||
+ | 'searchable': false, | ||
+ | 'orderable': false, | ||
+ | 'targets': 0 | ||
+ | } ], | ||
+ | 'order': [[ 1, 'asc' ]] | ||
+ | } ); // close DataTable | ||
+ | |||
+ | t.on( 'order.dt search.dt', function () { | ||
+ | t.column(0, {search:'applied', order:'applied'}).nodes().each( function (cell, i) { | ||
+ | cell.innerHTML = i+1; | ||
+ | } ); | ||
+ | } ).draw(); | ||
+ | |||
+ | jQuery('#table_team').addClass('hover'); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
<div id="fullWidth"> | <div id="fullWidth"> | ||
Line 11: | Line 46: | ||
<p>This page requires Javascript. Please enable Javascript in your browser, then reload this page.</p> | <p>This page requires Javascript. Please enable Javascript in your browser, then reload this page.</p> | ||
+ | |||
+ | <p>(This is where there were links to change region/year/etc. For me, I'd probably have links to quickly view award winners, all teams, and maybe a couple other categories)</p> | ||
+ | |||
+ | |||
+ | <TABLE id='table_team' width='890' border='0' cellspacing='0' cellpadding='0' style='margin-left:auto; margin-right:auto; border: 1px solid gray;background-color: white; padding-left: 10px;line-height: 150%; padding-right:2px;padding-top:3px;' > | ||
+ | <THEAD> | ||
+ | <TR> | ||
+ | <TH></TH> | ||
+ | <TH>Team (wiki)</TH> | ||
+ | <TH>Region</TH> | ||
+ | <TH>Country</TH> | ||
+ | <TH>Track</TH> | ||
+ | <TH>Section</TH> | ||
+ | <TH>Size</TH> | ||
+ | <TH>Status</TH> | ||
+ | </TR> | ||
+ | </THEAD> | ||
+ | <TBODY> | ||
+ | <TR> | ||
+ | <TD></TD> | ||
+ | <TD><A href="https://2015.igem.org/Team:Aachen" class="team_name">Aachen</A></TD> | ||
+ | <TD data-order="Europe">Europe</TD> | ||
+ | <TD data-order="Germany">Germany</TD> | ||
+ | <TD data-order="Manufacturing">Manufacturing</TD> | ||
+ | <TD data-order="Overgrad">Overgrad</TD> | ||
+ | <TD data-order="24" style="text-align:right;padding-right:15px;"><A href="https://igem.org/Team.cgi?team_id=1585">24</A></TD> | ||
+ | <TD data-order="Accepted"><A href="https://igem.org/Team.cgi?team_id=1585">Accepted</A></TD> | ||
+ | </TR> | ||
+ | </TBODY> | ||
+ | </TABLE> | ||
+ | |||
+ | |||
<!-- end of content ----------------------------------------> | <!-- end of content ----------------------------------------> |
Revision as of 21:04, 17 September 2015
Comprehensive Results from iGEM 2015
This page requires Javascript. Please enable Javascript in your browser, then reload this page.
(This is where there were links to change region/year/etc. For me, I'd probably have links to quickly view award winners, all teams, and maybe a couple other categories)
Team (wiki) | Region | Country | Track | Section | Size | Status | |
---|---|---|---|---|---|---|---|
Aachen | Europe | Germany | Manufacturing | Overgrad | 24 | Accepted |