Team:Cornell/templates/hpracnav

From 2013.igem.org

(Difference between revisions)
(Created page with "<html class="no-js" lang="en"> <body> <div id="bodyContent"> <div class="row"> <div class="twelve columns"> <ul class="side-nav"> <li> <h6>Human Practices</h6> ...")
 
(3 intermediate revisions not shown)
Line 2: Line 2:
<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 14: Line 14:
<li id="liEcovative">
<li id="liEcovative">
<a href="https://2013.igem.org/Team:Cornell/project/hprac/ecovative">Collaboration with Ecovative</a>
<a href="https://2013.igem.org/Team:Cornell/project/hprac/ecovative">Collaboration with Ecovative</a>
-
</li>
 
-
<li id="liCorporations">
 
-
<a href="https://2013.igem.org/Team:Cornell/project/hprac/corporations">iGEM's History with Corporations</a>
 
</li>
</li>
<li id="liEconomics">
<li id="liEconomics">
Line 24: Line 21:
<a href="https://2013.igem.org/Team:Cornell/project/hprac/environment">Environmental Impact</a>
<a href="https://2013.igem.org/Team:Cornell/project/hprac/environment">Environmental Impact</a>
</li>
</li>
-
<li id="liFuture">
+
<li id="liEthics">
-
<a href="https://2013.igem.org/Team:Cornell/project/hprac/future">Future Applications</a>
+
<a href="https://2013.igem.org/Team:Cornell/project/hprac/ethics">Bioethics</a>
 +
</li>
 +
<li id="liSafety">
 +
<a href="https://2013.igem.org/Team:Cornell/project/safety">Safety</a>
</li>
</li>
</ul>
</ul>
Line 36: Line 36:
if(h=="https://2013.igem.org/Team:Cornell/project/hprac")
if(h=="https://2013.igem.org/Team:Cornell/project/hprac")
{ document.getElementById("liOverview").className="active"; }
{ document.getElementById("liOverview").className="active"; }
-
else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/ecovative")
+
else if(h.indexOf("project/hprac/ecovative") != -1)
{ document.getElementById("liEcovative").className="active"; }
{ document.getElementById("liEcovative").className="active"; }
-
else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/corporations")
+
else if(h.indexOf("project/hprac/economics") != -1)
-
{ document.getElementById("liCorporations").className="active"; }
+
-
else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/economics")
+
{ document.getElementById("liEconomics").className="active"; }
{ document.getElementById("liEconomics").className="active"; }
-
else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/environment")
+
else if(h.indexOf("project/hprac/environment") != -1)
{ document.getElementById("liEnvironment").className="active"; }
{ document.getElementById("liEnvironment").className="active"; }
-
else if(h=="https://2013.igem.org/Team:Cornell/project/hprac/future")
+
else if(h.indexOf("project/hprac/ethics") != -1)
-
{ document.getElementById("liFuture").className="active"; }
+
{ document.getElementById("liEthics").className="active"; }
 +
else if(h.indexOf("project/safety") != -1)
 +
{ document.getElementById("liSafety").className="active"; }
</script>
</script>
</html>
</html>

Latest revision as of 03:04, 28 September 2013