2011-06-08 01:35:56 +02:00
|
|
|
<% if IncludeFormTag %>
|
2012-02-16 17:37:46 +01:00
|
|
|
<form $FormAttributes data-layout-type="border">
|
2011-06-08 01:35:56 +02:00
|
|
|
<% end_if %>
|
|
|
|
<div class="cms-content-header north">
|
|
|
|
<div>
|
2012-02-28 23:06:42 +01:00
|
|
|
|
|
|
|
<% if Backlink %>
|
|
|
|
<a class="backlink ss-ui-button cms-panel-link" data-icon="back" href="$Backlink">
|
|
|
|
<% _t('Back', 'Back') %>
|
|
|
|
</a>
|
|
|
|
<% end_if %>
|
|
|
|
|
2012-02-14 16:01:26 +01:00
|
|
|
<h2 id="page-title-heading">
|
|
|
|
<% control Controller %>
|
|
|
|
<% include CMSBreadcrumbs %>
|
|
|
|
<% end_control %>
|
2011-12-19 14:57:11 +01:00
|
|
|
</h2>
|
2011-06-08 01:35:56 +02:00
|
|
|
<% if Fields.hasTabset %>
|
|
|
|
<% with Fields.fieldByName('Root') %>
|
|
|
|
<div class="cms-content-header-tabs">
|
|
|
|
<ul>
|
|
|
|
<% control Tabs %>
|
|
|
|
<li><a href="#$id">$Title</a></li>
|
|
|
|
<% end_control %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2011-10-29 04:41:40 +02:00
|
|
|
<% end_with %>
|
2011-06-08 01:35:56 +02:00
|
|
|
<% end_if %>
|
2011-04-15 05:32:43 +02:00
|
|
|
|
2011-06-08 01:35:56 +02:00
|
|
|
<!-- <div class="cms-content-search">...</div> -->
|
2012-02-27 20:23:07 +01:00
|
|
|
|
2011-06-08 01:35:56 +02:00
|
|
|
</div>
|
2011-04-22 13:33:03 +02:00
|
|
|
</div>
|
2012-02-15 13:39:45 +01:00
|
|
|
|
|
|
|
<% control Controller %>
|
|
|
|
$EditFormTools
|
|
|
|
<% end_control %>
|
2012-02-11 02:00:51 +01:00
|
|
|
|
2012-02-28 15:57:48 +01:00
|
|
|
<div class="cms-content-fields center cms-panel-padded">
|
2012-02-15 13:39:45 +01:00
|
|
|
<% if Message %>
|
|
|
|
<p id="{$FormName}_error" class="message $MessageType">$Message</p>
|
|
|
|
<% else %>
|
|
|
|
<p id="{$FormName}_error" class="message $MessageType" style="display: none"></p>
|
|
|
|
<% end_if %>
|
2011-04-15 05:32:43 +02:00
|
|
|
|
2012-02-15 13:39:45 +01:00
|
|
|
<fieldset>
|
|
|
|
<% if Legend %><legend>$Legend</legend><% end_if %>
|
|
|
|
<% control Fields %>
|
|
|
|
$FieldHolder
|
|
|
|
<% end_control %>
|
|
|
|
<div class="clear"><!-- --></div>
|
|
|
|
</fieldset>
|
|
|
|
</div>
|
2011-04-15 05:32:43 +02:00
|
|
|
|
2012-02-15 13:39:45 +01:00
|
|
|
<div class="cms-content-actions south">
|
|
|
|
<% if Actions %>
|
|
|
|
<div class="Actions">
|
|
|
|
<% control Actions %>
|
|
|
|
$Field
|
|
|
|
<% end_control %>
|
|
|
|
<% if CurrentPage.PreviewLink %>
|
2012-02-17 00:35:10 +01:00
|
|
|
<a href="$CurrentPage.PreviewLink" class="cms-preview-toggle-link ss-ui-button" data-icon="preview">
|
2012-02-15 13:39:45 +01:00
|
|
|
<% _t('LeftAndMain.PreviewButton', 'Preview') %> »
|
|
|
|
</a>
|
2011-12-20 15:56:08 +01:00
|
|
|
<% end_if %>
|
2011-05-20 01:38:36 +02:00
|
|
|
</div>
|
2012-02-15 13:39:45 +01:00
|
|
|
<% end_if %>
|
2011-05-20 01:38:36 +02:00
|
|
|
</div>
|
2011-06-08 01:35:56 +02:00
|
|
|
<% if IncludeFormTag %>
|
|
|
|
</form>
|
|
|
|
<% end_if %>
|