Librarian in regular requirements.
[redakcja.git] / apps / wiki / templates / wiki / tabs / gallery_view.html
index ec5f6e4..4e57ea5 100644 (file)
@@ -1,26 +1,27 @@
-<div class="vsplitbar" title="Klinknij aby (ro)zwinąć galerię.">
-</div>
+{% load i18n %}
 <div id="side-gallery">
     <!-- gallery toolbar -->
     <div class="toolbar">
-        <button class="previous-page">
-            <img src="{{STATIC_URL}}icons/go-previous.png" alt="Poprzednia" title="Poprzednia"/>
-        </button><input type="text" size="3" maxlength="3" value="1" class="page-number" />
-        <button class="next-page">
-            <img src="{{STATIC_URL}}icons/go-next.png" alt="Następna" title="Następna"/>
+        <button class="start-page" alt="{% trans "Go to first image of this part" %}" title="{% trans "Go to first image of this part" %}">
+            <img src="{{STATIC_URL}}icons/revert.png"/>
         </button>
-        <button class="zoom-in">
-            Powiększ
+        <button class="previous-page" alt="{% trans "Previous" %}" title="{% trans "Previous" %}">
+            <img src="{{STATIC_URL}}icons/go-previous.png"/>
         </button>
-        <button class="zoom-out">
-            Pomniejsz
+        <input type="text" size="3" maxlength="3" value="0" class="page-number" />
+        <span id="imagesCount">/0</span>
+        <button class="next-page" alt="{% trans "Next" %}" title="{% trans "Next" %}">
+            <img src="{{STATIC_URL}}icons/go-next.png"
+                alt="{% trans "Next" %}" title="{% trans "Next" %}"/>
         </button>
+        <button class="zoom-in">{% trans "Zoom in" %}</button>
+        <button class="zoom-out">{% trans "Zoom out" %}</button>
         <div class="toolbar-end">
         </div>
     </div>
     <div class="error_message">
     </div>
     <div class="gallery-image">
-        <img src="{{MEDIA_URL}}/images/empty.png" />
+        <img src="{{MEDIA_URL}}images/empty.png" alt="no image" />
     </div>
-</div>
\ No newline at end of file
+</div>