You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
734 B
25 lines
734 B
|
|
|
|
<link rel="stylesheet" href="../css/VueAdmin.css">
|
|
|
|
<form style="border:1px solid #ccc" method="POST">
|
|
<div class="container">
|
|
<h1>Ajouter Une Question</h1>
|
|
<hr>
|
|
<label><b>Consigne : </b></label>
|
|
<input type="text" placeholder="Ecrire la consigne..." name="consigne" required>
|
|
|
|
<label><b>Réponse : </b></label>
|
|
<input type="text" placeholder="SELECT ..." name="reponse" required>
|
|
<label>
|
|
<input type="radio" name="type" style="margin-bottom:15px"> requête
|
|
<input type="radio" name="type" style="margin-bottom:15px"> fonction
|
|
</label>
|
|
|
|
<div class="clearfix">
|
|
<a href="?action=Valider" class="btnvalider"> Se déconnecter</a>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
|