2008-09-29 05:18:23 +02:00
|
|
|
<div class="reportfilter">
|
|
|
|
$FilterForm
|
|
|
|
</div>
|
|
|
|
<div class="reports" id="FormSubmissions">
|
2008-09-29 07:33:43 +02:00
|
|
|
|
|
|
|
<% if ExportLink %>
|
|
|
|
<a href="$ExportLink" title="Export CSV file"><strong><% _t('EXPORTSUBMISSIONS', 'Export submissions to CSV') %></strong></a>
|
|
|
|
<% end_if %>
|
|
|
|
|
2008-09-29 05:18:23 +02:00
|
|
|
<% control Submissions %>
|
|
|
|
<div class="report">
|
|
|
|
<span class="submitted"><% _t('SUBMITTED', 'Submitted at') %> $Created.Nice <% if Recipient %>to $Recipient<% end_if %></span>
|
|
|
|
<table>
|
|
|
|
<% control FieldValues %>
|
|
|
|
<tr>
|
|
|
|
<td class="field">$Title</td>
|
2009-04-14 06:11:05 +02:00
|
|
|
<td class="value"><% if Link %><a href="$Link"><% end_if %>$Value<% if Link %></a><% end_if %></td>
|
2008-09-29 05:18:23 +02:00
|
|
|
</tr>
|
|
|
|
<% end_control %>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<% end_control %>
|
|
|
|
</div>
|