Difference between revisions of "Sitemap"

Line 188: Line 188:
 
function append_tier_one ( page_name, no_underscores_name ) {
 
function append_tier_one ( page_name, no_underscores_name ) {
  
$("#organized_pages").append("<li> <a href='"+page_name+"'>"+no_underscores_name+"</a> <ul  id='"+page_name+"' ></ul> </li>");
+
$("#organized_pages").append("<li> <a href='"+page_name+"'>"+no_underscores_name+"</a> <ul  id='"+page_name+"_map' ></ul> </li>");
  
 
}
 
}
Line 194: Line 194:
 
function append_tier_two (page_name, no_underscores_name, clean_name ) {
 
function append_tier_two (page_name, no_underscores_name, clean_name ) {
  
$("#"+page_name.substring(0, page_name.indexOf("/") ) ).append("<li><a href='"+page_name+"'> "+no_underscores_name.substring( page_name.indexOf("/")+1, page_name.length )+"</a>  <ol id='"+clean_name+"'>  </ol></li>");
+
$("#"+page_name+"_map".substring(0, page_name.indexOf("/") ) ).append("<li><a href='"+page_name+"'> "+no_underscores_name.substring( page_name.indexOf("/")+1, page_name.length )+"</a>  <ol id='"+clean_name+"'>  </ol></li>");
  
 
}
 
}

Revision as of 16:34, 6 January 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.