Team:Amsterdam/Header

From 2011.igem.org

(Difference between revisions)
Line 38: Line 38:
// Start with a link to the team home page
// Start with a link to the team home page
-
var outputStr="<a href='https://2010.igem.org/Team:'" + teamname + ">Homepage</a>";
+
var outputStr="<a href='https://2011.igem.org/Team:'" + teamname + ">Homepage</a>";
// Loop through the URL
// Loop through the URL
Line 50: Line 50:
// Write to the div
// Write to the div
$("#breadcrumbs").html(outputStr);
$("#breadcrumbs").html(outputStr);
-
outputStr = str.outputStr("_", " "));
+
outputStr = (str.outputStr("_", " "));
-
var txt=document.getElementById("breadcrumbs")
+
var txt=document.getElementById("breadcrumbs");
txt.innerHTML=outputStr;
txt.innerHTML=outputStr;
}
}

Revision as of 15:16, 9 September 2011