diff options
author | zottel <github@zottel.net> | 2012-04-09 02:20:34 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-04-09 02:20:34 +0200 |
commit | 7cf946e004b45fdcd7e2dc513ab42c8531fe126b (patch) | |
tree | b9a2b6e2efc31ada403fb5ff56204bac376ef7d5 /view/theme/diabook-aerith/oembed_video.tpl | |
parent | 315d496290747aab8b3147dc24b822460071bb2d (diff) | |
parent | 63c881b50d1ce4da50763d8a806c68658865ca17 (diff) | |
download | volse-hubzilla-7cf946e004b45fdcd7e2dc513ab42c8531fe126b.tar.gz volse-hubzilla-7cf946e004b45fdcd7e2dc513ab42c8531fe126b.tar.bz2 volse-hubzilla-7cf946e004b45fdcd7e2dc513ab42c8531fe126b.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/diabook-aerith/oembed_video.tpl')
-rw-r--r-- | view/theme/diabook-aerith/oembed_video.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/diabook-aerith/oembed_video.tpl b/view/theme/diabook-aerith/oembed_video.tpl new file mode 100644 index 000000000..d6d29f724 --- /dev/null +++ b/view/theme/diabook-aerith/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> |