adds id's to next, prev and random

This commit is contained in:
jkhsjdhjs 2016-08-16 22:13:38 +02:00
parent 2dbc47f507
commit f20b24b645

View File

@ -19,7 +19,7 @@
<img src="{{ dest }}" style="max-width: 1024px" />
{% endif %}
</div>
<div class="controls">{% if next != null %}<a href="/{{ next }}"><<-</a> | {% endif %} <a href="/random" title="Random">random</a> {% if prev != null %} | <a href="/{{ prev }}">->></a>{% endif %}</div><br />
<div class="controls">{% if next != null %}<a id="next" href="/{{ next }}"><<-</a> | {% endif %} <a id="random" href="/random" title="Random">random</a> {% if prev != null %} | <a id="prev" href="/{{ prev }}">->></a>{% endif %}</div><br />
<div class="info">
<span class="src">src: <a href="{{ src }}" target="_blank">{{ src }}</a></span><br />
<span class="dest">dest: {{ dest }}</span><br />