Blog_IMIE/assets/html/user_edit.html

41 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
</head>
<body>
<header>
<tag type="includes" file="header" />
</header>
<main class="test container">
<div class="bloc_principal">
<div class="cover-black">
<div class="bloc_principal_titre">
<h1>LE BLOG DES APPRENANTS</h1>
</div>
<div class="cover-text">
<h2 id="titre-home">Créer un utilisateur</h2>
<div class="p-home">
<form name="login" id="name" method="POST" class="login" action="./">
<tag type="userEditor" element="username" />
<input name="password" id="password" type="password" placeholder="Mot de passe" />
<input name="job" id="job" type="text" placeholder="apprenant" />
<select name="role">
<tag type="userEditor" element="role" />
</select>
<input type="submit" class="bloc-button" value="Créer"/>
<a style="border: none" class="bloc-button" href="../delete/">Supprimmer</a>
</form>
</div>
</div>
</div>
</div>
</main>
<footer>
<tag type="includes" file="footer" />
</footer>
</body>
</html>