mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
79 lines
2.3 KiB
HTML
79 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="referrer" content="same-origin">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>Framadate</title>
|
|
|
|
<meta name="description" content=" ">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link crossorigin="anonymous" rel="stylesheet" href="https://rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap-reboot.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<section>
|
|
<p>Je veux que
|
|
<select name="" id="">
|
|
<option value="">tout le monde</option>
|
|
<option value="">moi uniquement</option>
|
|
</select>
|
|
puisse voir les réponses du sondage.
|
|
</select>. D'ailleurs, il sera supprimé le <input type="date" name="" id="">.
|
|
</p>
|
|
|
|
<p>Les personnes sondées pourront voter jusqu'à
|
|
<select name="" id="">
|
|
<option value="">la suppression du sondate</option>
|
|
<option value="">date</option>
|
|
</select>
|
|
<select name="" id="">
|
|
<option value="">sans avoir</option>
|
|
<option value="">en ayant</option>
|
|
</select>
|
|
la possibilité de modifier
|
|
<select name="" id="">
|
|
<option value="">leur vote</option>
|
|
<option value="">tous les votes</option>.
|
|
</select>
|
|
</p>
|
|
|
|
<p>Je peux retrouver ce sondage grâce à mon email : <input type="email" id="email" name="email" value="monemail@example.com">.</p>
|
|
|
|
<p>
|
|
Je
|
|
<select name="" id="">
|
|
<option value="">veux</option>
|
|
<option value="">ne veux pas</option>
|
|
</select> que l'accès du sondage soit protégé par (un) ce mot de passe : <input type="password" name="" id="">.
|
|
</p>
|
|
|
|
<p>
|
|
<select name="" id="">
|
|
<option value="">J'ai envie</option>
|
|
<option value="">Je n'ai pas envie</option>
|
|
</select>
|
|
d'être tenu-e au courant par mail à chaque
|
|
<select name="" id="">
|
|
<option value="">nouveau commentaire</option>
|
|
<option value="">nouvelle participation</option>
|
|
<option value="">nouveau commentaire et nouvelle participation</option>
|
|
</select>
|
|
</p>
|
|
|
|
</section>
|
|
|
|
<nav>
|
|
<a href="validations.html" class="btn btn-primary next">Continuer</a>
|
|
<a href="dates.html" class="btn next">Modifier</a>
|
|
</nav>
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
|
|
</html> |