Files
editors/templates/editorTemplate.html

25 lines
898 B
HTML

<div id="csEditorConfirm" title="Wirklich Löschen">
<p><span class="ui-icon ui-icon-alert" style="float:left; margin:12px 12px 20px 0;"></span>These items will be permanently deleted and cannot be recovered. Are you sure?</p>
</div>
<div id="csEditorLayer">
<div id="csEditorWrapper" class="container">
<div id="csEditorWaiting"></div>
<div id="csEditorHeader" class="row">
<h1 id="csEditorTitle" class="col-md-11">R!ST&nbsp;
<small>%%editor%% Editor</small>
</h1>
<div class="col-md-1 text-right"><span id="csEditorLayerClose" class="glyphicon glyphicon-remove"></span>
</div>
</div>
<div id="csEditorContent" class="row"></div>
<div id="csEditorFooter" class="row">
<h1 class="col-md-4">R!ST&nbsp;
<small>Editors</small>
</h1>
<h1 class="col-md-8 text-right">
<small>powered by</small>
&nbsp;CS internet solutions
</h1>
</div>
</div>
</div>