diff --git a/s/item.tpl.html b/s/item.tpl.html index 37302d9..3000081 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -1,4 +1,4 @@ - + {{ id }} - f0ck.me @@ -8,35 +8,42 @@
f0ck.me
-
{% if next != null %} | {% endif %} random {% if prev != null %} | {% endif %}

-
+
+ {% if next != null %} +  |  + {% endif %} + random  + {% if prev != null %} +  | + {% endif %} +
+
{% if item == "video" %} {% elseif item == "audio" %} - {% if thumb != null %} - - - - {% endif %} -
+ {% if thumb != null %} + + + + {% endif %} +
{% elseif item == "image" %} {% else %}

404 - Not f0cked

{% endif %} -
-
- ID: {{ id }} | by: {{ username }}
- src: {{ src }}
- dest: {{ dest }}
- mime: {{ mime }} 
- size: {{ size }}
- channel: {{ userchannel }}  - network: {{ usernetwork }}
- timestamp: {{ timestamp }} + +
+ ID: {{ id }} | by: {{ username }}
+ src: {{ src }}
+ dest: {{ dest }}
+ mime: {{ mime }} 
+ size: {{ size }}
+ channel: {{ userchannel }}  + network: {{ usernetwork }}
+ timestamp: {{ timestamp }} +
-
-
- \ No newline at end of file