Revert "Update item.tpl.html"

This reverts commit eb7c0d3649
This commit is contained in:
Flummi 2016-10-20 22:19:22 +00:00
parent eb7c0d3649
commit 9a9e63de58

View File

@ -13,18 +13,17 @@
{% if item == "video" %}
<video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" autoplay controls loop></video>
{% elseif item == "audio" %}
{% if thumb != null %}
<div class="thumbnail">
<img src="{{ thumb }}" />
</div><br />
{% endif %}
{% if thumb != null %}
<div class="thumbnail">
<img src="{{ thumb }}" />
</div>
{% endif %}
<audio controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
{% elseif item == "image" %}
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 1024px" /></a>
{% else %}
<h1>404 - Not f0cked</h1>
{% endif %}
</div>
<br />
<div class="panel info">
<span class="id">ID: {{ id }} | by: {{ username }}<span></span><br />
@ -35,6 +34,7 @@
<span class="channel">channel: {{ userchannel }}</span>&nbsp;
<span class="network">network: {{ usernetwork }}</span>
</div>
</div>
<br />
<script>
function arrowKeys(e) {
@ -65,5 +65,5 @@
video.volume = 0.5;
</script>
</body>
<!-- Fuck git… seriously-->
<! Fuck git… seriously-->
</html>