Template:Queens Canada/Header

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
__NOTOC__<html lang="en">
__NOTOC__<html lang="en">
<html>
<html>
-
 
-
<script>
 
-
//Configure the script here
 
-
var teamname = "TU_Delft";
 
-
 
-
// Do not edit below
 
-
 
-
// Loop through the URL
 
-
function buildDepth(array,count) {
 
-
var depthStr="";
 
-
for (i=0;i<count;i++)
 
-
{
 
-
depthStr=depthStr + array[i] + "/" ;
 
-
}
 
-
return depthStr;
 
-
}
 
-
 
-
// The function
 
-
function buildBreadCrumbTrail(page) {
 
-
// Declare vars
 
-
var constituentFolders = new Array();
 
-
var currentURL = page;
 
-
 
-
// Split the URL
 
-
constituentFolders=currentURL.split("/");
 
-
 
-
// Start with a link to the team home page
 
-
var outputStr="<a href='https://2010.igem.org/Team:'" + teamname + ">Home</a>";
 
-
 
-
// Loop through the URL
 
-
for (count=0;count<(constituentFolders.length);count++)
 
-
{
 
-
outputStr=outputStr + " > <a href='https://2010.igem.org/Team:" + teamname +
 
-
buildDepth(constituentFolders,count) + constituentFolders[count] + "'>" +
 
-
capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ") + "</a>";
 
-
}
 
-
 
-
// Write to the div
 
-
$("#breadcrumbs").html(outputStr);
 
-
}
 
-
 
-
// Capitalize the first letter
 
-
function capitaliseFirstLetter(string) {
 
-
    return string.charAt(0).toUpperCase() + string.slice(1);
 
-
}
 
-
 
-
// Start the script upon page load
 
-
$(function() {
 
-
buildBreadCrumbTrail(window.location.pathname);
 
-
}
 
-
</script>
 
-
<div id="breadcrumbs">The breadcrumbs will show up in this div</div>
 
-
 

Revision as of 20:41, 15 June 2011

Text everywhere QQQQQ Okay

Is this text actually the right font? Text everywhere okay QQQQQQQQ Q


QQQ

Text inside here, everywhere! Whoa!

but then:

Achievements in copying code


If nothing appears here, something has gone wrong! Please enable JavaScript to continue.