Team:TU Delft/test

From 2010.igem.org

(Difference between revisions)
Line 218: Line 218:
for (count=2;count<(constituentFolders.length-1);count++)
for (count=2;count<(constituentFolders.length-1);count++)
{
{
-
outputStr=outputStr + " : <a href='" + buildDepth((constituentFolders.length-count)+1) + "index.html' title='parent folder'>" + constituentFolders[count] + "</a>";
+
outputStr=outputStr + " &raquo; <a href='" + buildDepth((constituentFolders.length-count)+1) + "' title='parent folder'>" + constituentFolders[count] + "</a>";
}
}
$("#breadcrumbs").html(outputStr);
$("#breadcrumbs").html(outputStr);

Revision as of 14:44, 27 September 2010