Difference between revisions of "Template:Home"

Line 1: Line 1:
 
<html>
 
<html>
 
<head>
 
<head>
    <script>
 
        $(document).ready(function () {
 
            /* remove igem mess */
 
            $("#content").removeClass("mw-body");
 
            $("#content").attr("id", "");
 
            $("#mw-content-text").removeClass("mw-content-ltr");
 
            $("#mw-content-text").attr("id", "");
 
            $("#HQ_page").attr("id", "");
 
            $("#bodyContent").attr("id", "");
 
            $("#globalWrapper").attr("id", "");
 
            $("#home_logo").remove();
 
            $("#sideMenu").remove();
 
            $("#top_title").remove();
 
            $("#patrollink").remove();
 
 
        });
 
        $(window).load(function () {
 
            setTimeout(function () {
 
                $(".container").fadeIn();
 
            }, 250);
 
        });
 
    </script>
 
  
 
     <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"
 
     <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"
Line 411: Line 389:
 
</nav>
 
</nav>
  
 +
<script type="application/javascript">
 +
    $(document).ready(function () {
 +
        /* remove igem mess */
 +
        $("#content").removeClass("mw-body");
 +
        $("#content").attr("id", "");
 +
        $("#mw-content-text").removeClass("mw-content-ltr");
 +
        $("#mw-content-text").attr("id", "");
 +
        $("#HQ_page").attr("id", "");
 +
        $("#bodyContent").attr("id", "");
 +
        $("#globalWrapper").attr("id", "");
 +
        $("#home_logo").remove();
 +
        $("#sideMenu").remove();
 +
        $("#top_title").remove();
 +
        $("#patrollink").remove();
 +
 +
    });
 +
    $(window).load(function () {
 +
        setTimeout(function () {
 +
            $(".container").fadeIn();
 +
        }, 250);
 +
    });
 +
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 23:51, 29 October 2017