Difference between revisions of "Team:HKUST-Rice/Notebook"
Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <script> | ||
+ | function show_image() { | ||
+ | var img = document.createElement("https://static.igem.org/mediawiki/2015/1/1c/Hkust-rice_notebook.jpg"); | ||
+ | // This next line will just add it to the <body> tag | ||
+ | document.body.appendChild(img); | ||
+ | </script> | ||
+ | // This next line will just add it to the <body> tag | ||
+ | document.body.appendChild(img); | ||
+ | } | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 69: | Line 78: | ||
<div class="line" > | <div class="line" > | ||
<center><div class="icon"> | <center><div class="icon"> | ||
− | <a href= "# | + | <a href= "#" ><image class="button" src="https://static.igem.org/mediawiki/2015/f/fe/HKUST-Rice15_Ksensorbutton.jpg" style="width: 100%; height: 220px;"></a> |
</div> | </div> | ||
<div class="icon"> | <div class="icon"> | ||
Line 75: | Line 84: | ||
</div> | </div> | ||
<div class="icon"> | <div class="icon"> | ||
− | <a href= "# | + | <a href= "#"><image class="button" src="https://static.igem.org/mediawiki/2015/8/87/HKUST-Rice15_Nsensorbutton.jpg" style="width: 100%; height: 220px;"></a> |
</div></center> | </div></center> | ||
</div> | </div> | ||
<div class="line" > | <div class="line" > | ||
<center><div class="icon"> | <center><div class="icon"> | ||
− | <a href= "# | + | <a href= "#"><image class="button" src="https://static.igem.org/mediawiki/2015/8/8b/HKUST-Rice15_Expressionbutton.png" style="width: 100%; height: 220px;"></a> |
</div> | </div> | ||
<div class="icon"> | <div class="icon"> | ||
Line 98: | Line 107: | ||
</div> | </div> | ||
<div class="icon"> | <div class="icon"> | ||
− | <a href= "# | + | <a href= "#"><image class="button" src="https://static.igem.org/mediawiki/2015/e/e1/HKUST-Rice15_Psensorbutton.jpg" style="width: 100%; height: 220px;"></a> |
</div> | </div> | ||
<div class="icon"> | <div class="icon"> | ||
<!--<p class="instruction" style="font-size:300%">Promoter debugging!</p>--> | <!--<p class="instruction" style="font-size:300%">Promoter debugging!</p>--> | ||
− | <a | + | <a href="https://static.igem.org/mediawiki/2015/a/ac/Team-HKUST-Rice-Lab_notebook_weekly_summary_promoter-debugging_module.pdf" ><image class="button" src="https://static.igem.org/mediawiki/2015/b/be/HKUST-Rice15_Resultsbutton.png" style="width: 100%; height: 220px;"></image></a> |
</div></center> | </div></center> | ||
</div><br><br> | </div><br><br> | ||
+ | <!--<script> | ||
+ | $(function () { | ||
+ | |||
+ | $("iframe").not(":has([src])").each(function () { | ||
+ | |||
+ | var ifrm = this; | ||
+ | |||
+ | ifrm = (ifrm.contentWindow) ? ifrm.contentWindow : (ifrm.contentDocument.document) ? ifrm.contentDocument.document : ifrm.contentDocument; | ||
+ | |||
+ | ifrm.document.open(); | ||
+ | ifrm.document.display($(this).attr("alt")); | ||
+ | ifrm.document.close(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
<center><div class="window"> | <center><div class="window"> | ||
− | <iframe width="80%" height="100%" src=" | + | <iframe width="80%" height="100%" src="" alt="show_image" name="iframe_window"><img src="https://static.igem.org/mediawiki/2015/1/1c/Hkust-rice_notebook.jpg"></iframe> |
− | </div></center> | + | </div></center>--> |
</div> | </div> | ||
</div><!--for main container--> | </div><!--for main container--> |
Revision as of 01:32, 17 August 2015
// This next line will just add it to the tag document.body.appendChild(img); }