NIHVIVO-2279 Implement the MyAccount page.

This commit is contained in:
j2blake 2011-06-01 15:32:00 +00:00
parent 64fa779638
commit 3b5eb3a846
10 changed files with 528 additions and 14 deletions

View file

@ -0,0 +1,23 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Confirmation that the user has changed his email account. -->
<html>
<head>
<title>${subjectLine}</title>
</head>
<body>
<p>
Hi, ${userAccount.firstName} ${userAccount.lastName}
</p>
<p>
You recently changed the email address associated with
${userAccount.firstName} ${userAccount.lastName}
</p>
<p>
Thank you.
</p>
</body>
</html>