2010-05-26 01:58:16 +02:00
|
|
|
<form $FormAttributes>
|
|
|
|
|
|
|
|
|
|
|
|
<p style="display: none;" class="message " id="Form_EditForm_error"/>
|
|
|
|
|
|
|
|
<fieldset>
|
|
|
|
|
|
|
|
<div id="ScrollPanel">
|
|
|
|
$FieldMap.ReportTitle.FieldHolder
|
|
|
|
$FieldMap.ReportDescription.FieldHolder
|
|
|
|
|
|
|
|
<!-- Filters -->
|
|
|
|
|
2010-05-28 04:26:44 +02:00
|
|
|
<% if FieldMap.Filters.Children %>
|
2010-05-26 01:58:16 +02:00
|
|
|
<div style="border-bottom: 1px #AAA solid"><b>Filter by</b></div>
|
|
|
|
|
|
|
|
<% control FieldMap.Filters %>
|
|
|
|
<% control Children %>
|
|
|
|
<div style="float: left; margin: 5px 10px 10px 0; height: 35px">
|
|
|
|
<label for="$ID" style="font-weight: bold; display: block">$Title</label>
|
|
|
|
$Field
|
|
|
|
</div>
|
|
|
|
<% end_control %>
|
|
|
|
<% end_control %>
|
|
|
|
|
|
|
|
<div id="action_updatereport" style="float: left; margin: 1px 10px 10px 0">
|
|
|
|
<br />
|
2010-05-28 04:26:44 +02:00
|
|
|
<% if FieldMap.action_updatereport %>
|
2010-05-26 01:58:16 +02:00
|
|
|
$FieldMap.action_updatereport.Field
|
2010-05-28 04:26:44 +02:00
|
|
|
<% end_if %>
|
2010-05-26 01:58:16 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="clear: both"> </div>
|
2010-05-28 04:26:44 +02:00
|
|
|
<% end_if %>
|
2010-05-26 01:58:16 +02:00
|
|
|
|
|
|
|
$FieldMap.ReportContent.FieldHolder
|
|
|
|
|
|
|
|
<% control HiddenFields %>$Field<% end_control %>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="clear"><!-- --></div>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|