blob: aa2fd83fea5c39669ccac8613fd2ec3539678bfc [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1"?>
<!--+
| CVS: $Id: registrationSuccessful.xsp,v 1.4 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>Registration successful!</title>
<content>
<para>
Congratulations
<strong><jpath:value-of select="user/firstName"/> <jpath:value-of select="user/lastName"/></strong>!
You've successfully registered as a new user.
</para>
<para>| <link href="edit">Edit my preferences</link> | <link href="logout">Logout</link> |</para>
</content>
</page>
</xsp:page>