Merge branch 'pull'
This commit is contained in:
commit
4218e3f494
13 changed files with 109 additions and 38 deletions
4
view/oembed_video.tpl
Normal file
4
view/oembed_video.tpl
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue