[(#REM) // modeles/doc_player.html // $LastChangedRevision: 18209 $ // $LastChangedBy: paladin@quesaco.org $ // $LastChangedDate: 2008-01-27 17:54:31 +0100 (dim., 27 janv. 2008) $Modele pour modifie pour le plugin Lecteur Flash pour MP3http://spip-zone.info/spip.php?article18Si le document est de format mp3, afficher la vignette si elle est personnaliseeAfficher le TITRE, le DESCRIPTIF suivi du lecteur flash permettant de faire jouer ce fichier.Sinon, utiliser le comportement normal.]#SET{player,#ENV{player,#CONFIG{player,'neoplayer'}}}[(#REM) Document MP3 ? ][(#TYPE_DOCUMENT|=={MP3}|?{
[(#ID_VIGNETTE|?{
#TYPE_DOCUMENT - [(#TAILLE|taille_en_octets|texte_backend)]
, ''})][
(#TITRE)
][
(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
]
[(#GET{player}|=={pixplayer}|?{' ',''})[(#REM) Pour voir les options de configuration : http://www.1pixelout.net/code/audio-player-wordpress-plugin/][#URL_DOCUMENT]] [(#GET{player}|=={neoplayer}|?{' ',''})[#URL_DOCUMENT]] [(#GET{player}|=={dewplayer}|?{' ',''})[#URL_DOCUMENT]] [(#GET{player}|=={eraplayer}|?{' ',''}) [#URL_DOCUMENT]]
})][(#REM) Document Flash (.flv) ? Documentation: - player_flv_js.swf -> http://flv-player.net/players/js/documentation/ - player_flv_multi.swf -> http://flv-player.net/players/multi/documentation/ - player_flv_maxi -> http://flv-player.net/players/maxi/documentation/ - player_flv.swf -> http://flv-player.net/players/normal/documentation/ - player_flv_mini.swf -> http://flv-player.net/players/mini/documentation/][(#TYPE_DOCUMENT|=={Flash Video}|?{' '})
[(#TITRE)][#URL_DOCUMENT]
[
(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
]
][(#REM) Sinon : document normal ][(#TYPE_DOCUMENT|match{^(Flash Video|MP3)$}|?{'',' '})
#TYPE_DOCUMENT - [(#TAILLE|taille_en_octets)][
(#TITRE)
][
(#DESCRIPTIF|PtoBR)[(#NOTES|PtoBR)]
]
]