mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
23 lines
557 B
Scheme
23 lines
557 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 fill-width" data-layout-type="custom">
|
|
$Menu
|
|
$Content
|
|
$PreviewPanel
|
|
</div>
|
|
|
|
$EditorToolbar
|
|
</body>
|
|
</html>
|