Changeset 1914
- Timestamp:
- Jun 6, 2011, 8:59:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/email/_registrationConfirmationUser.gsp
r1430 r1914 1 <!--2 To change this template, choose Tools | Templates3 and open the template in the editor.4 -->5 6 1 <%@ page contentType="text/html;charset=UTF-8" %> 7 8 2 <html> 9 3 <head> 10 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 11 <title>Welcome to GSCF</title>5 <title>Welcome to ${grailsApplication.config.application.title}</title> 12 6 </head> 13 7 <body> 14 8 <h3>Hello ${username}</h3 15 <p>Welcome to GSCF. Your account has been created, but you have to confirm your registration. Please click <a href="${link}">here</a> to confirm your registration.</p>9 <p>Welcome to ${grailsApplication.config.application.title}. Your account has been created, but you have to confirm your registration. Please click <a href="${link}">here</a> to confirm your registration.</p> 16 10 <p>If you can not click the link, copy this url to the browser:</p> 17 11 <p>${link}</p> … … 22 16 <p><b>${password}</b></p> 23 17 <p>Kind regards,</p> 24 <p>The GSCFteam</p>18 <p>The ${grailsApplication.config.application.title} team</p> 25 19 </body> 26 20 </html>
Note: See TracChangeset
for help on using the changeset viewer.