Revision 507
Added by bojilova about 24 years ago
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> |
Also available in: Unified diff
changed action's value:
"Login" to "login"
"Logout" to "logout"