Team:Alberta/LeftBar
From 2009.igem.org
(Difference between revisions)
(80 intermediate revisions not shown) | |||
Line 7: | Line 7: | ||
list-style: none; | list-style: none; | ||
border-top: solid 1px #b9a894; | border-top: solid 1px #b9a894; | ||
- | margin: | + | margin: 20px13px7px; |
padding: 0; | padding: 0; | ||
position: relative; | position: relative; | ||
Line 15: | Line 15: | ||
ul#menu ol { | ul#menu ol { | ||
display: none; | display: none; | ||
- | text-align: | + | text-align: center; |
list-style-type: none; | list-style-type: none; | ||
margin: 0px 0; | margin: 0px 0; | ||
Line 138: | Line 138: | ||
// Menu Functions & Properties | // Menu Functions & Properties | ||
- | var activeMenu | + | var activeMenu; |
+ | var lastClicked; | ||
function showMenu() { | function showMenu() { | ||
Line 145: | Line 146: | ||
getNextSiblingByElement(activeMenu).style.display = "none"; | getNextSiblingByElement(activeMenu).style.display = "none"; | ||
} | } | ||
- | if(this == activeMenu){ | + | if(this == activeMenu) |
+ | { | ||
activeMenu = null; | activeMenu = null; | ||
+ | lastClicked = null; | ||
} else { | } else { | ||
this.className = "active"; | this.className = "active"; | ||
getNextSiblingByElement(this).style.display = "block"; | getNextSiblingByElement(this).style.display = "block"; | ||
activeMenu = this; | activeMenu = this; | ||
- | } | + | lastClicked = this.textContent; |
- | + | window.name = lastClicked; | |
+ | } | ||
+ | |||
+ | return false; | ||
+ | |||
+ | |||
} | } | ||
Line 158: | Line 166: | ||
var menus, menu, text, a, i; | var menus, menu, text, a, i; | ||
menus = getChildrenByElement(document.getElementById("menu")); | menus = getChildrenByElement(document.getElementById("menu")); | ||
+ | |||
for(i = 0; i < menus.length; i++){ | for(i = 0; i < menus.length; i++){ | ||
menu = menus[i]; | menu = menus[i]; | ||
Line 167: | Line 176: | ||
a.onclick = showMenu; | a.onclick = showMenu; | ||
a.onfocus = function(){this.blur()}; | a.onfocus = function(){this.blur()}; | ||
+ | if (a.textContent == window.name) | ||
+ | { | ||
+ | a.className = "active"; | ||
+ | getNextSiblingByElement(a).style.display = "block"; | ||
+ | activeMenu = a; | ||
+ | } | ||
+ | |||
} | } | ||
+ | |||
+ | |||
} | } | ||
Line 178: | Line 196: | ||
<body> | <body> | ||
- | <table align=left> | + | <table align=left cellspacing=0 cellpadding=0> |
- | <td>< | + | <tr><td><BR><img src="https://static.igem.org/mediawiki/2009/e/ed/UofA09_MainPrjt.png" hspace=19></td></tr> |
- | <tr> | + | <tr><td> |
<ul id="menu"> | <ul id="menu"> | ||
- | + | <li>DNA Assembly | |
<ol> | <ol> | ||
+ | <lie><a href="https://2009.igem.org/Team:Alberta/Project/assemblyoverview">Overview</a> | ||
+ | <li><a href="https://2009.igem.org/Team:Alberta/ByteCreation">Byte Creation</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Alberta/DNAanchor">Anchor/Terminator</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Alberta/Optimization">Optimization</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Alberta/Project/linearconstruct">Linear Constructs</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Alberta/plasmidconstruct">Plasmid Constructs</a></li> | ||
</ol> | </ol> | ||
</li> | </li> | ||
- | + | <li>Automation | |
<ol> | <ol> | ||
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/AutomationOverview">Overview</a></li> |
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Microfluidics">Microfluidics</a></li> |
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Automation">DIY Automation</a></li> |
</ol> | </ol> | ||
</li> | </li> | ||
- | <li> | + | <li>Organism Design |
<ol> | <ol> | ||
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Bioinformatics">Overview</a> |
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Gene_Selection">Gene Selection</a></li> |
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Modeling">Modeling</a></li> |
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/ModelValid">Model Validation</a></li> |
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Promoters_&_Terminators">Promoter/Terminator</a></li> |
+ | <li><a href="https://2009.igem.org/Team:Alberta/Project/Primer_Design">Primer Design</a></li> | ||
</ol> | </ol> | ||
</li> | </li> | ||
- | <li> | + | <li>Chromosome Assembly |
<ol> | <ol> | ||
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Chromosome Assembly">Overview</a></li> |
- | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Recombineering">Recombineering</a></li> | |
- | + | ||
</ol> | </ol> | ||
- | + | <li>Human Practices | |
- | <li> | + | |
<ol> | <ol> | ||
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Outreach">Overview</a></li> |
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Presentations">Presentations</a></li> |
- | <li><a href=" | + | <li><a href="https://2009.igem.org/Team:Alberta/Project/Surveys">Feedback</a></li> |
+ | <li><a href="https://2009.igem.org/Team:Alberta/Project/UofADebate">U of A Debate</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Alberta/Project/Debate_Outreach"> HS Debate Outreach</a></li> | ||
+ | <li><a href="https://2009.igem.org/Team:Alberta/Project/Safety">Safety</a></li> | ||
</ol> | </ol> | ||
</li> | </li> | ||
</ul> | </ul> | ||
- | < | + | <BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR> |
+ | </td></tr></table> | ||
<!-- | <!-- | ||
- | |||
<div id="menu"> | <div id="menu"> | ||
- | |||
<ul> | <ul> | ||
<li>[[Team:Alberta | Home]]</li> | <li>[[Team:Alberta | Home]]</li> | ||
Line 261: | Line 286: | ||
<hr> | <hr> | ||
<hr> | <hr> | ||
- | <li>[[Team:Alberta/Project/Outreach | '''Outreach''']]</li> | + | <li>[[Team:Alberta/Project/Outreach | '''Ethics Debate''']]</li> |
+ | <hr> | ||
+ | <hr> | ||
+ | <li>[[Team:Alberta/Project/Parts | '''Outreach''']]</li> | ||
</ul> | </ul> | ||
Latest revision as of 23:44, 21 October 2009
|