Difference between revisions of "Dev/Results"
(fixed CSS for +/- images) |
(moving Section into the supplementary info) |
||
Line 1: | Line 1: | ||
{{2015Top}} | {{2015Top}} | ||
− | <html> | + | <html> |
<script src='https://igem.org/common/DataTables-1.10.7/media/js/jquery.dataTables.js'></script> | <script src='https://igem.org/common/DataTables-1.10.7/media/js/jquery.dataTables.js'></script> | ||
Line 21: | Line 21: | ||
function childRowFormat(data) { | function childRowFormat(data) { | ||
return '<table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px;">'+ | return '<table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px;">'+ | ||
+ | '<tr>' + | ||
+ | '<td>Section: ' + data.section.toUpperCase() + '</td>' + | ||
+ | '</tr>' + | ||
'<tr>'+ | '<tr>'+ | ||
'<td><a target="_blank" href="https://2015.igem.org/Team:' + data.team_name + '">Wiki</a></td>'+ | '<td><a target="_blank" href="https://2015.igem.org/Team:' + data.team_name + '">Wiki</a></td>'+ | ||
Line 47: | Line 50: | ||
{'data': 'region'}, | {'data': 'region'}, | ||
{'data': 'section'}, | {'data': 'section'}, | ||
− | {'data': 'medal'} | + | {'data': 'medal',} |
], | ], | ||
'order': [[1, 'asc']] //This came in with the child-table control element but I don't know why | 'order': [[1, 'asc']] //This came in with the child-table control element but I don't know why |
Revision as of 16:51, 23 September 2015