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