summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/editor.php13
-rw-r--r--views/partials/appcache.php1
2 files changed, 13 insertions, 1 deletions
diff --git a/views/editor.php b/views/editor.php
index fc4fcc6..8bef0e5 100644
--- a/views/editor.php
+++ b/views/editor.php
@@ -41,9 +41,20 @@
</head>
<body>
+<div class="toolbar">
+ <div class="toolbar-left">
+ <span class="item"><a href="/"><img src="/editor/quill-logo-36.png" width="36" height="31"></a></span>
+ <span class="item text"><span id="draft-status">Draft</span></span>
+ </div>
+ <div class="toolbar-right">
+
+ </div>
+ <div class="clear"></div>
+</div>
+
<div class="container">
<input id="post-name" type="text" value="" placeholder="Title">
- <div id="content" class="editable"><p class="placeholder">Tell your story...</p></div>
+ <div id="content" class="editable"><p class="placeholder">Write something nice...</p></div>
</div>
<script src="/editor/editor.js"></script>
diff --git a/views/partials/appcache.php b/views/partials/appcache.php
index 546685f..0bc21a6 100644
--- a/views/partials/appcache.php
+++ b/views/partials/appcache.php
@@ -17,6 +17,7 @@ CACHE MANIFEST
/editor/medium-editor/js/medium-editor.min.js
/editor/medium-editor/js/medium-editor-insert-plugin.min.js
/editor/localforage/localforage.js
+/editor/quill-logo-36.png
NETWORK:
*