aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/oembed_video.tpl
blob: fa9c67fa94dbd614b1756159e6aaa995cbf8bcd7 (plain) (blame)
1
2
3
4
5
6
7
8
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}<a 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({{$baseurl}}/images/icons/48/play.png) no-repeat center center;'></div>
</a>