Template:Team:Trieste/head
From 2012.igem.org
(Difference between revisions)
(add head template) |
(fix js) |
||
(9 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
<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); | ||
+ | first = false; | ||
}); | }); | ||
</script> | </script> | ||
- | <div id=" | + | <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 | + | <link href="/Template:Team:Trieste/frontend.css?action=raw&ctype=text/css" rel="stylesheet" type="text/css" /> |
- | <title>{{{title|Team Trieste iGEM 2012}}}</title> | + | <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script> |
- | </ | + | <title></html>{{{title|Team Trieste iGEM 2012}}}<html></title> |
+ | </div> | ||
</html> | </html> |
Latest revision as of 00:23, 27 September 2012