QingweiFang (Talk | contribs) |
QingweiFang (Talk | contribs) |
||
Line 4: | Line 4: | ||
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:SJTU-BioX-Shanghai/JS&action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:SJTU-BioX-Shanghai/JS&action=raw&ctype=text/javascript"></script> | ||
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:SJTU-BioX-Shanghai/jquery_media_js&action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:SJTU-BioX-Shanghai/jquery_media_js&action=raw&ctype=text/javascript"></script> | ||
+ | <style> | ||
+ | .pdf_viewer{ | ||
+ | width: 100%; | ||
+ | height: 120vh; | ||
+ | } | ||
+ | |||
+ | </style> | ||
<script> | <script> | ||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
Line 17: | Line 24: | ||
var mouse_src = 'https://static.igem.org/mediawiki/2018/c/c5/T--SJTU-BioX-Shanghai--Mouse_experiment_notebook.pdf'; | var mouse_src = 'https://static.igem.org/mediawiki/2018/c/c5/T--SJTU-BioX-Shanghai--Mouse_experiment_notebook.pdf'; | ||
+ | ($) | ||
+ | |||
+ | |||
$("#pdf_viewer1").media({ | $("#pdf_viewer1").media({ | ||
− | + | ||
− | + | ||
autoplay : true, | autoplay : true, | ||
src : molecular_src | src : molecular_src | ||
Line 28: | Line 37: | ||
$("#pdf_viewer2").media({ | $("#pdf_viewer2").media({ | ||
− | + | ||
− | + | ||
autoplay : true, | autoplay : true, | ||
src : cell_src | src : cell_src | ||
Line 38: | Line 46: | ||
$("#pdf_viewer3").media({ | $("#pdf_viewer3").media({ | ||
− | + | ||
− | + | ||
autoplay : true, | autoplay : true, | ||
src : mouse_src | src : mouse_src | ||
Line 136: | Line 143: | ||
</a> | </a> | ||
</h2> | </h2> | ||
− | <div id="pdf_viewer1"></div> | + | <div id="pdf_viewer1" class="pdf_viewer"></div> |
Line 142: | Line 149: | ||
<h2> | <h2> | ||
<a id="section2"> | <a id="section2"> | ||
− | <span class="place_holder"></span> | + | <span class="place_holder" ></span> |
Cell Experiment Notebook | Cell Experiment Notebook | ||
</a> | </a> | ||
</h2> | </h2> | ||
− | <div id="pdf_viewer2"></div> | + | <div id="pdf_viewer2" class="pdf_viewer"></div> |
Line 155: | Line 162: | ||
</a> | </a> | ||
</h2> | </h2> | ||
− | <div id="pdf_viewer3"></div> | + | <div id="pdf_viewer3" class="pdf_viewer"></div> |
<!--***************************end of .text***************************************--> | <!--***************************end of .text***************************************--> |
Revision as of 17:12, 17 October 2018