blob: c291d942eaa7d23656e5b795431105c3bbe4bff9 [file] [log] [blame]
<?xml version="1.0"?>
<!-- CVS: $Id: login.xml,v 1.2 2003/05/22 13:37:46 vgritsenko Exp $ -->
<page>
<title>Login page</title>
<content>
<linkbar/>
<para>
This page serves as an example of simple web application built
around db-authenticator, form-validator, session-validator and
session-invalidator actions.
</para>
<para>Please log in using your name (Donald Ball will work)</para>
<form action="do-login">
<input type="text" name="username"/>
<input type="submit" value="Login"/>
</form>
</content>
</page>
<!-- vim: set et ts=2 sw=2: -->