|
|
Line 1: |
Line 1: |
| {{:Team:WHU-China/templates/standardpage_header}} | | {{:Team:WHU-China/templates/standardpage_header}} |
| | | |
| + | {{:Team:WHU-China/templates/standardpage_middle}} |
| <html> | | <html> |
- |
| |
- | <!-- Remove all empty <p> tags -->
| |
- | <script type="text/javascript">
| |
- | $(document).ready(function() {
| |
- | $("p").filter( function() {
| |
- | return $.trim($(this).html()) == '';
| |
- | }).remove();
| |
- | });
| |
- | </script>
| |
- |
| |
- | <!-- Remove "team" from the menubar -->
| |
- | <script type="text/javascript">
| |
- | $(document).ready(function() {
| |
- | $("menubar > ul > li:last-child").remove();
| |
- | });
| |
- | </script>
| |
- |
| |
- | <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>
| |
- |
| |
| | | |
| | | |