Template:Team:Trieste/head
From 2012.igem.org
(Difference between revisions)
(killed stray div) |
(fix error in js) |
||
Line 2: | Line 2: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function(){ | $(function(){ | ||
- | $('head').html($(' | + | $('head').html($('div#head').children()); |
- | id = $(' | + | id = $('div#body').attr('dest_id'); |
- | $('body').html($(' | + | $('body').html($('div#body').children()); |
$('body').attr('id', id); | $('body').attr('id', id); | ||
}); | }); | ||
</script> | </script> | ||
- | < | + | <div id="head"> |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<link href="/Team:Trieste/static/frontend.css?action=raw&ctype=text/css" media="screen" rel="stylesheet" type="text/css" /> | <link href="/Team:Trieste/static/frontend.css?action=raw&ctype=text/css" media="screen" rel="stylesheet" type="text/css" /> | ||
- | <title>{{{title|Team Trieste iGEM 2012}}}</title> | + | <title></html>{{{title|Team Trieste iGEM 2012}}}<html></title> |
- | </ | + | </div> |
</html> | </html> |
Revision as of 14:00, 3 September 2012