Add files via upload
This commit is contained in:
parent
dd411a8250
commit
5d6804906d
1 changed files with 42 additions and 0 deletions
42
views/modif_compte_view.php
Normal file
42
views/modif_compte_view.php
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<?php
|
||||
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>page de modification du compte</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h2>Modifier un compte existant</h2>
|
||||
<nav>
|
||||
<a href="../index.html"><img src="../images/idea.png" alt="Retour vers la page d'accueil" /></a>
|
||||
<a href="../view/crea_compte_view.html"><img src="../images/crea_compte.png" alt="Aller à la page de création du compte" /></a>
|
||||
</nav>
|
||||
</header>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li><p>test1</p></li>
|
||||
<li><p>test2</p></li>
|
||||
<li><p>test3</p></li>
|
||||
<li><p>test4</p></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<p><input type="text" size="100" maxlength="100" name="name" placeholder="nom du sauveteur" /></p>
|
||||
<p><input type="text" size="100" maxlength="100" name="name" placeholder="prenom du sauveteur" /></p>
|
||||
<p><input type="text" size="100" maxlength="100" name="name" placeholder="role du sauveteur" /></p>
|
||||
<p><input type="text" size="100" maxlength="100" name="name" placeholder="département du sauveteur" /></p>
|
||||
<p><input type="text" size="100" maxlength="100" name="name" placeholder="numéro de tel du sauveteur" /></p>
|
||||
<p><input type="text" size="100" maxlength="100" name="name" placeholder="login" /></p>
|
||||
<p><input type="text" size="100" maxlength="100" name="name" placeholder="mot de passe" /></p>
|
||||
<p><input type="submit" value="Enregistrer" /></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue