Line 152: | Line 152: | ||
//"Sitemap" is part of the ids to make sure it is appended on the page and not on the menu or anywhere else | //"Sitemap" is part of the ids to make sure it is appended on the page and not on the menu or anywhere else | ||
− | + | ||
− | + | ||
+ | // call the function to load the page list | ||
+ | load_page_list("https://2017.igem.org/Special:AllPages"); | ||
+ | |||
+ | |||
$(document).ready(function() { | $(document).ready(function() { | ||
Line 160: | Line 164: | ||
check_user_priviliges(); | check_user_priviliges(); | ||
− | |||
− | |||
//switching between views | //switching between views | ||
Line 174: | Line 176: | ||
+ | |||
+ | $(".expand_collapse.control_button").click(function(){ | ||
+ | $(this).next().fadeToggle(400); | ||
+ | //$(this).toggleClass("less"); | ||
+ | }); | ||
}); | }); | ||
Line 252: | Line 259: | ||
if ( is_it_a_special_page ( page_name, page_link ) == false ) { | if ( is_it_a_special_page ( page_name, page_link ) == false ) { | ||
− | // check how many "tiers" ( / ) the page name has in order to place it | + | // check how many "tiers" ( / ) the page name has in order to place it appropriately |
switch ( (page_name.match( /\//g ) || []).length ) { | switch ( (page_name.match( /\//g ) || []).length ) { | ||
Line 261: | Line 268: | ||
id_to_append_to = "#team_list"; | id_to_append_to = "#team_list"; | ||
page_sublist_id = page_sublist_id + page_name.replace( /:/g , "0"); | page_sublist_id = page_sublist_id + page_name.replace( /:/g , "0"); | ||
− | + | append_main_team_page(id_to_append_to, page_name, page_name_display, page_sublist_id); | |
} | } | ||
else { | else { |
Revision as of 15:43, 24 April 2017
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.
PAGE LIST
TEAM PAGES
HQ
LIST
TEAMS
HQ
This is the view for iGEM HQ
Wiki in numbers
Total pages | Wiki pages | HQ pages | Redirect pages | Not sorted | Team pages |
---|---|---|---|---|---|