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.
mandaye-meyzieu/rp_meyzieu/templates/associate.html

35 lines
1.0 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<link rel="stylesheet" href="${static_url}/css/style.css" />
<title>1er connexion</title>
</head>
<body>
<div id="wrap">
<div id="header">
<h1>Première connexion</h1>
<span>Associer un compte</span>
</div>
<div id="splash"></div>
<div id="content">
<h1>Association</h1>
<p>Associer ${sp_name} avec votre compte citoyen</p>
<form action="${action}" method="post" accept-charset="utf-8">
<div>
<label for="username">Utilisateur</label>
<input type="text" name="${login_name}" value="" id="username" />
</div>
<div>
<label for="password">Mot de passe</label>
<input type="password" name="${password_name}" value="" id="password" />
</div>
<p><input type="submit" value="Associer"></p>
</form>
</div>
<div id="footer">
Copyright &copy; 2013 Entr'ouvert
</div>
</div>
</body>
</html>