Team:RHIT/Modeling
From 2012.igem.org
(Difference between revisions)
Line 16: | Line 16: | ||
$('#rhit-sheet2').hide(); | $('#rhit-sheet2').hide(); | ||
}); | }); | ||
- | function | + | function page1() { |
$('#rhit-blueSheet').show(); | $('#rhit-blueSheet').show(); | ||
$('#rhit-redSheet').hide(); | $('#rhit-redSheet').hide(); | ||
$('#rhit-grnSheet').hide(); | $('#rhit-grnSheet').hide(); | ||
} | } | ||
- | function | + | function page2() { |
$('#rhit-blueSheet').hide(); | $('#rhit-blueSheet').hide(); | ||
$('#rhit-redSheet').show(); | $('#rhit-redSheet').show(); | ||
$('#rhit-grnSheet').hide(); | $('#rhit-grnSheet').hide(); | ||
} | } | ||
- | function | + | function page3() { |
$('#rhit-blueSheet').hide(); | $('#rhit-blueSheet').hide(); | ||
$('#rhit-redSheet').hide(); | $('#rhit-redSheet').hide(); | ||
Line 66: | Line 66: | ||
</div> | </div> | ||
<div class="rhit-dividers"> | <div class="rhit-dividers"> | ||
- | <a href="javascript:void(0)" onclick=" | + | <a href="javascript:void(0)" onclick="page1()"> |
<div class="rhit-blueDivider"> | <div class="rhit-blueDivider"> | ||
Planning Process | Planning Process | ||
</div> | </div> | ||
</a> | </a> | ||
- | <a href="javascript:void(0)" onclick=" | + | <a href="javascript:void(0)" onclick="page2()"> |
<div class="rhit-redDivider"> | <div class="rhit-redDivider"> | ||
Differential Model | Differential Model | ||
</div> | </div> | ||
</a> | </a> | ||
- | <a href="javascript:void(0)" onclick=" | + | <a href="javascript:void(0)" onclick="page3()"> |
<div class="rhit-grnDivider"> | <div class="rhit-grnDivider"> | ||
Stochastic Model | Stochastic Model |
Revision as of 17:31, 31 July 2012