|
|
Line 1: |
Line 1: |
| + | <!-- |
| + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| + | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| + | |
| + | --> |
| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| | | |
Line 10: |
Line 15: |
| | | |
| <link rel="stylesheet" href="https://2013.igem.org/Team:Grenoble-EMSE-LSU/Design/Menu?action=raw&ctype=text/css" type="text/css" /> | | <link rel="stylesheet" href="https://2013.igem.org/Team:Grenoble-EMSE-LSU/Design/Menu?action=raw&ctype=text/css" type="text/css" /> |
- | <link rel="stylesheet" href="https://2013.igem.org/Team:Grenoble-EMSE-LSU/Design/Menu_Couleurs?action=raw&ctype=text/css" type="text/css" /> | + | <link rel="stylesheet" href="https://2013.igem.org/Team:Grenoble-EMSE-LSU/Design/Menu_Couleurs?action=raw&ctype=text/css" type="text/css"/> |
| + | |
| | | |
| </html> | | </html> |
| | | |
| <!-- JAVASCRIPTS --> | | <!-- JAVASCRIPTS --> |
| + | {{:Team:Grenoble-EMSE-LSU/script}} |
| <html> | | <html> |
- | <!-- 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]-->
| |
- | <!-- jQuery Tools (slider) -->
| |
- | <script type="text/javascript" src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
| |
- | <script type="text/javascript">
| |
- | $(function() {
| |
- | // initialize scrollable
| |
- | $(".style_diapo").scrollable().navigator();
| |
- | });
| |
- | </script>
| |
- | <!-- Obliger le menu a suivre la fenetre -->
| |
- | <script type="text/javascript">
| |
- | $(window).scroll(function () {
| |
- | var scrollPos = $(window).scrollTop();
| |
- | if (scrollPos > 155) {
| |
- | $(".navigation").addClass("stickToTop");
| |
- | } else {
| |
- | $(".navigation").removeClass("stickToTop");
| |
- | }
| |
- | if (scrollPos > 180) {
| |
- | $(".toc").addClass("stickBelowNavigation");
| |
- | } else {
| |
- | $(".toc").removeClass("stickBelowNavigation");
| |
- | }
| |
- |
| |
- | });
| |
- | </script>
| |
- | <!-- Sexy Drop Down (drop down navigation) -->
| |
- | <script type="text/javascript">
| |
- | $(document).ready(
| |
- | function(){
| |
- | $("ul.subnav").parent().find("> a").append("<span> ↓</span>");
| |
- | $("ul.topnav li").hover(
| |
- | function() {
| |
- | // Hover over
| |
- | $(this).parent().find("ul.subnav").hide();
| |
- | $(this).find("ul.subnav").show();
| |
- | // Hover out
| |
- | $(this).hover(
| |
- | function() {
| |
- | },
| |
- | function(){
| |
- | $(this).find("ul.subnav").hide();
| |
- | }
| |
- | );
| |
- | },
| |
- | function(){
| |
- | $(this).find("ul.subnav").hide();
| |
- | }
| |
| | | |
- | );
| + | |
- | }
| + | <div id="header"> |
- | ); | + | <div class="centering"> |
- | </script> | + | |
- | <!-- Remove all empty <p> tags -->
| + | |
- | <script type="text/javascript">
| + | |
- | $(document).ready(function() {
| + | |
- | $("p").filter( function() { | + | |
- | return $.trim($(this).html()) == '';
| + | |
- | }).remove()
| + | |
- | });
| + | |
- | </script> | + | |
- | <!-- Empty heading? - Then remove it.. -->
| + | |
- | <script type="text/javascript">
| + | |
- | $(document).ready(function() {
| + | |
- | if ("" == "</html>{{{1}}}<html>") {
| + | |
- | $("#heading").remove();
| + | |
- | }
| + | |
- | });
| + | |
- | </script>
| + | |
- | <!-- MathJax (LaTeX for the web) -->
| + | |
- | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
| + | |
- | <!-- MathJax (LaTeX for the web) -->
| + | |
- | <!-- This part is only if you want to use $...$ delimiters -->
| + | |
- | <script type="text/x-mathjax-config">
| + | |
- | MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
| + | |
- | </script>
| + | |
- | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
| + | |
- | </html>
| + | |
| | | |
| + | </div> |
| + | </div> |
| + | |
| | | |
| + | </html> |
| <!-- | | <!-- |
| | | |
Line 106: |
Line 40: |
| | | |
| --> | | --> |
- |
| |
| <html> | | <html> |
| <body> | | <body> |