aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/oembed_video.tpl
diff options
context:
space:
mode:
authorAlexander Kampmann <programmer@nurfuerspam.de>2012-04-09 14:28:21 +0200
committerAlexander Kampmann <programmer@nurfuerspam.de>2012-04-09 14:28:21 +0200
commit1370ba5d162c7a1b9931c479e2f95dfd31d13b33 (patch)
tree1710427bd23b0928d824418a80b08c676f1820ac /view/theme/diabook-blue/oembed_video.tpl
parent7187516718639fe93a9fb8fa78960bce85c7eaca (diff)
parent84142076a10b5ae52945ffc9b53e1626c5821525 (diff)
downloadvolse-hubzilla-1370ba5d162c7a1b9931c479e2f95dfd31d13b33.tar.gz
volse-hubzilla-1370ba5d162c7a1b9931c479e2f95dfd31d13b33.tar.bz2
volse-hubzilla-1370ba5d162c7a1b9931c479e2f95dfd31d13b33.zip
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'view/theme/diabook-blue/oembed_video.tpl')
-rw-r--r--view/theme/diabook-blue/oembed_video.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/oembed_video.tpl b/view/theme/diabook-blue/oembed_video.tpl
new file mode 100644
index 000000000..d6d29f724
--- /dev/null
+++ b/view/theme/diabook-blue/oembed_video.tpl
@@ -0,0 +1,4 @@
+<a class="embed_yt" href='$embedurl' onclick='this.innerHTML=Base64.decode("$escapedhtml"); yt_iframe(); return false;' style='float:left; margin: 1em; position: relative;'>
+ <img width='$tw' height='$th' src='$turl' >
+ <div style='position: absolute; top: 0px; left: 0px; width: $twpx; height: $thpx; background: url(images/icons/48/play.png) no-repeat center center;'></div>
+</a>