Skip to content
Extraits de code Groupes Projets
Valider bbb2881b rédigé par hugo's avatar hugo
Parcourir les fichiers

modifications minimes

parent 819c291f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -19,17 +19,25 @@ ...@@ -19,17 +19,25 @@
<br> <br>
<div class="col-sm-3"> <div class="col-sm-3">
<ul class="list-unstyled"> <ul class="list-unstyled">
<h4>Connection et autres</h4> <h4>Connexion et autres</h4>
<div class="divider"></div> <div class="divider"></div>
<?php if ($_SESSION['authent']==0){echo "
<li> <li>
<a href="sinscrire.php" class="">S'inscrire</a> <a href=\"sinscrire.php\">S'inscrire</a>
</li> </li>
<li> <li>
<a href="" class="">Se connecter</a> <a href=\"#\" data-toggle=\"modal\" data-target=\"#connexion\">Se connecter</a>
</li> </li>";}
if ($_SESSION["authent"]==1){
echo "
<li> <li>
<a href="moncompte.php" class="">Mon compte</a> <a href=\"tab.php\">Tableau de bord</a>
</li> </li>
<li>
<a href=\"deconnexion.php\">Déconnexion</a>
</li>";
}
?>
</ul> </ul>
</div> </div>
<br> <br>
......
...@@ -20,18 +20,6 @@ if($(document).scrollTop()>0){ ...@@ -20,18 +20,6 @@ if($(document).scrollTop()>0){
}); });
</script> </script>
<script>
// Get the modal
var modal = document.getElementById('id01');
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
<script> <script>
new WOW().init(); new WOW().init();
</script> </script>
......
...@@ -458,65 +458,8 @@ h5.yt-videos-title { ...@@ -458,65 +458,8 @@ h5.yt-videos-title {
* {box-sizing: border-box} * {box-sizing: border-box}
/* style the container */
.container_connexion {
position: relative;
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px 0 30px 0;
}
/* Two-column layout */
.col_connexion {
float: left;
width: 90%;
margin: auto;
padding: 0 50px;
margin-top: 6px;
}
.col1 {
float: left;
width: 50%;
margin: auto;
padding: 0 50px;
margin-top: 6px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* text inside the vertical line */
.inner {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
background-color: #f1f1f1;
border: 1px solid #ccc;
border-radius: 50%;
padding: 8px 10px;
}
/* hide some text on medium and large screens */
.hide-md-lg {
display: none;
}
/* bottom container */
.bottom-container {
text-align: center;
background-color: #666;
border-radius: 0px 0px 4px 4px;
}
/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */ /* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter