Ingo Schommer 6ee0d53f40 Fixed merge error (mainly new translation entity format in templates)
Merge error from 2a35f2f928059620aa55a41458af48c0effb8ced,
which was then further regressed by Sam running the text collector
on those faulty templates: 750b5b4079510ff1edc16dadf5a8b2a65258c072
2013-08-09 15:27:28 +02:00

32 lines
970 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)">
<% include CMSLoadingScreen %>
<div class="cms-container center" data-layout-type="custom">
$Menu
$Content
<div class="cms-preview east" data-layout-type="border">
<div class="preview-note"><span><!-- --></span><% _t('CMSPageHistoryController_versions_ss.PREVIEW','Website preview') %></div>
<div class="preview-scroll center">
<div class="preview-device-outer">
<div class="preview-device-inner">
<iframe src="about:blank" class="center" name="cms-preview-iframe"></iframe>
</div>
</div>
</div>
<div class="cms-content-controls cms-preview-controls south"></div>
</div>
</div>
$EditorToolbar
</body>
</html>