2013-07-13 13:00:46 +02:00
|
|
|
<% if $IncludeFormTag %>
|
2011-12-22 18:05:20 +01:00
|
|
|
<form $AttributesHTML>
|
2007-07-19 12:40:28 +02:00
|
|
|
<% end_if %>
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $Message %>
|
2007-07-19 12:40:28 +02:00
|
|
|
<p id="{$FormName}_error" class="message $MessageType">$Message</p>
|
|
|
|
<% else %>
|
|
|
|
<p id="{$FormName}_error" class="message $MessageType" style="display: none"></p>
|
|
|
|
<% end_if %>
|
2016-01-06 00:34:58 +01:00
|
|
|
|
2007-07-19 12:40:28 +02:00
|
|
|
<fieldset>
|
2016-01-06 00:34:58 +01:00
|
|
|
<% if $Legend %><legend>$Legend</legend><% end_if %>
|
2013-07-13 13:00:46 +02:00
|
|
|
<% loop $Fields %>
|
2007-07-19 12:40:28 +02:00
|
|
|
$FieldHolder
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
2007-07-19 12:40:28 +02:00
|
|
|
<div class="clear"><!-- --></div>
|
|
|
|
</fieldset>
|
|
|
|
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $Actions %>
|
2007-10-18 03:07:35 +02:00
|
|
|
<div class="Actions">
|
2013-07-13 13:00:46 +02:00
|
|
|
<% loop $Actions %>
|
2008-12-04 23:38:32 +01:00
|
|
|
$Field
|
2012-05-11 03:49:20 +02:00
|
|
|
<% end_loop %>
|
2007-10-18 03:07:35 +02:00
|
|
|
</div>
|
2008-12-04 23:38:32 +01:00
|
|
|
<% end_if %>
|
2013-07-13 13:00:46 +02:00
|
|
|
<% if $IncludeFormTag %>
|
2007-07-19 12:40:28 +02:00
|
|
|
</form>
|
|
|
|
<% end_if %>
|