Erster Checkin für die neue Version 2.0
This commit is contained in:
25
templates/editorTemplate.html
Normal file
25
templates/editorTemplate.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<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
|
||||
<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
|
||||
<small>Editors</small>
|
||||
</h1>
|
||||
<h1 class="col-md-8 text-right">
|
||||
<small>powered by</small>
|
||||
CS internet solutions
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user