source: trunk/grails-app/views/email/_registrationConfirmationAdmin.gsp @ 1430

Last change on this file since 1430 was 1430, checked in by work@…, 12 years ago
  • set keyword expansion
  • Property svn:keywords set to Rev Author Date
File size: 694 bytes
Line 
1<!--
2  To change this template, choose Tools | Templates
3  and open the template in the editor.
4-->
5
6<%@ page contentType="text/html;charset=UTF-8" %>
7
8<html>
9  <head>
10    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11    <title>User ${username} registered at GSCF</title>
12  </head>
13  <body>
14      <p>A new user has registed at GSCF. His username is ${username}, and his email address is ${email}.</p>
15      <p>If you want to allow this person access to GSCF, please click <a href="${link}">here</a>".</p>
16      <p>If you can not click the link, copy this url to the browser:</p>
17      <p>${link}</p>
18      <p>Kind regards,</p>
19      <p>The GSCF team</p>
20  </body>
21</html>
Note: See TracBrowser for help on using the repository browser.