Team:Cornell/templates/tour

From 2012.igem.org

(Difference between revisions)
Line 6: Line 6:
<html class="no-js" lang="en">
<html class="no-js" lang="en">
<!--<![endif]-->
<!--<![endif]-->
-
<script>
 
-
function link(){
 
-
var 1="https://2012.igem.org/Team:Cornell/Sandbox/project/wetlab"
 
-
if(window.location.href.toString()=="https://2012.igem.org/Team:Cornell/templates/tour") {
 
-
return https://2012.igem.org/Team:Cornell/Sandbox;
 
-
}
 
-
}
 
-
</script>
 
<body>
<body>
<div class="tour" style="left:0">  
<div class="tour" style="left:0">  
-
<a id="prev" href=link()> Previous </a>
+
<a id="prev" href="#"> Previous </a>
</div>
</div>
<div class="tour" style="right:0">  
<div class="tour" style="right:0">  
-
<a id="next" href=link()> Next </a>
+
<a id="next" href="#"> Next </a>
</div>
</div>
</body>
</body>
-
+
<script>
 +
if(window.location.href.toString()=="https://2012.igem.org/Team:Cornell/templates/tour") {
 +
document.getElementById("liSidebar").href="https://2012.igem.org/Team:Cornell/Sandbox";
 +
}
 +
</script>
</html>
</html>

Revision as of 18:19, 13 June 2013