This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
calebasse/mockups/connexion.html

53 lines
1.2 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8"/>
<title>Association Prévention Soins — Connexion</title>
<link rel="stylesheet" type="text/css" media="all" href="css/style.css"/>
</head>
<body>
<body>
<div id="wrap">
<div id="header">
<h1>Association Prévention Soins</h1>
<span></span>
</div>
<div id="splash"></div>
<div id="content">
<p>
Bienvenue sur le logiciel de gestion de l'Association Prévention Soins.
</p>
<h2>Connexion</h2>
<form id="login-form" method="post" action="accueil.html">
<p>
<label for="id_username">Identifiant :</label>
<input id="id_username" type="text" name="username" maxlength="30" />
</p>
<p>
<label for="id_password">Mot de passe :</label>
<input type="password" name="password" id="id_password" />
</p>
<input type="submit" value="Se connecter" class="submit" />
</form>
<!--<div class="login-actions">
<p>→ Problème technique ? <a href="#">Contactez l'administrateur</a></p>
</div>-->
</div>
<div id="footer">
Logiciel Calebasse - Copyright &copy; 2012 Entr'ouvert
</div>
</div>
</body>
</html>