You will find only what you bring in.
[redakcja.git] / src / wiki / templates / wiki / tabs / gallery_view.html
1 {% load i18n %}
2 <div id="side-gallery">
3     <!-- gallery toolbar -->
4   <div class="navbar navbar-dark bg-secondary">
5     <div class="nav">
6       <button class="btn btn-info mr-2 start-page" alt="{% trans "Go to first image of this part" %}" title="{% trans "Go to first image of this part" %}">
7         ⇤
8         </button>
9         <button class="btn btn-info mr-2 previous-page" title="{% trans "Previous" %}">
10           ⯇
11         </button>
12         <input type="text" size="3" maxlength="3" value="0" class="page-number " />
13         <span class="navbar-text ml-1 mr-2" id="imagesCount">/0</span>
14         <button class="btn btn-info mr-2 next-page" title="{% trans "Next" %}">
15           ⯈
16         </button>
17         <button class="btn btn-info mr-2 zoom-in">+</button>
18         <button class="btn btn-info mr-2 zoom-out">&mdash;</button>
19     </div>
20   </div>
21     <div class="error_message alert alert-danger ml-4 mr-4 mt-4">
22     </div>
23     <div class="gallery-image">
24         <img src="{{MEDIA_URL}}images/empty.png" alt="no image" />
25     </div>
26 </div>