lemonldap-ng/modules/lemonldap-portal/lib/Lemonldap/Portal/login.html

19 lines
476 B
HTML
Raw Normal View History

2007-02-27 11:55:32 +01:00
<html>
<head><title>lemonldap websso and CAS </title></head>
2007-02-27 11:55:32 +01:00
<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>
2007-02-27 11:55:32 +01:00
Enter password:(anything) :<input type=password name="secret" value="%secret%">
<p>
<b>%message%</b>
<p> url demand<6E>e : %urldc% <p>
<input type=hidden name="url" value="%urlc%">
2007-02-27 11:55:32 +01:00
<input type=submit >
</form>
</body>
</html>