Template:Stockholm/Top8

From 2010.igem.org

(Difference between revisions)
m (New page: <html> <style type="text/css"> td { vertical-align: top } A:link {text-decoration: none; color:#3671A1;} A:visited {text-decoration: none; color:#3671A1;} A:active {text-decoration: no...)
m
 
(9 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
 
+
<head>
 +
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<style type="text/css">
<style type="text/css">
Line 164: Line 166:
}
}
</style>
</style>
-
</html>
+
<script type="text/javascript">
-
<div class="navbar">
+
-
{|
+
-
|[[Team:Stockholm|Home]]
+
-
|[[Team:Stockholm/Project_Idea|Project Idea]]
+
-
|[[Team:Stockholm/Lab_work|Lab work]]
+
-
|[[Team:Stockholm/Results|Results]]
+
-
|[[Team:Stockholm/Modelling|Modelling]]
+
-
|[[Team:Stockholm/Team|Team]]
+
-
|[[Team:Stockholm/Sponsors|Sponsors]]
+
-
|<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>'''Follow us on''' <html><a href="http://twitter.com/igemstockholm"><img src="https://static.igem.org/mediawiki/2010/7/78/Twitter_16.png"></a></html> '''and''' <html><a href="http://www.facebook.com/home.php?#!/group.php?gid=111421565556518"><img src="https://static.igem.org/mediawiki/2010/e/e4/Facebook_16.png"></a></html>
+
/***********************************************
-
|}
+
* Switch Menu script- by Martial B of http://getElementById.com/
-
</div>
+
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
 +
* Visit http://www.dynamicdrive.com/ for full source code
 +
***********************************************/
 +
var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
 +
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only
-
<html>
+
if (document.getElementById){ //DynamicDrive.com change
-
<!--- start google analytics igem.se --->
+
document.write('<style type="text/css">\n')
 +
document.write('.submenu{display: none;}\n')
 +
document.write('</style>\n')
 +
}
-
<script type="text/javascript">
+
function SwitchMenu(obj){
-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+
if(document.getElementById){
-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+
var el = document.getElementById(obj);
-
</script>
+
var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
-
<script type="text/javascript">
+
if(el.style.display != "block"){ //DynamicDrive.com change
-
try {
+
for (var i=0; i<ar.length; i++){
-
var pageTracker = _gat._getTracker("UA-16294882-1");
+
if (ar[i].className=="submenu") //DynamicDrive.com change
-
pageTracker._trackPageview();
+
ar[i].style.display = "none";
-
} catch(err) {}</script>
+
}
 +
el.style.display = "block";
 +
}else{
 +
el.style.display = "none";
 +
}
 +
}
 +
}
-
<!--- end google analytics igem.se --->
+
function get_cookie(Name) {
 +
var search = Name + "="
 +
var returnvalue = "";
 +
if (document.cookie.length > 0) {
 +
offset = document.cookie.indexOf(search)
 +
if (offset != -1) {
 +
offset += search.length
 +
end = document.cookie.indexOf(";", offset);
 +
if (end == -1) end = document.cookie.length;
 +
returnvalue=unescape(document.cookie.substring(offset, end))
 +
}
 +
}
 +
return returnvalue;
 +
}
 +
function onloadfunction(){
 +
if (persistmenu=="yes"){
 +
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
 +
var cookievalue=get_cookie(cookiename)
 +
if (cookievalue!="")
 +
document.getElementById(cookievalue).style.display="block"
 +
}
 +
}
-
<!---  start google analytics https://2010.igem.org/Team:Stockholm --->
+
function savemenustate(){
 +
var inc=1, blockid=""
 +
while (document.getElementById("sub"+inc)){
 +
if (document.getElementById("sub"+inc).style.display=="block"){
 +
blockid="sub"+inc
 +
break
 +
}
 +
inc++
 +
}
 +
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
 +
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
 +
document.cookie=cookiename+"="+cookievalue
 +
}
 +
 
 +
if (window.addEventListener)
 +
window.addEventListener("load", onloadfunction, false)
 +
else if (window.attachEvent)
 +
window.attachEvent("onload", onloadfunction)
 +
else if (document.getElementById)
 +
window.onload=onloadfunction
 +
 
 +
if (persistmenu=="yes" && document.getElementById)
 +
window.onunload=savemenustate
-
<script type="text/javascript">
 
-
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
 
-
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
 
</script>
</script>
-
<script type="text/javascript">
+
</head
-
try {
+
 
-
var pageTracker = _gat._getTracker("UA-16294882-2");
+
 
-
pageTracker._trackPageview();
+
<body>
-
} catch(err) {}</script>
+
 
 +
 
 +
<!-- Keep all menus within masterdiv-->
 +
<div id="masterdiv">
 +
<div class="menutitle"><a href="https://2010.igem.org/Team:Stockholm">Home</a></div>
 +
<div class="menutitle" onclick="SwitchMenu('sub1')">Project idea</div>
 +
<div class="menutitle" onclick="SwitchMenu('sub2')">Lab work</div>
 +
<div class="menutitle" onclick="SwitchMenu('sub3')">Results</div>
 +
<div class="menutitle" onclick="SwitchMenu('sub4')">Modelling</div>
 +
<div class="menutitle" onclick="SwitchMenu('sub5')">Team</div>
 +
<div class="menutitle"><a href="https://2010.igem.org/Team:Stockholm/Sponsors">Sponsors</a></div>
 +
 
 +
<div class="indented1">
 +
<span class="submenu" id="sub1">
 +
&#8627;&nbsp;&nbsp; <a href="new.htm">Introduction</a>
 +
<a href="hot.htm">Pre-study</a>
 +
<a href="revised.htm">Proteins</a>
 +
<a href="morezone/">Future work</a>
 +
</span>
 +
</div>
 +
 
 +
<div class="indented2">
 +
<span class="submenu" id="sub2">
 +
&#8627;&nbsp;&nbsp; <a href="new.htm">Introduction</a>
 +
<a href="hot.htm">Pre-study</a>
 +
<a href="revised.htm">Proteins</a>
 +
<a href="morezone/">Future work</a>
 +
</span>
 +
</div>
 +
 
 +
<div class="indented3">
 +
<span class="submenu" id="sub3">
 +
&#8627;&nbsp;&nbsp; <a href="new.htm">Introduction</a>
 +
<a href="hot.htm">Pre-study</a>
 +
<a href="revised.htm">Proteins</a>
 +
<a href="morezone/">Future work</a>
 +
</span>
 +
</div>
 +
 
 +
<div class="indented4">
 +
<span class="submenu" id="sub4">
 +
&#8627;&nbsp;&nbsp; <a href="new.htm">Introduction</a>
 +
<a href="hot.htm">Pre-study</a>
 +
<a href="revised.htm">Proteins</a>
 +
<a href="morezone/">Future work</a>
 +
</span>
 +
</div>
 +
 
 +
<div class="indented5">
 +
<span class="submenu" id="sub5">
 +
&#8627;&nbsp;&nbsp; <a href="new.htm">Introduction</a>
 +
<a href="hot.htm">Pre-study</a>
 +
<a href="revised.htm">Proteins</a>
 +
<a href="morezone/">Future work</a>
 +
</span>
 +
</div>
 +
 
 +
</div>
-
<!---  end google analytics https://2010.igem.org/Team:Stockholm --->
+
</body></html>
-
</html>
+

Latest revision as of 13:49, 23 October 2010