Team:Tuebingen/Templates/Navigation
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | |||
<head> | <head> | ||
+ | |||
+ | <!-- Accordion-Navigation --> | ||
+ | |||
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> | <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> | ||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
Line 11: | Line 12: | ||
} | } | ||
- | |||
#navigation { | #navigation { | ||
background-color: blue; | background-color: blue; | ||
Line 49: | Line 49: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
- | |||
</style> | </style> | ||
Line 56: | Line 55: | ||
<body> | <body> | ||
- | |||
- | + | ||
<div id="navigation"> | <div id="navigation"> | ||
<ul id="accordion"> | <ul id="accordion"> | ||
<!-- http://viralpatel.net/blogs/create-accordion-menu-jquery/ --> | <!-- http://viralpatel.net/blogs/create-accordion-menu-jquery/ --> | ||
- | <li><a href=" | + | <li><a href="/Team:Tuebingen">Home</a></li> |
<ul></ul> | <ul></ul> | ||
<li>Project</li> | <li>Project</li> | ||
<ul> | <ul> | ||
- | <li><a href="/Team:Tuebingen/Project">Overview</a></li> | + | <li><a href="/Team:Tuebingen/Project/Overwiew">Overview</a></li> |
- | <li><a href="/Team:Tuebingen/Motivation">Motivation</a></li> | + | <li><a href="/Team:Tuebingen/Project/Motivation">Motivation</a></li> |
- | <li><a href="/Team:Tuebingen/ | + | <li><a href="/Team:Tuebingen/Project/Receptor">Element: Receptor</a></li> |
- | <li><a href="/Team:Tuebingen/ | + | <li><a href="/Team:Tuebingen/Project/Inverter">Element: Inverter</a></li> |
- | <li><a href="/Team:Tuebingen/ | + | <li><a href="/Team:Tuebingen/Project/Reporter">Element: Reporter</a></li> |
- | <li><a href="/Team:Tuebingen/Appkication">Application</a></li> | + | <li><a href="/Team:Tuebingen/Project/Appkication">Application</a></li> |
- | <li><a href="/Team:Tuebingen/Safety">Safety</a></li> | + | <li><a href="/Team:Tuebingen/Project/Safety">Safety</a></li> |
</ul> | </ul> | ||
<li>Team</li> | <li>Team</li> | ||
<ul> | <ul> | ||
- | <li><a href="/Team:Tuebingen/About">About Us</a></li> | + | <li><a href="/Team:Tuebingen/Team/About">About Us</a></li> |
- | <li><a href="/Team:Tuebingen/Attributions">Attributions</a></li> | + | <li><a href="/Team:Tuebingen/Team/Attributions">Attributions</a></li> |
- | <li><a href="/Team:Tuebingen/ | + | <li><a href="/Team:Tuebingen/Sponsors">Sponsors</a></li> |
</ul> | </ul> | ||
<li>Notebook</li> | <li>Notebook</li> | ||
<ul> | <ul> | ||
- | <li><a href="/Team:Tuebingen/Protocols">Protocols</a></li> | + | <li><a href="/Team:Tuebingen/Notebook/Protocols">Protocols</a></li> |
- | <li><a href="/Team:Tuebingen/Journal">Weekly Journal</a></li> | + | <li><a href="/Team:Tuebingen/Notebook/Journal">Weekly Journal</a></li> |
</ul> | </ul> | ||
<li>Activities</li> | <li>Activities</li> | ||
<ul> | <ul> | ||
- | <li><a href="/Team:Tuebingen/SynBio">SynBio-Day</a></li> | + | <li><a href="/Team:Tuebingen/Activities/SynBio">SynBio-Day</a></li> |
- | <li><a href="/Team:Tuebingen/School">School-Project</a></li> | + | <li><a href="/Team:Tuebingen/Activities/School">School-Project</a></li> |
- | <li><a href="/Team:Tuebingen/Videogame">Videogame</a></li> | + | <li><a href="/Team:Tuebingen/Activities/Videogame">Videogame</a></li> |
</ul> | </ul> | ||
<li>Results</li> | <li>Results</li> | ||
<ul> | <ul> | ||
- | <li><a href=" | + | <li><a href="/Team:Tuebingen/Results/Modelling">Modelling</a></li> |
- | <li><a href=" | + | <li><a href="/Team:Tuebingen/Results/Receptor">Element: Receptor</a></li> |
- | <li><a href=" | + | <li><a href="/Team:Tuebingen/Results/Inverter">Element: Inverter</a></li> |
- | <li><a href=" | + | <li><a href="/Team:Tuebingen/Results/Reporter">Element: Reporter</a></li> |
- | <li><a href=" | + | <li><a href="/Team:Tuebingen/Results/ShippedParts">Shipped Parts</a></li> |
</ul> | </ul> | ||
- | <li><a href=" | + | <li><a href="/Team:Tuebingen/Contact">Contact Us</a></li> |
</ul> | </ul> | ||
</div> | </div> | ||
- | |||
<script> | <script> | ||
- | |||
$("#accordion > li").click(function(){ | $("#accordion > li").click(function(){ | ||
Line 122: | Line 118: | ||
$(this).next().slideToggle(300); | $(this).next().slideToggle(300); | ||
}); | }); | ||
- | |||
</script> | </script> | ||
+ | <!-- Accordion-Navigation --> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 23:23, 13 August 2013