diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-07 07:41:23 -0700 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-04-07 07:41:23 -0700 |
commit | 0fa3b7f348c3deeb85cb5f5f9bd35ba47b0e92ee (patch) | |
tree | 625102ab98b1f89f14b44ab729dc4b5a88fdeb3d /view/theme/diabook/oembed_video.tpl | |
parent | 1440786c319b25f870ef1f85dba7aaf50e49f842 (diff) | |
parent | 1c0700f371f96466be113a4184d7ab9acd39e22f (diff) | |
download | volse-hubzilla-0fa3b7f348c3deeb85cb5f5f9bd35ba47b0e92ee.tar.gz volse-hubzilla-0fa3b7f348c3deeb85cb5f5f9bd35ba47b0e92ee.tar.bz2 volse-hubzilla-0fa3b7f348c3deeb85cb5f5f9bd35ba47b0e92ee.zip |
Merge pull request #212 from tomtom84/master
fixes in diabook-themes
Diffstat (limited to 'view/theme/diabook/oembed_video.tpl')
-rw-r--r-- | view/theme/diabook/oembed_video.tpl | 4 |
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> |