mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
abb9a61d0d
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39000 467b73ca-7a2a-4603-9d3b-597d59a354a9
21 lines
508 B
Scheme
Executable File
21 lines
508 B
Scheme
Executable File
<h1>Edit Content</h1>
|
|
|
|
<div class="mceToolbar_background"> </div>
|
|
|
|
<p id="statusMessage"></p>
|
|
|
|
<div id="form_actions">
|
|
</div>
|
|
|
|
<% if EditForm %>
|
|
$EditForm
|
|
<% else %>
|
|
<h1>$ApplicationName</h1>
|
|
<div class="mceToolbar_background"> </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> |