Team:Cornell/templates/wetnav
From 2013.igem.org
(Difference between revisions)
(40 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html class="no-js" lang="en"> | <html class="no-js" lang="en"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<body> | <body> | ||
<div id="bodyContent"> | <div id="bodyContent"> | ||
- | <div class="row"> | + | <div class="row last-ele"> |
<div class="twelve columns"> | <div class="twelve columns"> | ||
<ul class="side-nav"> | <ul class="side-nav"> | ||
Line 58: | Line 21: | ||
<a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/regulatory_elements">Regulatory Elements</a> | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/regulatory_elements">Regulatory Elements</a> | ||
</li> | </li> | ||
- | <li id=" | + | <li id="liSelectableMarkers"> |
- | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/ | + | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/selectable_markers">Selectable Markers</a> |
+ | </li> | ||
+ | <li id="liCharacterization"> | ||
+ | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/characterization">Characterization</a> | ||
</li> | </li> | ||
<li id="liHomologousConstructs"> | <li id="liHomologousConstructs"> | ||
<a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/homologous_constructs">Homologous Constructs</a> | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/homologous_constructs">Homologous Constructs</a> | ||
- | |||
- | |||
- | |||
</li> | </li> | ||
<li id="liBioSafety"> | <li id="liBioSafety"> | ||
<a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/biosafety">Biosafety</a> | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/biosafety">Biosafety</a> | ||
</li> | </li> | ||
- | + | <li id="liProtoplasting"> | |
- | + | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/protoplasting">Protoplasting</a> | |
- | + | ||
- | + | ||
- | + | ||
- | <li id=" | + | |
- | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/ | + | |
</li> | </li> | ||
- | <li id=" | + | <li id="liTransformation"> |
- | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/ | + | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/fungal_transformation">Fungal Transformation</a> |
</li> | </li> | ||
</ul> | </ul> | ||
+ | </li> | ||
+ | <li id="liCarotenoids"> | ||
+ | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/carotenoids">Carotenoids</a> | ||
+ | </li> | ||
+ | <li id="liLimonene"> | ||
+ | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/limonene">Limonene</a> | ||
</li> | </li> | ||
<li id="liAntiFungals"> | <li id="liAntiFungals"> | ||
- | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/antifungals">Antifungals</a | + | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/fungal_toolkit/antifungals">Antifungals</a> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</li> | </li> | ||
- | <li id=" | + | <li id="liBioBricks"> |
<a href="https://2013.igem.org/Team:Cornell/project/wetlab/biobricks">BioBricks</a> | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/biobricks">BioBricks</a> | ||
</li> | </li> | ||
- | <li id=" | + | <li id="liAnimation"> |
<a href="https://2013.igem.org/Team:Cornell/project/wetlab/animation">Animation</a> | <a href="https://2013.igem.org/Team:Cornell/project/wetlab/animation">Animation</a> | ||
</li> | </li> | ||
Line 108: | Line 64: | ||
</div> | </div> | ||
</body> | </body> | ||
+ | <script> | ||
+ | var h=window.location.href.toString() | ||
+ | if(h == "https://2013.igem.org/Team:Cornell/project/wetlab") | ||
+ | { document.getElementById("liOverview").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/chassis") != -1) | ||
+ | { document.getElementById("liChassis").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit/regulatory_elements") != -1) | ||
+ | { document.getElementById("liRegulatoryElements").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit/selectable_markers") != -1) | ||
+ | { document.getElementById("liSelectableMarkers").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit/homologous_constructs") != -1) | ||
+ | { document.getElementById("liHomologousConstructs").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit/characterization") != -1) | ||
+ | { document.getElementById("liCharacterization").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit/biosafety") != -1) | ||
+ | { document.getElementById("liBioSafety").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/protoplasting") != -1) | ||
+ | { document.getElementById("liProtoplasting").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit/fungal_transformation") != -1) | ||
+ | { document.getElementById("liTransformation").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit/carotenoids") != -1) | ||
+ | { document.getElementById("liCarotenoids").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit/limonene") != -1) | ||
+ | { document.getElementById("liLimonene").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit/antifungals") != -1) | ||
+ | { document.getElementById("liAntiFungals").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/biobricks") != -1) | ||
+ | { document.getElementById("liBioBricks").className="active"; } | ||
+ | else if(h.indexOf("project/wetlab/fungal_toolkit") != -1) | ||
+ | { var liFT = document.getElementById("liFungalToolkit") | ||
+ | liFT.className="active"; | ||
+ | var childLi = liFT.children[1].children; | ||
+ | for(var i = 0; i < childLi.length; i++) { childLi[i].className="inactive"; } | ||
+ | } | ||
+ | else if(h.indexOf("project/wetlab/animation") != -1) | ||
+ | { document.getElementById("liAnimation").className="active"; } | ||
+ | else if(h.indexOf("roject/wetlab/future_work") != -1) | ||
+ | { document.getElementById("liFutureWork").className="active"; } | ||
+ | </script> | ||
</html> | </html> |
Latest revision as of 01:21, 29 October 2013