podcast/prive/objets/contenu/podcast.html
chankalan ba3f6caf38 révisions sql + champ fichier du podcast (sinon il faudrait que ce soit
un document de la médiathèque au format son (mp3, ogg...))
2021-02-11 21:48:20 +01:00

18 lines
663 B
HTML

<BOUCLE_podcast(PODCASTS){id_podcast}>
[<div class="champ contenu_code[ (#CODE*|strlen|?{'',vide})]">
<div class="label"><:podcast:champ_code_label:/> : </div>
<span dir="#LANG_DIR" class="#EDIT{code} code">(#CODE)</span>
</div>]
[<div class="champ contenu_fichier[ (#FICHIER*|strlen|?{'',vide})]">
<div class="label"><:podcast:champ_fichier_label:/> : </div>
<span dir="#LANG_DIR" class="#EDIT{fichier} fichier">(#FICHIER)</span>
</div>]
[<div class="champ contenu_duree[ (#DUREE*|strlen|?{'',vide})]">
<div class="label"><:podcast:champ_duree_label:/> : </div>
<span dir="#LANG_DIR" class="#EDIT{duree} duree">(#DUREE)</span>
</div>]
</BOUCLE_podcast>