]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook/smarty3/oembed_video.tpl
add warning message about automatically generated templates
[friendica.git] / view / theme / diabook / smarty3 / oembed_video.tpl
index 2d73f8d50252a9b367191d67ef788ec9cf85a0b2..bdc73ad168b7a6eb4f4535c44ba3edcf16beca01 100644 (file)
@@ -1,4 +1,8 @@
-<a class="embed_yt" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); yt_iframe();javascript:$(this).parent().css("height", "450px"); return false;' style='float:left; margin: 1em; position: relative;'>
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}<a class="embed_yt" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); yt_iframe();javascript:$(this).parent().css("height", "450px"); 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>