modified: s/item.tpl.html

This commit is contained in:
Flummi 2016-08-16 20:08:14 +02:00
parent b8032dd873
commit 2c4a25f257

View File

@ -19,7 +19,7 @@
<img src="{{ dest }}" style="max-width: 1024px" />
{% endif %}
</div>
<div class="controls">{% if prev != null %}<a href="/{{ prev }}">Prev</a>{% endif %} {% if next != null %}<a href="/{{ next }}">Next</a>{% endif %}</div><br />
<div class="controls">{% if next != null %}<a href="/{{ next }}"><<-</a> | {% endif %} <a href="/" title="return to main">f0ck.me</a> {% if prev != null %} | <a 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 />