annotate client/digitallibrary/digilib-fail.html @ 53:1e80635e3f8c

13.8.2002 - [different files] : roc - changed all hardcoded occurrences of /docuserver/digitallibrary to work relative or take the path from the request URL. Introduced a variable baseURL to hold the URL path (up to digilib.jsp etc.). Now it should be possible to install digilib in other directories. - removed xerces.jar. It seems not necessary any more (JDK 1.3.1, Tomcat 4.0.4)
author robcast
date Thu, 15 Aug 2002 23:40:15 +0200
parents d407cb901df4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20
d407cb901df4 Initial revision
robcast
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
d407cb901df4 Initial revision
robcast
parents:
diff changeset
2 <html> <head>
d407cb901df4 Initial revision
robcast
parents:
diff changeset
3 <title>Login to digilib</title>
d407cb901df4 Initial revision
robcast
parents:
diff changeset
4 </head>
d407cb901df4 Initial revision
robcast
parents:
diff changeset
5
d407cb901df4 Initial revision
robcast
parents:
diff changeset
6 <body>
d407cb901df4 Initial revision
robcast
parents:
diff changeset
7 <h1>Login to digilib failed</h1>
d407cb901df4 Initial revision
robcast
parents:
diff changeset
8
d407cb901df4 Initial revision
robcast
parents:
diff changeset
9 <p>The name and password are incorrect!</p>
d407cb901df4 Initial revision
robcast
parents:
diff changeset
10
d407cb901df4 Initial revision
robcast
parents:
diff changeset
11 <p>You can use the browser's &quot;Back&quot; button and try again.</p>
d407cb901df4 Initial revision
robcast
parents:
diff changeset
12
d407cb901df4 Initial revision
robcast
parents:
diff changeset
13 </body>
d407cb901df4 Initial revision
robcast
parents:
diff changeset
14 </html>