Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
planning [2018/05/02 11:44]
sioc
planning [2021/04/15 13:56] (Version actuelle)
Ligne 1: Ligne 1:
 +====== Planning ======
 <html> <html>
- 
-<script src="/assets/js/jquery.min.js"></script> 
- <script src="/assets/js/modernizr.custom.js"></script> 
- <link href="/assets/css/bootstrap2.css" rel="stylesheet"> 
-<link type="text/css" rel="stylesheet" media="all" href="/css/defaults.css" /> 
-<link type="text/css" rel="stylesheet" media="all" href="/css/style.css" /> 
-<link type="text/css" rel="stylesheet" media="print" href="/css/print.css" /> 
-<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script> 
-<!-- JSO le 10/01/2013 --> 
-<script type="text/javascript" src="../planv4/js/hider2.js" ></script> 
-<script> 
-$('a[href*="#"]').not('[href="#"]').not('[href="#0"]').click(function(event){if(location.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&location.hostname==this.hostname){var target=$(this.hash);target=target.length?target:$('[name='+this.hash.slice(1)+']'); 
-if(target.length){event.preventDefault();$('html, body').animate({scrollTop:target.offset().top-80},1000,function(){var $target=$(target); 
-$target.focus();if($target.is(":focus")){return false;}else{$target.attr('tabindex','-1');$target.focus();};});}}}); 
-</script> 
-<script> 
-;(function(){$('#menuToggle, .menu-close').on('click',function(){$('#menuToggle').toggleClass('active');$('body').toggleClass('body-push-toleft');$('#theMenu').toggleClass('menu-open');});})(jQuery) 
-</script> 
- <script> 
-function myFunction() { 
-    var x = document.getElementById("myTopnav"); 
-    if (x.className === "topnav") { 
-        x.className += " responsive"; 
-    } else { 
-        x.className = "topnav"; 
-    } 
-} 
-</script> 
 <style> <style>
- div.top { +.responsive { 
-    background-color: #181818; +  position: relative; 
-    width: 100%; +  display: block; 
-    height: 145px; +  height: 0; 
-    top: 0; +  padding: 0; 
-    position: fixed; +  overflowhidden;
- } +
- +
- img.icon-wiki { +
- display: inline-block; +
-    width: 1.125em; +
- vertical-align: -.125em; +
- height: 1em; +
- } +
-  +
- @media screen and (max-width: 600px) { +
- .topnav.responsive {position: relative;} +
- .topnav.responsive .icon {position: absolute;right: 0;top: 0;} +
- .topnav.responsive a {float: none;display: block;text-align: left;} +
- } +
-  +
- svg:not(:root).svg-inline--fa { +
-    overflow: visible; +
-    margin-right: 2px; +
- } +
-  +
- .topnav { +
-     background-color: #181818; +
-    position: fixed; +
-    top: 80px; +
- left: 5px; +
- } +
- +
-.topnav a { +
-    display: inline-block; +
-    color: #f2f2f2; +
-    text-align: center; +
-    padding: 2px 6px; +
-    margin-top: 4px; +
-    text-decoration: none; +
-    background-color: #333; +
- } +
- +
-.topnav a:hover { +
-  background-color: #000; +
-  color: #eee; +
- } +
- +
-.active { +
-  background-color: #000; +
-  color#fefefe;+
 } }
  
-a.icon { +.responsive iframe { 
-    displaynone;+  positionabsolute; 
 +  top: 0; 
 +  left: 0; 
 +  bottom: 0; 
 +  height: 100%; 
 +  width: 100%; 
 +  border: 0;
 } }
  
-/* When the screen is less than 600 pixels wide, hide all linksShow the link that contains should open and close the topnav (.icon) */ +.plan { 
-@media screen and (max-width: 600px) { +  padding-bottom670%;  
-  .topnav a {displaynone;} +
-  .topnav a.icon {float: right;display: block;right: 0;position: fixed;top: 0;}+
 } }
 +</style>
 +<div class="responsive plan">
  
-/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */ +<iframe src="https://club-ea.com/plan.inc/planning.php" width="98%" class="embed-responsive-item" frameborder="0" scrolling="no"> 
-@media screen and (max-width: 600px) { +</iframe> 
-  .topnav.responsive {position: relative;} +</div>
-  .topnav.responsive a.icon {position: fixed;right: 0;top: 0; +
-  } +
-  .topnav.responsive a {float: none;display: block;text-align: center;} +
-  fieldset legend {display: block;  text-align: left !important;    font-weight: 700;} +
-}+
  
-body > div.container { 
-    margin-top: 20px; 
-    margin-bottom: 50px; 
-} 
- 
-h1.planh1 { 
-    margin-top: -50px !important; 
-} 
- 
-fieldset input { 
-    vertical-align: top; 
-} 
- 
-body{ 
-    background-color: #272b30 !important; 
-  
-} 
-div.mask { 
-    position: relative; 
-    margin-top: -500px; 
-} 
-legend.formRappelSalle { 
-    padding-top: 35px; 
-} 
- 
- </style> 
-  
-<meta name="viewport" content="width=device-width,initial-scale=1" /> 
-        <!--[if lt IE 7]> 
-      <link type="text/css" rel="stylesheet" media="all" href="/themes/theme-ea/fix-ie.css" />    <![endif]--> 
-    
- <link type="text/css" rel="stylesheet" media="all" href="assets/css/custom.css" /> 
- <link href="/assets/css/main2.css" rel="stylesheet" /> 
- <link rel="stylesheet" type="text/css" href="planv4/plan.css" /> 
- 
-<div class="container">   
-  
-<div id="planning"><a href="haut" id="haut"></a> 
-<div class="row"> 
-</html> 
-<php> 
-include("planning.inc.php");  
-</php> 
-<html> 
-<br /><br /> 
-</div> 
-</div> 
-</div> 
-<!-- Bootstrap core JavaScript --> 
- <script src="/assets/js/classie.js"></script> 
 </html> </html>