mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
c92be46619
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@49169 467b73ca-7a2a-4603-9d3b-597d59a354a9
37 lines
712 B
Scheme
Executable File
37 lines
712 B
Scheme
Executable File
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
div.data span {
|
|
width: 50%;
|
|
}
|
|
|
|
div.data span.left {
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.data a {
|
|
overflow: visible;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>$Subject</h1>
|
|
<p>Dear $FirstName,</p>
|
|
<p>Thanks for signing up to our mailing list. The following data was submitted:</p>
|
|
|
|
<p>First name: $FirstName</p>
|
|
<p>Email: $Email</p>
|
|
<p>Password: $Password (we've generated this password for you)</p>
|
|
|
|
<% if Newsletters %>
|
|
<p>You're subscribed to the following mailing lists:</p>
|
|
<ul>
|
|
<% control Newsletters %>
|
|
<li>$Title</li>
|
|
<% end_control %>
|
|
</ul>
|
|
<% end_if %>
|
|
</body>
|
|
</html>
|