2011-03-31 11:20:31 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2011-03-23 10:51:00 +01:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
|
|
<meta http-equiv="Content-language" content="$i18nLocale" />
|
|
|
|
<% base_tag %>
|
2011-06-09 05:47:59 +02:00
|
|
|
<title>$Title</title>
|
2011-03-23 10:51:00 +01:00
|
|
|
</head>
|
|
|
|
|
2011-07-05 14:34:31 +02:00
|
|
|
<body class="loading cms">
|
2011-03-23 10:51:00 +01:00
|
|
|
|
2011-04-15 00:35:09 +02:00
|
|
|
<% include CMSLoadingScreen %>
|
2011-03-23 10:51:00 +01:00
|
|
|
|
2011-04-28 12:36:28 +02:00
|
|
|
<div class="cms-container center" data-layout="{type: 'border'}">
|
|
|
|
|
2011-04-24 01:41:21 +02:00
|
|
|
<div class="cms-preview-header north">
|
|
|
|
Caution! The CMS is in alpha stage, and might not behave as expected. Get updates on the
|
|
|
|
<a href="https://groups.google.com/forum/#!forum/silverstripe-dev">developer mailinglist</a>
|
|
|
|
and help us by
|
|
|
|
<a href="http://silverstripe.org/contribute">contributing</a> and
|
|
|
|
<a href="http://open.silverstripe.org">reporting bugs</a>.
|
|
|
|
</div>
|
2011-04-14 07:10:50 +02:00
|
|
|
|
2011-04-15 04:12:57 +02:00
|
|
|
$Menu
|
2011-04-14 07:10:50 +02:00
|
|
|
|
2011-04-15 05:32:43 +02:00
|
|
|
$Content
|
2011-04-28 12:36:28 +02:00
|
|
|
|
2011-07-21 20:14:33 +02:00
|
|
|
<div class="cms-preview east <% if IsPreviewExpanded %>is-expanded<% else %>is-collapsed<% end_if %>" data-layout="{type: 'border'}">
|
|
|
|
<iframe src="$PreviewLink" class="center"></iframe>
|
|
|
|
<div class="cms-preview-controls south"></div>
|
2011-04-28 12:36:28 +02:00
|
|
|
</div>
|
2011-03-23 10:51:00 +01:00
|
|
|
|
2011-04-14 07:10:50 +02:00
|
|
|
</div>
|
2011-04-28 12:36:28 +02:00
|
|
|
|
2011-04-15 05:32:43 +02:00
|
|
|
<div id="cms-editor-dialogs">
|
2011-03-23 10:51:00 +01:00
|
|
|
<% control EditorToolbar %>
|
|
|
|
$ImageForm
|
|
|
|
$LinkForm
|
|
|
|
$FlashForm
|
|
|
|
<% end_control %>
|
|
|
|
</div>
|
2011-04-14 07:10:50 +02:00
|
|
|
|
|
|
|
<!-- <div class="ss-cms-bottom-bar">
|
|
|
|
<div class="holder">
|
|
|
|
<div id="switchView" class="bottomTabs">
|
|
|
|
<% if ShowSwitchView %>
|
|
|
|
<div class="blank"> <% _t('VIEWPAGEIN','Page view:') %> </div>
|
|
|
|
<span id="SwitchView">$SwitchView</span>
|
|
|
|
<% end_if %>
|
|
|
|
</div>
|
2011-03-23 10:51:00 +01:00
|
|
|
</div>
|
2011-04-14 07:10:50 +02:00
|
|
|
</div> -->
|
|
|
|
|
2011-03-23 10:51:00 +01:00
|
|
|
</body>
|
|
|
|
</html>
|