lemonldap-ng/modules/lemonldap-portal/examples/login.html
2007-03-26 14:25:50 +00:00

19 lines
476 B
HTML

<html>
<head><title>lemonldap websso and CAS </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>
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="%urlc%">
<input type=submit >
</form>
</body>
</html>