fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
dbf1b6a729425e40953e902fbfb87400b6227cdd
[redakcja.git]
/
apps
/
wiki
/
templates
/
wiki
/
tabs
/
wysiwyg_editor.html
1
<div id="simple-editor" class="editor" style="display: none">
2
<div id="html-view" class="htmlview">
3
</div>
4
5
<div class="toolbar">
6
{% if not document_info.readonly %}
7
<button id="insert-theme-button">
8
Wstaw motyw
9
</button>
10
<button id="insert-annotation-button">
11
Wstaw przypis
12
</button>
13
{% endif %}
14
<div class="toolbar-end">
15
</div>
16
</div>
17
</div>