* Readonly document view.
[redakcja.git] / apps / wiki / templates / wiki / tabs / wysiwyg_editor.html
diff --git a/apps/wiki/templates/wiki/tabs/wysiwyg_editor.html b/apps/wiki/templates/wiki/tabs/wysiwyg_editor.html
new file mode 100644 (file)
index 0000000..dbf1b6a
--- /dev/null
@@ -0,0 +1,17 @@
+<div id="simple-editor" class="editor" style="display: none">
+    <div id="html-view" class="htmlview">
+    </div>
+
+       <div class="toolbar">
+       {% if not document_info.readonly %}
+        <button id="insert-theme-button">
+            Wstaw motyw
+        </button>
+        <button id="insert-annotation-button">
+            Wstaw przypis
+        </button>
+               {% endif %}
+        <div class="toolbar-end">
+        </div>
+    </div>
+</div>