- <button class="previous-page">
- <img src="{{STATIC_URL}}icons/go-previous.png"
- alt="{% trans "Previous" %}" title="{% trans "Previous" %}"/>
- </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="{% trans "Next" %}" title="{% trans "Next" %}"/>
+ <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="previous-page" alt="{% trans "Previous" %}" title="{% trans "Previous" %}">
+ <img src="{{STATIC_URL}}icons/go-previous.png"/>
+ </button>
+ <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" %}"/>