Team:Shenzhen BGIC 0101/Templates/Banner

From 2013.igem.org

(Difference between revisions)
Line 2: Line 2:
  <head>
  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
  <!-- we just want to move out sth not useful in igem page-->
 
-
<!-- iGem wiki hacks -->
 
-
<!-- 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>
 
-
 
-
<!-- Empty heading? - Then remove it.. -->
 
-
<script type="text/javascript">
 
-
$(document).ready(function() {
 
-
if ("" == "</html>{{{1}}}<html>") {
 
-
$("#heading").remove();
 
-
}
 
-
});
 
-
</script>
 
-
   
 
-
    <script type="text/javascript">
 
-
$(document).ready(function() {
 
-
document.getElementsByClassName("right-menu noprint")[0].style.display= "none";
 
-
});
 
-
</script>
 
-
 
   <style type="text/css">
   <style type="text/css">

Revision as of 18:52, 25 October 2013