m |
m |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
<script> | <script> | ||
+ | |||
+ | function goToNotebook(){ | ||
+ | window.location = 'https://2018.igem.org/Team:Warwick/Notebook'; | ||
+ | } | ||
+ | |||
+ | function goToResults(){ | ||
+ | window.location = 'https://2018.igem.org/Team:Warwick/Results'; | ||
+ | } | ||
+ | |||
+ | function goToOverview(){ | ||
+ | window.location = "https://2018.igem.org/Team:Warwick/Parts"; | ||
+ | } | ||
+ | |||
function changeNavBar(navbarSelection){ | function changeNavBar(navbarSelection){ | ||
Line 108: | Line 121: | ||
$("#bioIMG").css("width", "12%"); | $("#bioIMG").css("width", "12%"); | ||
$("#bioIMG").css("background-color", "grey"); | $("#bioIMG").css("background-color", "grey"); | ||
− | |||
− | |||
− | |||
− | |||
$("#inorgIMG").css("margin", "2% 5%"); | $("#inorgIMG").css("margin", "2% 5%"); | ||
$("#inorgIMG").css("width", "10%"); | $("#inorgIMG").css("width", "10%"); | ||
$("#inorgIMG").css("background-color", "white"); | $("#inorgIMG").css("background-color", "white"); | ||
− | |||
− | + | $("#pdfPage").attr("src", "https://static.igem.org/mediawiki/2018/7/7b/T--Warwick--2018-LastFinalModel.pdf"); | |
− | $("# | + | $("#pdfPage").css("display","block"); |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | $("# | + | |
− | + | ||
} | } | ||
Line 136: | Line 134: | ||
$("#bioIMG").css("width", "10%"); | $("#bioIMG").css("width", "10%"); | ||
$("#bioIMG").css("background-color", "white"); | $("#bioIMG").css("background-color", "white"); | ||
− | |||
− | |||
− | |||
− | |||
$("#inorgIMG").css("margin", "1% 4%"); | $("#inorgIMG").css("margin", "1% 4%"); | ||
$("#inorgIMG").css("width", "12%"); | $("#inorgIMG").css("width", "12%"); | ||
$("#inorgIMG").css("background-color", "grey"); | $("#inorgIMG").css("background-color", "grey"); | ||
+ | |||
+ | $("#pdfPage").attr("src", "https://static.igem.org/mediawiki/2018/3/33/T--Warwick--LeadModel.pdf"); | ||
+ | $("#pdfPage").css("display","block"); | ||
} | } | ||
Line 205: | Line 202: | ||
--><div class='tabs' id='tabBio'> | --><div class='tabs' id='tabBio'> | ||
<img id='bioIMG' src='https://static.igem.org/mediawiki/2018/b/b5/T--Warwick--Biological.svg' onclick='BioClick()'> | <img id='bioIMG' src='https://static.igem.org/mediawiki/2018/b/b5/T--Warwick--Biological.svg' onclick='BioClick()'> | ||
− | |||
− | |||
− | |||
</div><!-- | </div><!-- | ||
--><div class='tabs' id='tabInorg'> | --><div class='tabs' id='tabInorg'> | ||
Line 214: | Line 208: | ||
</div> | </div> | ||
<div class='Contents' id='Content1'> | <div class='Contents' id='Content1'> | ||
− | + | ||
− | < | + | <embed id='pdfPage' style='display: none; margin: 0% 15% 0% 15%;' src="" type="application/pdf" width="70%" height="800px" /> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</div> | </div> |
Latest revision as of 02:18, 18 October 2018
igem@warwick.ac.uk