From 8c3c84ce29bacef1dd0a30480285fd0e61d27d80 Mon Sep 17 00:00:00 2001 From: Flummi Date: Fri, 31 Mar 2017 19:31:53 +0200 Subject: [PATCH 1/3] topkek --- s/index.tpl.html | 2 +- s/item.tpl.html | 51 ++++++++++++++++++------------------------------ 2 files changed, 20 insertions(+), 33 deletions(-) diff --git a/s/index.tpl.html b/s/index.tpl.html index 010a344..715320c 100644 --- a/s/index.tpl.html +++ b/s/index.tpl.html @@ -9,7 +9,7 @@ diff --git a/s/item.tpl.html b/s/item.tpl.html index 1e5a304..4f752a9 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -20,39 +20,26 @@  | {% endif %} -
-
- {% if item == "video" %} - - {% elseif item == "audio" %} - {% if thumb != null %} -
-
- {% endif %} - - {% if thumb != null %} +
+
+ {% if item == "image" || item == "audio" || item == "video" %} + + {% else %} +

404 - Not f0cked

+ {% endif %} +
+
+
+ ID: {{ id }} | by: {{ username }}
+ src: {{ src }}
+ Download: {{ dest }}
+ mime: {{ mime }} 
+ size: {{ size }}
+ channel: {{ userchannel }}  + network: {{ usernetwork }}
+ timestamp: {{ timestamp }}
+ theme:
- {% endif %} - {% elseif item == "image" %} - - {% else %} -

404 - Not f0cked

- {% endif %} -
-
- -
- ID: {{ id }} | by: {{ username }}
- src: {{ src }}
- Download: {{ dest }}
- mime: {{ mime }} 
- size: {{ size }}
- channel: {{ userchannel }}  - network: {{ usernetwork }}
- timestamp: {{ timestamp }}
- theme: -
- From fc0081d8e24e86f523a136728bd33a6c19882c47 Mon Sep 17 00:00:00 2001 From: Flummi Date: Fri, 31 Mar 2017 19:33:35 +0200 Subject: [PATCH 2/3] topkek --- s/scroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/scroller.js b/s/scroller.js index 8f4d56b..a87656f 100644 --- a/s/scroller.js +++ b/s/scroller.js @@ -7,7 +7,7 @@ $(()=>{ var html = ""; for(var i = 0; i < msg.items.length; i++) if(msg.items[i].id) - html += "
  • \n"; + html += "
  • \n"; $('#posts').append(html); $('#posts').data('last', msg.last); load = false; From a0abc22dcd0505d25945db1b4cadde1f202fcfd0 Mon Sep 17 00:00:00 2001 From: Flummi Date: Fri, 31 Mar 2017 19:35:58 +0200 Subject: [PATCH 3/3] topkek --- s/item.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/item.tpl.html b/s/item.tpl.html index 4f752a9..9e2ab10 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -23,7 +23,7 @@
    {% if item == "image" || item == "audio" || item == "video" %} - + {% else %}

    404 - Not f0cked

    {% endif %}