aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/oembed_video.tpl
blob: bdfa11509fb972dbceae657c5cf7dc685147e4a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
{{*
 *	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>