comparison client/digitallibrary/digilib-login.html @ 20:d407cb901df4

Initial revision
author robcast
date Thu, 17 Jan 2002 15:29:55 +0100
parents
children
comparison
equal deleted inserted replaced
1:0ff3ede32060 20:d407cb901df4
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <html> <head>
3 <title>Login to digilib</title>
4 </head>
5
6 <body>
7
8 <h2>This document requires authentication</h2>
9
10 <p>Please enter the name and the password to access this document.<p>
11
12 <form method=POST action=j_security_check>
13 <table>
14 <tr>
15 <td>Name:</td>
16 <td><input type="text" name="j_username"></td>
17 </tr>
18 <tr>
19 <td>Password:</td>
20 <td><input type="password" name="j_password"></td>
21 </tr>
22 <tr>
23 <td></td>
24 <td><input type="SUBMIT" value=" OK "></td>
25 </tr>
26 </table>
27 </form>
28
29 </body>
30 </html>