Revision 507
Added by bojilova about 24 years ago
lib/contents.html | ||
---|---|---|
37 | 37 |
<option value="any">Any |
38 | 38 |
</select> |
39 | 39 |
</form> |
40 |
<a href="@servlet-path@?action=Logout" target="_top">Logout</a>
|
|
40 |
<a href="@servlet-path@?action=logout" target="_top">Logout</a>
|
|
41 | 41 |
<br /><a href="loadxml.html" target="right">Load an XML Document</a> |
42 | 42 |
<br /><a href="validate.html" target="right">Validate an XML Document</a> |
43 | 43 |
<br /><a href="../docs/" target="top">Browse the API for the Servlet</a> |
lib/login.html | ||
---|---|---|
26 | 26 |
<P> |
27 | 27 |
|
28 | 28 |
<FORM ACTION="@servlet-path@" METHOD="POST"> |
29 |
<INPUT TYPE="hidden" NAME="action" VALUE="Login">
|
|
29 |
<INPUT TYPE="hidden" NAME="action" VALUE="login">
|
|
30 | 30 |
<P>Username |
31 | 31 |
<INPUT TYPE="text" NAME="username" SIZE="15"> |
32 | 32 |
<P>Password |
Also available in: Unified diff
changed action's value:
"Login" to "login"
"Logout" to "logout"