Team:Freiburg/Templates/html/base header.html
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | { | + | $('<link>',{ |
+ | rel: 'stylesheet', | ||
+ | href: '/Team:Freiburg/css/styles.css?action=raw&ctype=text/css', | ||
+ | type: 'text/css' | ||
+ | }).appendTo('head'); | ||
+ | $('head title').text('iGEM Freiburg 2014'); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | ||
- | + | <div id="menue"> | |
- | + | <table align="center" width="1200px" style="background-color: #7A191A; color: #FFFFFF; padding-bottom: 10px; padding-top:10px;"> | |
- | + | <tr> | |
- | + | <td><a id="link1" href="https://2014.igem.org/Team:Freiburg" onmouseover="colorify(this);" onmouseout="normal(this);">Main</a></td> | |
- | + | <td><a id="link2" href="https://2014.igem.org/Team:Freiburg/Team" onmouseover="colorify(this);"onmouseout="normal(this);">Team</a></td> | |
- | + | <td><a id="link3" href="https://igem.org/Team.cgi?year=2014&team_name=Freiburg" onmouseover="colorify(this);"onmouseout="normal(this);">Official Team Profile</a></td> | |
- | + | <td><a id="link4" href="https://2014.igem.org/Team:Freiburg/Project"onmouseover="colorify(this);"onmouseout="normal(this);">Project</a></td> | |
- | + | <td><a id="link5" href="https://2014.igem.org/Team:Freiburg/Parts"onmouseover="colorify(this);"onmouseout="normal(this);">Parts</a></td> | |
- | + | <td><a id="link6" href="https://2014.igem.org/Team:Freiburg/Modeling"onmouseover="colorify(this);"onmouseout="normal(this);">Modeling</a></td> | |
- | + | <td><a id="link7" href="https://2014.igem.org/Team:Freiburg/Notebook"onmouseover="colorify(this);"onmouseout="normal(this);">Notebook</a></td> | |
- | + | <td><a id="link8" href="https://2014.igem.org/Team:Freiburg/Safety"onmouseover="colorify(this);"onmouseout="normal(this);">Safety</a></td> | |
- | + | <td><a id="link9" href="https://2014.igem.org/Team:Freiburg/Attributions"onmouseover="colorify(this);"onmouseout="normal(this);">Attributions</a></td> | |
- | + | <td align ="center"><a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a></td> | |
- | + | <td><a href="/Special:PrefixIndex/Team:Freiburg">Sitemap</a></td> | |
- | + | </tr> | |
- | + | </table> | |
- | + | </div> | |
- | + |
Revision as of 06:35, 2 August 2014
$('<link>',{
rel: 'stylesheet', href: '/Team:Freiburg/css/styles.css?action=raw&ctype=text/css', type: 'text/css'
}).appendTo('head'); $('head title').text('iGEM Freiburg 2014');