This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
perso-hebdo/index.html

56 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" media="screen" href="css/styles.css" type="text/css"/>
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/jquery-ui.theme.css">
<link rel="stylesheet" href="css/jquery-ui.structure.css">
<script src="js/jquery-2.1.1.js" type="text/javascript"/></script>
<script src="js/jquery-ui-1.11.2/jquery-ui.js" type="text/javascript"/></script>
<script src="js/script.js" type="text/javascript"/></script>
<title id="titre">Planning</title>
</head>
<body>
<h1>Planning</h1>
<section id="gauche">
<p class="ui-widget ui-state-default ui-corner-all">Libellé de la tâche / Nombre de semaines</p>
<ul>
<li id="1" class="ui-state-default ui-widget ui-corner-all">
<div class="ui-icon ui-icon-arrowthick-2-n-s"></div>
<input type="text" />
<input class="nbre" size="2" type="text" />
<button class="ui-button ui-corner-all ui-button-text-only ui-button-text moins"><span class="ui-button-text">-</span></button>
</li>
</ul>
<button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only ui-button-text"><span class="ui-button-text">+</span></button>
</section>
<section id="droite" class="ui-widget ui-state-default ui-corner-all">
<div>Date de début : <input type="text" id="calendrier"></div>
<div id="generer">
<button class="ui-button ui-corner-all ui-button-text-only ui-button-text"><span class="ui-button-text">Générer le gantt</span></button>
</div>
</section>
<hr>
<section id="bas">
<p id ="mois"></p>
<p id ="lignes"></p>
</div>
</section>
<!--<footer>-->
<!-- <a href="">CSV </a>|-->
<!-- <a href="">PNG</a>-->
<!--</footer>-->
</body>
</html>