lemonldap-ng/modules/lemonldap-handlers-cas/examples/login.htmcas
2007-04-02 08:30:39 +00:00

75 lines
2.2 KiB
Plaintext

<html>
<head>
<title>lemonldap websso</title>
<style type="text/css" media="all">
p { color: #060;
font-size: 1.0em;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
}
h1 { color: #000;
font-size: 1.5em;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
border-bottom: 3px solid #019733;
margin: 40px 0 20px 0px;
padding: 0 0.5em 0.5em 0.5em;
}
body { background-color: #77E0AB; }
label { background-color: #94DBB7;
color: #018023;
font-weight: bold;
padding: 4px;
font-family: Verdana, Arial, sans-serif;
font-size: 0.9em;
width: 500px;
}
input { display: block;
margin-top: 0.25em;
margin-bottom: 1.25em;
width: 150px;
border: solid black;
border-width: 1px 2px 2px 1px;
}
.butok { width: 75px;
margin-left: 75px;
color: #069836;
border: 2px solid #F1CC26;
font-weight: bold;
background-color: #E6E0A4;
padding: 2px;
}
.butok:hover { width: 75px;
margin-left: 75px;
color: #050;
border: 2px solid #E6E0A4;
font-weight: bold;
background-color: #F1CC26;
padding: 2px;
}
br { display: none;
}
.nodisp { display: none; }
</style>
</head>
<body>
<h1>Hello on lemonldap and CAS websso 'world</h1>
<form method="post" name="formIdent">
<p><p>Fill the 2 fields<p>
<label>Enter your user name (anything):</label><input type=text name="username" value="%user%">
<p>
<label>Enter password (anything):</label><input type=password name="password" value="%secret%">
<p>
<b>%message%</b>
<p> url demandée : %urldc% <p>
<input type="hidden" name="url" value="%urldc%" class="nodisp">
<input type="hidden" name="service" value="%urldc%" class="nodisp">
<input type=hidden name="it" value="%it%" class="nodisp" >
<input type=submit name="envoi" class="butok">
</form>
</body>
</html>