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