Team:Freiburg/Templates/html/base header.html

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{CSS/Main}}
+
$('<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');
-
<html>
 
-
<head>
 
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
-
<title>iGEM Freiburg 2014</title>
 
-
                <link rel="stylesheet" href="/Team:Freiburg/css/styles.css?action=raw&ctype=text/css" type="text/css">
 
-
</head>
 
-
<body >
 
-
<div id="menue">
+
 
-
<table align="center" width="1200px" style="background-color: #7A191A; color: #FFFFFF; padding-bottom: 10px; padding-top:10px;">
+
<div id="menue">
-
<tr>
+
<table align="center" width="1200px" style="background-color: #7A191A; color: #FFFFFF; padding-bottom: 10px; padding-top:10px;">
-
<td><a  id="link1" href="https://2014.igem.org/Team:Freiburg" onmouseover="colorify(this);" onmouseout="normal(this);">Main</a></td>
+
<tr>
-
<td><a  id="link2" href="https://2014.igem.org/Team:Freiburg/Team" onmouseover="colorify(this);"onmouseout="normal(this);">Team</a></td>
+
<td><a  id="link1" href="https://2014.igem.org/Team:Freiburg" onmouseover="colorify(this);" onmouseout="normal(this);">Main</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="link2" href="https://2014.igem.org/Team:Freiburg/Team" onmouseover="colorify(this);"onmouseout="normal(this);">Team</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="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="link5" href="https://2014.igem.org/Team:Freiburg/Parts"onmouseover="colorify(this);"onmouseout="normal(this);">Parts</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="link6" href="https://2014.igem.org/Team:Freiburg/Modeling"onmouseover="colorify(this);"onmouseout="normal(this);">Modeling</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="link7" href="https://2014.igem.org/Team:Freiburg/Notebook"onmouseover="colorify(this);"onmouseout="normal(this);">Notebook</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="link8" href="https://2014.igem.org/Team:Freiburg/Safety"onmouseover="colorify(this);"onmouseout="normal(this);">Safety</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="link9" href="https://2014.igem.org/Team:Freiburg/Attributions"onmouseover="colorify(this);"onmouseout="normal(this);">Attributions</a></td>
+
<td><a id="link8" href="https://2014.igem.org/Team:Freiburg/Safety"onmouseover="colorify(this);"onmouseout="normal(this);">Safety</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 id="link9" href="https://2014.igem.org/Team:Freiburg/Attributions"onmouseover="colorify(this);"onmouseout="normal(this);">Attributions</a></td>
-
                                        <td><a href="/Special:PrefixIndex/Team:Freiburg">Sitemap</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>
-
</tr>
+
            <td><a href="/Special:PrefixIndex/Team:Freiburg">Sitemap</a></td>
-
</table>
+
</tr>
-
</div>
+
</table>
-
        <div class="content">
+
</div>
-
</html>
+

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');