1
|
<!DOCTYPE html>
|
2
|
<html lang="fr">
|
3
|
<head>
|
4
|
<meta charset="utf-8"/>
|
5
|
<title>Association Prévention Soins — Connexion</title>
|
6
|
<link rel="stylesheet" type="text/css" media="all" href="css/style.css"/>
|
7
|
</head>
|
8
|
<body>
|
9
|
|
10
|
<body>
|
11
|
<div id="wrap">
|
12
|
<div id="header">
|
13
|
<h1>Association Prévention Soins</h1>
|
14
|
<span></span>
|
15
|
</div>
|
16
|
|
17
|
<div id="splash"></div>
|
18
|
|
19
|
<div id="content">
|
20
|
|
21
|
<p>
|
22
|
Bienvenue sur le logiciel de gestion de l'Association Prévention Soins.
|
23
|
</p>
|
24
|
|
25
|
<h2>Connexion</h2>
|
26
|
|
27
|
<form id="login-form" method="post" action="accueil.html">
|
28
|
<p>
|
29
|
<label for="id_username">Identifiant :</label>
|
30
|
<input id="id_username" type="text" name="username" maxlength="30" />
|
31
|
</p>
|
32
|
<p>
|
33
|
<label for="id_password">Mot de passe :</label>
|
34
|
<input type="password" name="password" id="id_password" />
|
35
|
</p>
|
36
|
|
37
|
<input type="submit" value="Se connecter" class="submit" />
|
38
|
</form>
|
39
|
|
40
|
<!--<div class="login-actions">
|
41
|
<p>→ Problème technique ? <a href="#">Contactez l'administrateur</a></p>
|
42
|
</div>-->
|
43
|
|
44
|
</div>
|
45
|
|
46
|
<div id="footer">
|
47
|
Logiciel Calebasse - Copyright © 2012 Entr'ouvert
|
48
|
</div>
|
49
|
</div>
|
50
|
</body>
|
51
|
|
52
|
</html>
|