mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
22 lines
327 B
Scheme
22 lines
327 B
Scheme
|
<html>
|
||
|
<head>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
$Body
|
||
|
|
||
|
<p>
|
||
|
<% _t('SUBMITTED',"You have submitted the following information:") %>
|
||
|
</p>
|
||
|
|
||
|
<table>
|
||
|
<% control Fields %>
|
||
|
<tr>
|
||
|
<td style="padding: 5px"><b>$Title</b></td>
|
||
|
<td style="padding: 5px">$Value</td>
|
||
|
</tr>
|
||
|
<% end_control %>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|