Created
August 25, 2016 18:08
-
-
Save MariuszWisniewski/13853ce45da70e7b486f24285361abb2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set objects = response.objects %} | |
<style type="text/css"> | |
/*margin:0px auto;*/ | |
.tg {border-collapse:collapse;border-spacing:0;border-color:#999;} | |
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:#444;background-color:#F7FDFA;border-top-width:1px;border-bottom-width:1px;} | |
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#999;color:#fff;background-color:#26ADE4;border-top-width:1px;border-bottom-width:1px;} | |
.tg .tg-baqh{text-align:center;vertical-align:top; max-width:50px;} | |
.tg .tg-yw4l{vertical-align:top; text-align:center; max-width:224px;} | |
.tg .tg-6k2t{background-color:#D2E4FC;vertical-align:top; text-align:center; max-width:50px;} | |
.tg .tg-j0tj{background-color:#D2E4FC;text-align:center;vertical-align:top} | |
th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::selection { background:transparent; }th.tg-sort-header { cursor:pointer; }table th.tg-sort-header:after { content:''; float:right; margin-top:7px; border-width:0 4px 4px; border-style:solid; border-color:#404040 transparent; visibility:hidden; }table th.tg-sort-header:hover:after { visibility:visible; }table th.tg-sort-desc:after,table th.tg-sort-asc:after,table th.tg-sort-asc:hover:after { visibility:visible; opacity:0.4; }table th.tg-sort-desc:after { border-bottom:none; border-width:4px 4px 0; }@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}</style> | |
<div class="tg-wrap"><table id="tg-XxecH" class="tg"> | |
<tr> | |
<th class="tg-baqh">Title</th> | |
<th class="tg-baqh">Description</th> | |
<th class="tg-baqh">Source URL</th> | |
<th class="tg-baqh">Preview</th> | |
</tr> | |
{% for object in objects %} | |
<tr> | |
<td class={{ loop.cycle('tg-6k2t', 'tg-yw4l') }}> | |
{{object.title}} | |
</td> | |
<td class={{ loop.cycle('tg-6k2t', 'tg-yw4l') }}> | |
{{object.video_description}} | |
</td> | |
<td class={{ loop.cycle('tg-6k2t', 'tg-yw4l') }}> | |
<a href="{{object.url}}" target="_blank">{{object.url}}</a> | |
</td> | |
<td class={{ loop.cycle('tg-6k2t', 'tg-yw4l') }}> | |
<iframe width="224" height="126" src="https://www.youtube.com/embed/{{object.source_id}}" frameborder="0" allowfullscreen></iframe> | |
</td> | |
</tr> | |
{% endfor %} | |
</table></div> | |
<script type="text/javascript" charset="utf-8"> | |
var TgTableSort = window.TgTableSort || function(n, t) { | |
"use strict"; | |
function r(n, t) { | |
for (var e = [], o = n.childNodes, i = 0; i < o.length; ++i) { | |
var u = o[i]; | |
if ("." == t.substring(0, 1)) { | |
var a = t.substring(1); | |
f(u, a) && e.push(u) | |
} else u.nodeName.toLowerCase() == t && e.push(u); | |
var c = r(u, t); | |
e = e.concat(c) | |
} | |
return e | |
} | |
function e(n, t) { | |
var e = [], | |
o = r(n, "tr"); | |
return o.forEach(function(n) { | |
var o = r(n, "td"); | |
t >= 0 && t < o.length && e.push(o[t]) | |
}), e | |
} | |
function o(n) { | |
return n.textContent || n.innerText || "" | |
} | |
function i(n) { | |
return n.innerHTML || "" | |
} | |
function u(n, t) { | |
var r = e(n, t); | |
return r.map(o) | |
} | |
function a(n, t) { | |
var r = e(n, t); | |
return r.map(i) | |
} | |
function c(n) { | |
var t = n.className || ""; | |
return t.match(/\S+/g) || [] | |
} | |
function f(n, t) { | |
return -1 != c(n).indexOf(t) | |
} | |
function s(n, t) { | |
f(n, t) || (n.className += " " + t) | |
} | |
function d(n, t) { | |
if (f(n, t)) { | |
var r = c(n), | |
e = r.indexOf(t); | |
r.splice(e, 1), n.className = r.join(" ") | |
} | |
} | |
function v(n) { | |
d(n, L), d(n, E) | |
} | |
function l(n, t, e) { | |
r(n, "." + E).map(v), r(n, "." + L).map(v), e == T ? s(t, E) : s(t, L) | |
} | |
function g(n) { | |
return function(t, r) { | |
var e = n * t.str.localeCompare(r.str); | |
return 0 == e && (e = t.index - r.index), e | |
} | |
} | |
function h(n) { | |
return function(t, r) { | |
var e = +t.str, | |
o = +r.str; | |
return e == o ? t.index - r.index : n * (e - o) | |
} | |
} | |
function m(n, t, r) { | |
var e = u(n, t), | |
o = e.map(function(n, t) { | |
return { | |
str: n, | |
index: t | |
} | |
}), | |
i = e && -1 == e.map(isNaN).indexOf(!0), | |
a = i ? h(r) : g(r); | |
return o.sort(a), o.map(function(n) { | |
return n.index | |
}) | |
} | |
function p(n, t, r, o) { | |
for (var i = f(o, E) ? N : T, u = m(n, r, i), c = 0; t > c; ++c) { | |
var s = e(n, c), | |
d = a(n, c); | |
s.forEach(function(n, t) { | |
n.innerHTML = d[u[t]] | |
}) | |
} | |
l(n, o, i) | |
} | |
function x(n, t) { | |
var r = t.length; | |
t.forEach(function(t, e) { | |
t.addEventListener("click", function() { | |
p(n, r, e, t) | |
}), s(t, "tg-sort-header") | |
}) | |
} | |
var T = 1, | |
N = -1, | |
E = "tg-sort-asc", | |
L = "tg-sort-desc"; | |
return function(t) { | |
var e = n.getElementById(t), | |
o = r(e, "tr"), | |
i = o.length > 0 ? r(o[0], "td") : []; | |
0 == i.length && (i = r(o[0], "th")); | |
for (var u = 1; u < o.length; ++u) { | |
var a = r(o[u], "td"); | |
if (a.length != i.length) return | |
} | |
x(e, i) | |
} | |
}(document); | |
document.addEventListener("DOMContentLoaded", function(n) { | |
TgTableSort("tg-XxecH") | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment