Template:Imperial/09/TopNavigation
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
+ | {{Imperial/09/TopNavigation/CSS}} | ||
<html> | <html> | ||
+ | <script src="http://charlesfracchia.com/SlideUp/prototype.js" type="text/javascript"></script> | ||
+ | <script src="http://charlesfracchia.com/SlideUp/effects.js" type="text/javascript"></script> | ||
+ | <script src="http://charlesfracchia.com/SlideUp/tabslide.js" type="text/javascript"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
<!-- HOME PAGE --> | <!-- HOME PAGE --> | ||
if (addressSplit[3]=='Team:Imperial_College_London'){ | if (addressSplit[3]=='Team:Imperial_College_London'){ | ||
if (typeof(addressSplit[4])=='undefined'){ | if (typeof(addressSplit[4])=='undefined'){ | ||
- | document.write(' | + | document.write('<div id="accordion"> |
- | + | <div class="panel" id="panel1"> | |
- | + | <h3>Panel 1</h3> | |
- | + | <div id="panel1-body" class="panel_body"> | |
- | + | <div> | |
- | + | This is the contents of this panel. | |
- | + | </div> | |
+ | </div> | ||
+ | </div> | ||
- | + | <div class="panel" id="panel2"> | |
- | + | ||
- | + | <h3>Panel 2</h3> | |
- | + | <div id="panel2-body" class="panel_body"> | |
- | + | <div> | |
- | + | This is the contents of this panel. | |
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="panel" id="panel3"> | ||
+ | <h3>Panel 3</h3> | ||
+ | <div id="panel3-body" class="panel_body"> | ||
+ | <div> | ||
+ | This is the contents of this panel. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="panel" id="panel4"> | ||
+ | <h3>Panel 4</h3> | ||
+ | <div id="panel4-body" class="panel_body"> | ||
+ | <div> | ||
+ | This is the contents of this panel. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="panel" id="panel5"> | ||
+ | <h3>Panel 5</h3> | ||
+ | <div id="panel5-body" class="panel_body"> | ||
+ | <div> | ||
+ | This is the contents of this panel. | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div>'); | ||
} | } | ||
} | } | ||
</script> | </script> | ||
+ | <script>init();</script> | ||
</html> | </html> |
Revision as of 13:17, 18 October 2009
Template:Imperial/09/TopNavigation/CSS