Difference between revisions of "Sitemap"

Line 27: Line 27:
 
}
 
}
  
#hq_view_content {display:none; }
+
.view_format_content {display:none; }
  
 +
.view_format_content.selected_content {display:block; }
 
</style>
 
</style>
  
Line 37: Line 38:
 
<div class="view_format" id="hq_view"> HQ </div>
 
<div class="view_format" id="hq_view"> HQ </div>
 
<div class="view_format" id="all_view"> ALL </div>
 
<div class="view_format" id="all_view"> ALL </div>
</DIV>
+
</div>
  
  
Line 43: Line 44:
 
<div class="clear"></div>
 
<div class="clear"></div>
  
<div class="column half_size multiple_links"  id="list_view_content">
 
<h2> iGEM 2017 wiki pages </h2>
 
<ul  id="organized_pages">
 
 
</ul>
 
  
 +
<div class="column full_size view_format_content selected_content " id="list_view_content">
 +
<h2> LIST </h2>
 
</div>
 
</div>
  
  
 +
<div class="column full_size view_format_content" id="menu_view_content">
 +
<h2> MENU </h2>
 +
</div>
  
<div class="column half_size multiple_links" id="hq_view_content">
 
<h2> Wiki in numbers </h2>
 
  
<table>
+
<div class="column full_size view_format_content" id="teams_view_content">
<tr>  
+
<h2> TEAMS </h2>
<th> Total pages </th> <th> Wiki pages </th> <th> HQ pages </th> <th> Redirect pages </th>  <th> Not sorted </th> <th> Team pages </th>
+
</div>
</tr>
+
  
<tr>
 
<td id="total_pages_count"></td>
 
<td id="wiki_pages_count"> </td>
 
<td id="hq_pages_count"></td>
 
<td id="redirect_pages_count"></td>
 
<td id="not_sorted_pages_count"></td>
 
<td id="team_pages_count"></td>
 
</tr>
 
  
 +
<div class="column full_size view_format_content" id="hq_view_content">
 +
<h2> HQ </h2>
 +
</div>
  
</table>
 
 
 
<h2> HQ pages </h2>
 
<ul id="HQ">
 
</ul>
 
 
 
<h2> Redirects </h2>
 
<ul id="redirect">
 
</ul>
 
 
 
 
<h2> Not sorted </h2>
 
<ul id="not_sorted">
 
</ul>
 
  
 +
<div class="column full_size view_format_content" id="all_view_content">
 +
<h2> ALL </h2>
 
</div>
 
</div>
  
  
 
 
 
 
<div class="clear"></div>
 
 
<div class="column half_size multiple_links" >
 
<h2> All pages </h2>
 
<ol  id="all_pages">
 
 
</ol>
 
 
</div>
 
  
  
Line 116: Line 81:
 
$(".view_format").click(function() {
 
$(".view_format").click(function() {
 
$(".view_format").removeClass("selected_view");
 
$(".view_format").removeClass("selected_view");
 +
$(".view_format_content").removeClass("selected_content");
 +
 
$(this).addClass("selected_view");
 
$(this).addClass("selected_view");
 +
$(this.id+"_content").addClass("selected_content");
 
});
 
});
  

Revision as of 18:37, 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
ALL

LIST

TEAMS

HQ

ALL