mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
21 lines
280 B
Scheme
21 lines
280 B
Scheme
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>$Subject</h1>
|
||
|
<p>
|
||
|
The following data was submitted to your website:
|
||
|
</p>
|
||
|
$Body
|
||
|
|
||
|
<table>
|
||
|
<% control Fields %>
|
||
|
<tr>
|
||
|
<td><b>$Title</b></td>
|
||
|
<td>$Value</td>
|
||
|
</tr>
|
||
|
<% end_control %>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|