aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/oembed_video.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-07 16:39:43 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-07 16:39:43 +0200
commit1c0700f371f96466be113a4184d7ab9acd39e22f (patch)
tree625102ab98b1f89f14b44ab729dc4b5a88fdeb3d /view/theme/diabook/oembed_video.tpl
parent1440786c319b25f870ef1f85dba7aaf50e49f842 (diff)
downloadvolse-hubzilla-1c0700f371f96466be113a4184d7ab9acd39e22f.tar.gz
volse-hubzilla-1c0700f371f96466be113a4184d7ab9acd39e22f.tar.bz2
volse-hubzilla-1c0700f371f96466be113a4184d7ab9acd39e22f.zip
changelog 1.014 :
image-rezise via jquery-plugin in stream comments under uploaded pictues add Diabook's version-number in head-section css-fixes: tabs youtube-iframe title-bar in jot-wrapper blockquote & .oembed
Diffstat (limited to 'view/theme/diabook/oembed_video.tpl')
-rw-r--r--view/theme/diabook/oembed_video.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/diabook/oembed_video.tpl b/view/theme/diabook/oembed_video.tpl
new file mode 100644
index 000000000..026007271
--- /dev/null
+++ b/view/theme/diabook/oembed_video.tpl
@@ -0,0 +1,4 @@
+<a class="embed_yt" href='$embedurl' onclick='this.innerHTML=Base64.decode("$escapedhtml"); 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>