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 %>
|
|
|
|
<title>$ApplicationName | $SectionTitle</title>
|
|
|
|
</head>
|
|
|
|
|
2011-04-15 05:32:43 +02:00
|
|
|
<body class="loading cms $CSSClasses">
|
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
|
|
|
|
|
|
|
<% if currentPage %>
|
|
|
|
<div class="cms-preview east">
|
|
|
|
<iframe src="$currentPage.Link"></iframe>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
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>
|