Difference between revisions of "Sitemap"

Line 263: Line 263:
 
function append_tier_one ( page_name, no_underscores_name, append_to ) {
 
function append_tier_one ( page_name, no_underscores_name, append_to ) {
 
 
page_id = "map0"+page_name;
+
var page_id = "map0"+page_name;
 
$(append_to).append("<li> <a href='"+page_name+"'>"+no_underscores_name+"</a> <ul  id='"+page_id+"' ></ul> </li>");
 
$(append_to).append("<li> <a href='"+page_name+"'>"+no_underscores_name+"</a> <ul  id='"+page_id+"' ></ul> </li>");
  
Line 271: Line 271:
  
 
function append_tier_two (page_name, no_underscores_name, clean_name ) {
 
function append_tier_two (page_name, no_underscores_name, clean_name ) {
page_id  = "map0"+page_name;
+
var page_id  = "map0"+page_name;
 
$("#"+page_id.substring(0, page_id.indexOf("/") ) ).append("<li><a href='"+page_name+"'> "+no_underscores_name.substring( page_id.indexOf("/") -3, page_id.length) +"</a>  <ol id='"+clean_name+"'>  </ol></li>");
 
$("#"+page_id.substring(0, page_id.indexOf("/") ) ).append("<li><a href='"+page_name+"'> "+no_underscores_name.substring( page_id.indexOf("/") -3, page_id.length) +"</a>  <ol id='"+clean_name+"'>  </ol></li>");
  
Line 280: Line 280:
 
 
 
function append_tier_three (page_name,  no_underscores_name, clean_name ) {
 
function append_tier_three (page_name,  no_underscores_name, clean_name ) {
page_id  = "map0"+page_name;
+
var page_id  = "map0"+page_name;
$("#"+clean_name.substring(0,  clean_name.lastIndexOf("-") ) ).append("<li id='"+page_name+"'><a href='"+page_name+"'>"+no_underscores_name.substring( page_name.lastIndexOf("/")+1, page_name.length )+"</a></li>");
+
$("#"+page_id.substring(0,  clean_name.lastIndexOf("-") ) ).append("<li id='"+page_name+"'><a href='"+page_name+"'>"+no_underscores_name.substring( page_name.lastIndexOf("/")+1, page_name.length )+"</a></li>");
 
 
  

Revision as of 19:46, 20 April 2017

MENU

SITEMAP

iGEM is a multifaceted competition with many different components. Our websites have a lot of information, from requirements of the competition to tips on how make fundraising easier. This page is here to help you navigate our site and make sure you have access to all of its content.

LIST
TEAMS
HQ

TEAMS