lemonldap-ng/modules/lemonldap-portal/lib/Lemonldap/Portal/login.html
2007-02-27 10:55:32 +00:00

19 lines
474 B
HTML

<html>
<head><title>lemonldap websso</title></head>
<body>
<h1>Hello on lemonldap websso 'world</h1>
<form method="post">
<p><p>Fill the 2 fields<p><p>
Enter your user name:(anything) :<input type=text name="identifiant" value="%user%">
<p>$ligne
Enter password:(anything) :<input type=password name="secret" value="%secret%">
<p>
<b>%message%</b>
<p> url demandée : %urldc% <p>
<input type=hidden name="url" value="%urldc%">
<input type=submit >
</form>
</body>
</html>