silverstripe-framework/admin/templates/SilverStripe/Admin/LeftAndMain.ss
Damian Mooyman 9b1c24cf4c API Move preview panel to CMS module
BUG Fix preview area flashing on section navigation
Fix source file issue
2016-09-13 13:20:17 +12:00

23 lines
553 B
Scheme

<!DOCTYPE html>
<html>
<head>
<% base_tag %>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=720, maximum-scale=1.0" />
<title>$Title</title>
</head>
<body class="loading cms" lang="$Locale.RFC1766" data-frameworkpath="$ModulePath(framework)"
data-member-tempid="$CurrentMember.TempIDHash.ATT"
>
<% include SilverStripe\\Admin\\CMSLoadingScreen %>
<div class="cms-container center" data-layout-type="custom">
$Menu
$Content
$PreviewPanel
</div>
$EditorToolbar
</body>
</html>