aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-24 15:51:14 -0700
committerFriendika <info@friendika.com>2011-10-24 15:51:14 -0700
commit4218e3f4945af7101c626852bda09d2c591b8e0c (patch)
tree030da13cbe8c738c038cba1cd608913dc23f64ed /view
parent3b6b0eaa8ba8f59c70f66a6c92888f9ff2d5b41b (diff)
parentea9d3b06f6dbe2d7bf036ea1785a1e472f6bf890 (diff)
downloadvolse-hubzilla-4218e3f4945af7101c626852bda09d2c591b8e0c.tar.gz
volse-hubzilla-4218e3f4945af7101c626852bda09d2c591b8e0c.tar.bz2
volse-hubzilla-4218e3f4945af7101c626852bda09d2c591b8e0c.zip
Merge branch 'pull'
Diffstat (limited to 'view')
-rw-r--r--view/oembed_video.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/oembed_video.tpl b/view/oembed_video.tpl
new file mode 100644
index 000000000..29b5149ba
--- /dev/null
+++ b/view/oembed_video.tpl
@@ -0,0 +1,4 @@
+<a href='$embedurl' onclick='this.innerHTML=unescape("$escapedhtml").replace(/\+/g," "); 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>