Schönheitsoperation [Insert Botox]

This commit is contained in:
sirx 2016-11-15 14:18:15 +01:00
parent f463c8e224
commit 1349872ec5

View File

@ -10,29 +10,30 @@
<div class="return"><a href="/" title="return to main">f0ck.me</a></div> <div class="return"><a href="/" title="return to main">f0ck.me</a></div>
<div class="controls"> <div class="controls">
{% if next != null %} {% if next != null %}
<a id="next" href="/{{ next }}"><<-</a>&nbsp;|&nbsp; <a id="next" href="/{{ next }}"><<-</a>&nbsp;|&nbsp;
{% endif %} {% endif %}
<a id="random" href="/random">random</a>&nbsp; <a id="random" href="/random">random</a>&nbsp;
{% if prev != null %} {% if prev != null %}
&nbsp;| <a id="prev" href="/{{ prev }}">->></a> &nbsp;| <a id="prev" href="/{{ prev }}">->></a>
{% endif %} {% endif %}
</div> </div>
<div class="medium"> <div class="medium">
{% if item == "video" %} {% if item == "video" %}
<video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" autoplay controls loop></video> <video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" autoplay controls loop></video>
{% elseif item == "audio" %} {% elseif item == "audio" %}
{% if thumb != null %} {% if thumb != null %}
<div> <div>
<img src="{{ thumb }}" /><br /> <img src="{{ thumb }}" /><br />
{% endif %} {% endif %}
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio> <audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
{% if thumb != null %} {% if thumb != null %}
</div> </div>
{% endif %} {% endif %}
{% elseif item == "image" %} {% elseif item == "image" %}
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 640px;height:auto;" /></a> <a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 640px;height:auto;" /></a>
{% else %} {% else %}
<h1>404 - Not f0cked</h1> <h1>404 - Not f0cked</h1>
{% endif %} {% endif %}
<div class="panel info"> <div class="panel info">