Team:Shenzhen BGIC 0101/Projectaa

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
 +
<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>
 +
 +
        <!-- Empty heading? - Then remove it.. -->
 +
        <script type="text/javascript">
 +
            $(document).ready(function() {
 +
                if ("" == "</html>{{{1}}}<html>") {
 +
                    $("#heading").remove();
 +
                }
 +
            });
 +
        </script>
 +
<div style='background:url("https://static.igem.org/mediawiki/2011/3/3a/Warsaw2011-temp-header2.png") top'></div>
<div style='background:url("https://static.igem.org/mediawiki/2011/3/3a/Warsaw2011-temp-header2.png") top'></div>
</html>
</html>

Revision as of 11:33, 22 August 2013