Blog_IMIE/assets/html/user_edit.html
2019-03-06 16:20:09 +01:00

41 lines
1003 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
</head>
<body>
<header>
<tag type="includes" file="header" />
</header>
<main class="test container">
<div>
<div>
<div class="bloc_principal_titre">
<h1>UTILISATEUR</h1>
</div>
<div class="cover-text">
<h2 id="titre-home">Modifier 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" />
<tag type="userEditor" element="job" />
<select name="role">
<tag type="userEditor" element="role" />
</select>
<input type="submit" class="bloc-button" value="Modifier"/>
<a style="border: none" class="bloc-button" href="../delete/">Supprimer</a>
</form>
</div>
</div>
</div>
</div>
</main>
<footer>
<tag type="includes" file="footer" />
</footer>
</body>
</html>