Merge branch 'f0ckdev' into 'master'
Schönheitsoperation [Insert Botox] See merge request !40
This commit is contained in:
commit
4a050b5575
|
@ -10,29 +10,30 @@
|
|||
<div class="return"><a href="/" title="return to main">f0ck.me</a></div>
|
||||
<div class="controls">
|
||||
{% if next != null %}
|
||||
<a id="next" href="/{{ next }}"><<-</a> |
|
||||
<a id="next" href="/{{ next }}"><<-</a> |
|
||||
{% endif %}
|
||||
<a id="random" href="/random">random</a>
|
||||
<a id="random" href="/random">random</a>
|
||||
{% if prev != null %}
|
||||
| <a id="prev" href="/{{ prev }}">->></a>
|
||||
| <a id="prev" href="/{{ prev }}">->></a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="medium">
|
||||
{% 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" %}
|
||||
{% if thumb != null %}
|
||||
<div>
|
||||
<img src="{{ thumb }}" /><br />
|
||||
{% endif %}
|
||||
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
|
||||
{% if thumb != null %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if thumb != null %}
|
||||
<div>
|
||||
<img src="{{ thumb }}" /><br />
|
||||
{% endif %}
|
||||
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
|
||||
{% if thumb != null %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% 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 %}
|
||||
<h1>404 - Not f0cked</h1>
|
||||
<h1>404 - Not f0cked</h1>
|
||||
{% endif %}
|
||||
|
||||
<div class="panel info">
|
||||
|
|
Loading…
Reference in New Issue
Block a user