mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
10 lines
263 B
Scheme
10 lines
263 B
Scheme
|
<div class="title"><div>Statistics</div></div>
|
||
|
|
||
|
<% if EditForm %>
|
||
|
$EditForm
|
||
|
<% else %>
|
||
|
<p>Welcome to the $ApplicationName statistics section. Please choose a specific report from the left.</p>
|
||
|
<% end_if %>
|
||
|
|
||
|
<p id="statusMessage" style="visibility:hidden"></p>
|