blob: 72f6af6c065a883c4b0e411129a1b6deb0c85b02 [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1"?>
<!--+
| CVS: $Id: login.xsp,v 1.5 2003/10/22 16:56:22 joerg Exp $
| Author: Ovidiu Predescu "ovidiu@apache.org"
| Date: August 30, 2002
+-->
<xsp:page language="java"
xmlns:xsp="http://apache.org/xsp"
xmlns:jpath="http://apache.org/xsp/jpath/1.0">
<page>
<resources>
<resource type="file" href="prefs.js">Flowscript</resource>
</resources>
<title>Login</title>
<content>
<jpath:if test="errorMsg">
<strong><jpath:value-of select="errorMsg"/></strong>
</jpath:if>
<form>
<xsp:attribute name="action"><xsp:expr>"continue." + <jpath:continuation/></xsp:expr></xsp:attribute>
<para>
Login name:
<input type="text" name="login">
<xsp:attribute name="value"><jpath:value-of select="login"/></xsp:attribute>
</input>
</para>
<para>Password: <input type="password" name="password"/></para>
<input type="submit" name="submit" value="Login"/>
<para>Not yet registered? <link href="register">Register now!</link></para>
</form>
</content>
</page>
</xsp:page>