Team:TU Delft
From 2010.igem.org
(Difference between revisions)
Line 277: | Line 277: | ||
{ | { | ||
if(constituentFolders[count].substring(0, 5) == "User:") { | if(constituentFolders[count].substring(0, 5) == "User:") { | ||
- | + | outputStr=outputStr + " <span class='doubleright'>»</span> <a href='https://2010.igem.org/Team:TU_Delft#page=Team/'>Team</a> <span class='doubleright'>»</span> <a href='https://2010.igem.org/Team:TU_Delft#page=Team/members'>Members</a> <span class='doubleright'>»</span> <a href='https://2010.igem.org/Team:TU_Delft#page=" + buildDepth(constituentFolders,count) + constituentFolders[count] + "'>" + capitaliseFirstLetter(constituentFolders[count]).replace(/-/gi," ").substring(5) + "</a>"; | |
} | } | ||
if(constituentFolders[count].substring(0, 5) !== "User:") { | if(constituentFolders[count].substring(0, 5) !== "User:") { |
Revision as of 15:42, 26 October 2010
