parent
9786beb662
commit
e01b6493f7
Binary file not shown.
@ -0,0 +1,13 @@
|
|||||||
|
cd /var/www/html/
|
||||||
|
cd oracle/
|
||||||
|
cd correction-bd-mehdi/
|
||||||
|
cd BddCorrect/
|
||||||
|
ls
|
||||||
|
cd ..
|
||||||
|
ls
|
||||||
|
ls -l
|
||||||
|
chmod -R 777 BddCorrect/
|
||||||
|
cd BddCorrect/
|
||||||
|
ls -l
|
||||||
|
cd Traitement/
|
||||||
|
ls -l
|
@ -0,0 +1,40 @@
|
|||||||
|
.bouton {
|
||||||
|
background: #0082b5;
|
||||||
|
color: #fff;
|
||||||
|
border: 1px solid #eee;
|
||||||
|
border-radius: 20px;
|
||||||
|
box-shadow: 5px 5px 5px #eee;
|
||||||
|
text-shadow:none;
|
||||||
|
width: 100%;
|
||||||
|
height: 100px;
|
||||||
|
margin: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bouton:hover {
|
||||||
|
background: #016ABC;
|
||||||
|
color: #fff;
|
||||||
|
border: 1px solid #eee;
|
||||||
|
border-radius: 20px;
|
||||||
|
box-shadow: 5px 5px 5px #eee;
|
||||||
|
text-shadow:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin-top: 100px;
|
||||||
|
display: inline-block;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer{
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
background-color: red;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
}
|
@ -0,0 +1,34 @@
|
|||||||
|
#frm-reset{
|
||||||
|
position:absolute;
|
||||||
|
right: 0;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#frm-reset input{
|
||||||
|
background: #0082b5;
|
||||||
|
color: #fff;
|
||||||
|
border: 1px solid #eee;
|
||||||
|
border-radius: 20px;
|
||||||
|
box-shadow: 5px 5px 5px #eee;
|
||||||
|
text-shadow:none;
|
||||||
|
width: 500px;
|
||||||
|
|
||||||
|
display: block;
|
||||||
|
height: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content{
|
||||||
|
min-height:88vh;
|
||||||
|
}
|
||||||
|
footer{
|
||||||
|
position: relative;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
background-color: red;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
min-height: 12vh;
|
||||||
|
border : double;
|
||||||
|
}
|
@ -0,0 +1,59 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8"><style><?php global $rep,$vues,$css; include $rep.$css['bootstrap']; ?></style>
|
||||||
|
<title></title>
|
||||||
|
<script src="css/jquery-3.5.1.js"></script>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="css/VueAccueil.css">
|
||||||
|
</head>
|
||||||
|
<body id="vuep">
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
|
||||||
|
<div class="container">
|
||||||
|
<a class="navbar-brand js-scroll-trigger" href="#page-top">Base De Données</a>
|
||||||
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
|
<span class="navbar-toggler-icon"></span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<header class="bg-primary text-white">
|
||||||
|
<div class="container text-center">
|
||||||
|
<h1>test</h1>
|
||||||
|
<p class="lead">TEST</p>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<div id='allp'>
|
||||||
|
<div style="font-weight: bold" id="Temps-Restant"></div>
|
||||||
|
|
||||||
|
|
||||||
|
<form method="get" role="form">
|
||||||
|
<input class="bouton" type="submit" name="action" value="Afficher les demonstrations" ><br/>
|
||||||
|
<input class="bouton" type="submit" name="action" value="Afficher les QCM" ><br/>
|
||||||
|
<input class="bouton" type="submit" name="action" value="Afficher les questions"><br/>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer class="py-5 bg-dark">
|
||||||
|
<div class="container">
|
||||||
|
<p class="m-0 text-center text-white">IUT Clermont-Ferrand 2020</p>
|
||||||
|
</div>
|
||||||
|
<!-- /.container -->
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Bootstrap core JavaScript -->
|
||||||
|
<script src="vendor/jquery/jquery.min.js"></script>
|
||||||
|
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||||
|
|
||||||
|
<!-- Plugin JavaScript -->
|
||||||
|
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
|
||||||
|
|
||||||
|
<!-- Custom JavaScript for this theme -->
|
||||||
|
<script src="js/scrolling-nav.js"></script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in new issue