source: main/waeup.cas/trunk/waeup/cas/templates/login.html @ 10335

Last change on this file since 10335 was 10335, checked in by uli, 12 years ago

Add simple login form.

File size: 333 bytes
Line 
1<html>
2  <head>
3    <title>WAeUP Central Authentication Service</title>
4  </head>
5  <body>
6    Please enter your credentials to authenticate:
7    <form method="post">
8      <input type="text" name="username" />
9      <input type="password" name="password" />
10      <input type="submit" value="Login" />
11    </form>
12  </body>
13</html>
Note: See TracBrowser for help on using the repository browser.