Team:WHU-China/templates/standardpage middle
From 2013.igem.org
(Difference between revisions)
IgnatzZeng (Talk | contribs) (Created page with "<html> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script> <script src="http://2013.igem...") |
IgnatzZeng (Talk | contribs) |
||
Line 6: | Line 6: | ||
<link rel="stylesheet" href="https://2013.igem.org/Team:WHU-China/middleleftcss?action=raw&ctype=text/css" type="text/css" /> | <link rel="stylesheet" href="https://2013.igem.org/Team:WHU-China/middleleftcss?action=raw&ctype=text/css" type="text/css" /> | ||
<link rel="stylesheet" href="https://2013.igem.org/Team:WHU-China/middlerightcss?action=raw&ctype=text/css" type="text/css" /> | <link rel="stylesheet" href="https://2013.igem.org/Team:WHU-China/middlerightcss?action=raw&ctype=text/css" type="text/css" /> | ||
+ | |||
+ | <html > | ||
+ | <link rel="stylesheet" href="https://2013.igem.org/Team:WHU-China/middleleftcss?action=raw&ctype=text/css" type="text/css" /> | ||
+ | <!-- ie9.js (fixes all Internet Explorer browsers older than ie9) --> | ||
+ | <!--[if lt IE 9]> | ||
+ | <script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script> | ||
+ | <![endif]--> | ||
+ | <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $(".scrollable").scrollable().navigator(); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(window).scroll(function () { | ||
+ | var scrollPos = $(window).scrollTop(); | ||
+ | if (scrollPos > 110) { | ||
+ | $(".navigation").addClass("stickToTop"); | ||
+ | } else { | ||
+ | $(".navigation").removeClass("stickToTop"); | ||
+ | } | ||
+ | if (scrollPos > 180) { | ||
+ | $(".toc").addClass("stickBelowNavigation"); | ||
+ | } else { | ||
+ | $(".toc").removeClass("stickBelowNavigation"); | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | <div id="innercontent"> | ||
+ | <div class="centering"> | ||
+ | <div class="whitebox article"> | ||
+ | |||
+ | |||
+ | <table id="toc" class="toc"><tr><td><div id="toctitle"><h2>Contents</h2></div> | ||
+ | <ul> | ||
+ | <li class="toclevel-1 tocsection-1"><a href="#Unsolved_problems_in_biology"><span class="tocnumber">1</span> <span class="toctext">Unsolved problems in biology</span></a></li> | ||
+ | <li class="toclevel-1 tocsection-2"><a href="#The_idea"><span class="tocnumber">2</span> <span class="toctext">The idea</span></a></li> | ||
+ | <li class="toclevel-1 tocsection-3"><a href="#Advantages"><span class="tocnumber">3</span> <span class="toctext">Advantages</span></a></li> | ||
+ | <li class="toclevel-1 tocsection-4"><a href="#Examples_of_application"><span class="tocnumber">4</span> <span class="toctext">Examples of application</span></a></li> | ||
+ | </ul> | ||
+ | </td></tr></table><script>if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | |||
</html> | </html> |
Revision as of 05:22, 11 September 2013
</html>