Code source wiki de Video
Version 6.1 par Paul Libbrecht le 2020/12/23 23:47
Afficher les derniers auteurs
author | version | line-number | content |
---|---|---|---|
1 | Vidéo de la fête de Noël 2020. | ||
2 | |||
3 | {{velocity}}{{html}} | ||
4 | #if($request.password=='feu-de-camp') | ||
5 | <video width="1920" height="1080" controls> | ||
6 | <source src="/static/fete-noel-2020.mp4" type="video/mp4"> | ||
7 | <source src="/static/fete-noel-2020.mkv" type="video/x-matroska"> | ||
8 | Problème d'affichage de la vidéo | ||
9 | </video> | ||
10 | #else | ||
11 | <form action='Video'>Mot de passe:<input name='password' type='password' value=''></form> | ||
12 | #end | ||
13 | {{/html}}{{/velocity}} |