Team:RHIT/Notebook
From 2012.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
} | } | ||
}); | }); | ||
- | + | function page1() { | |
$('#rhit-blueSheet').show(); | $('#rhit-blueSheet').show(); | ||
$('#rhit-redSheet').hide(); | $('#rhit-redSheet').hide(); | ||
$('#rhit-grnSheet').hide(); | $('#rhit-grnSheet').hide(); | ||
+ | $('#rhit-fourthSheet').hide(); | ||
} | } | ||
function page2() { | function page2() { | ||
Line 24: | Line 25: | ||
$('#rhit-redSheet').show(); | $('#rhit-redSheet').show(); | ||
$('#rhit-grnSheet').hide(); | $('#rhit-grnSheet').hide(); | ||
+ | $('#rhit-fourthSheet').hide(); | ||
} | } | ||
function page3() { | function page3() { | ||
Line 29: | Line 31: | ||
$('#rhit-redSheet').hide(); | $('#rhit-redSheet').hide(); | ||
$('#rhit-grnSheet').show(); | $('#rhit-grnSheet').show(); | ||
+ | $('#rhit-fourthSheet').hide(); | ||
+ | } | ||
+ | function page4() { | ||
+ | $('#rhit-blueSheet').hide(); | ||
+ | $('#rhit-redSheet').hide(); | ||
+ | $('#rhit-grnSheet').hide(); | ||
+ | $('#rhit-fourthSheet').show(); | ||
} | } | ||
</script> | </script> | ||
Line 80: | Line 89: | ||
<div class="rhit-grnDivider"> | <div class="rhit-grnDivider"> | ||
Lab Protocols | Lab Protocols | ||
+ | </div> | ||
+ | </a> | ||
+ | <a href="javascript:void(0)" onclick="page4()"> | ||
+ | <div class="rhit-fourthDivider"> | ||
+ | Safety | ||
</div> | </div> | ||
</a> | </a> | ||
Line 180: | Line 194: | ||
Protocol text | Protocol text | ||
</div> | </div> | ||
+ | <div class="rhit-fourthSheet" id="rhit-fourthSheet"> | ||
+ | Safety text | ||
+ | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 15:54, 10 August 2012