Tighter editor layout with icons.
[redakcja.git] / src / wiki / templates / wiki / tabs / summary_view.html
index 49ad5fe..0bdeb12 100644 (file)
@@ -1,7 +1,5 @@
 {% load i18n %}
 <div id="summary-view-editor" class="editor" style="display: none">
-    <!-- <div class="toolbar">
-    </div> -->
     <div id="summary-view">
        <div class="summary-cover-area">
                <p><img id="summary-cover" class="book-cover"
@@ -10,7 +8,7 @@
                        {% else %}
                             src="{% url 'cover_preview' chunk.book.slug chunk.slug %}"
                        {% endif %}></p>
-               <p><button id="summary-cover-refresh">{% trans "Refresh from working copy" %}</button></p>
+               <p><button class="btn btn-info" id="summary-cover-refresh">{% trans "Refresh from working copy" %}</button></p>
                </div>
 
                <h2>
                </p>
                <p>
                    <label>{% trans "Characters in document" %}:</label>
-                   <span id="charcount"></span> (<span id="charcount_pages"></span> {% trans "pages" %}<span id="charcount_untagged">, {% trans "untagged" %}</span>)
+                   <span id="charcounts_text">
+                           <br><span id="charcount"></span> (<span id="charcount_pages"></span> {% trans "pages" %}, {% trans "without footnotes and themes" %})
+                           <br><span id="charcount_full"></span> (<span id="charcount_full_pages"></span> {% trans "pages" %}, {% trans "with footnotes and themes" %})
+                   </span>
+                   <span id="charcounts_raw">
+                           <br><span id="charcount_raw"></span> (<span id="charcount_raw_pages"></span> {% trans "pages" %}, {% trans "untagged" %})
+                   </span>
                </p>
        </div>
 </div>