Difference between revisions of "Dev/Results"

(medal title attributes)
(Changing how supplementary team info is displayed)
Line 29: Line 29:
 
//Function to generate the supplementary-info child rows
 
//Function to generate the supplementary-info child rows
 
function childRowFormat(data) {
 
function childRowFormat(data) {
return '<table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px;">'+
+
return '<div border="0" style="padding-left:50px;">'+
'<tr>' +  
+
'<p>' +  
'<td><a target="_blank" href="https://2015.igem.org/Team:' + data.team_name + '">Wiki</a></td>' +
+
'Region: ' + data.region + 'Section: ' + data.section.capitalize() +
'<td><a target="_blank" href="https://igem.org/Team.cgi?id=' + data.team_id + '">Team Profile</td>' +
+
'</p>' +
'<td>Section: ' + data.section.capitalize() + '</td>' +
+
'<p>'+
'</tr>' +
+
'View this team\'s: ' +
'<tr>'+
+
'<a target="_blank" href="https://igem.org/Team.cgi?id=' + data.team_id + '">[Team Profile]</a>' +
'<td>Poster</td>' +
+
'<a target="_blank" href="https://2015.igem.org/Team:' + data.team_name + '">[Wiki]</a>' +
'<td>Presentation Slides</td>' +
+
'<a target="_blank" href="#" onclick=false title="Not yet available" style="color: gray;">[Poster]</a>' +
'<td>Presentation Video</td>' +
+
'[Presentation Slides]' +
'</tr>'+
+
'[Presentation Video]' +
'</table>';
+
'</p>'+
 +
'</div>';
 
}
 
}
  

Revision as of 19:42, 23 September 2015

Comprehensive Results from iGEM 2015

View: [All Teams] [Award Winners] | [Africa] [Asia] [Europe] [Latin America][other?]

Team Medal Award