silverstripe-reports/templates/Includes/CMSRight.ss
Hayden Smith abb9a61d0d Moved CMS module to open source path
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39000 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-07-19 10:40:05 +00:00

21 lines
508 B
Scheme
Executable File

<h1>Edit Content</h1>
<div class="mceToolbar_background">&nbsp;</div>
<p id="statusMessage"></p>
<div id="form_actions">
</div>
<% if EditForm %>
$EditForm
<% else %>
<h1>$ApplicationName</h1>
<div class="mceToolbar_background">&nbsp;</div>
<p id="statusMessage" style="display:none"></p>
<form id="Form_EditForm" action="admin?executeForm=EditForm" method="post" enctype="multipart/form-data">
<p>Welcome to $ApplicationName! Please choose a page from the left.</p>
</form>
<% end_if %>
</body>