Team:Brown-Stanford/Templates/Main
From 2011.igem.org
(Difference between revisions)
Line 712: | Line 712: | ||
// Start with a link to the team home page | // Start with a link to the team home page | ||
- | var outputStr="<a href='https:// | + | var outputStr="<a href='https://2011.igem.org/Team:'" + teamname + ">Home</a>"; |
// Loop through the URL | // Loop through the URL | ||
for (count=0;count<(constituentFolders.length);count++) | for (count=0;count<(constituentFolders.length);count++) | ||
{ | { | ||
- | outputStr=outputStr + " > <a href='https:// | + | outputStr=outputStr + " > <a href='https://2011.igem.org/Team:" + teamname + |
buildDepth(constituentFolders,count) + constituentFolders[count] + "'>" + | buildDepth(constituentFolders,count) + constituentFolders[count] + "'>" + | ||
capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ") + "</a>"; | capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ") + "</a>"; |
Revision as of 22:16, 5 July 2011