]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/video_top.tpl
Change iframe address
[friendica.git] / view / templates / video_top.tpl
index dd0701e88dc5842bf7f5001c56beecfb50497049..132b89807d540c2fb4ef99a2809e32df01c6cb49 100644 (file)
@@ -1,22 +1,13 @@
-
 <div class="video-top-wrapper lframe" id="video-top-wrapper-{{$video.id}}">
-       {{*<!--<a href="{{$photo.link}}" class="photo-top-photo-link" id="photo-top-photo-link-{{$photo.id}}" title="{{$photo.title}}">
-               <img src="{{$photo.src}}" alt="{{$photo.alt}}" title="{{$photo.title}}" class="photo-top-photo{{$photo.twist}}" id="photo-top-photo-{{$photo.id}}" />
-       </a>-->*}}
-
-       {{*<video id="video-{{$video.id}}" class="video-js vjs-default-skin"
-         controls preload="auto" width="480" height="320"
-         poster="http://video-js.zencoder.com/oceans-clip.png">*}}
-       {{* v3.2.0 of VideoJS requires that there be a "data-setup" tag in the
-           <video> element for it to process the tag *}}
-       {{* set preloading to false to lessen the load on the server *}}
-       <video id="video-{{$video.id}}" class="video-js vjs-default-skin"
-         controls preload="false" data-setup="" width="400" height="264">
-        <source src="{{$video.src}}" type="{{$video.mime}}" />
-        {{*<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm' />
-        <source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg' />*}}
+       {{* set preloading to none to lessen the load on the server *}}
+       <video controls preload="none" data-setup="" width="100%" height="auto">
+               <source src="{{$video.src}}" type="{{$video.mime}}" />
        </video>
 
-       {{*<div class="video-top-album-name"><a href="{{$video.album.link}}" class="video-top-album-link" title="{{$video.album.alt}}" >{{$video.album.name}}</a></div>*}}
+{{if $delete_url }}
+       <form method="post" action="{{$delete_url}}">
+               <input type="submit" name="delete" value="X" class="video-delete"></input>
+               <input type="hidden" name="id" value="{{$video.id}}"></input>
+       </form>
+{{/if}}
 </div>
-