{$xoTheme->addStylesheet('modules/xstreamer/styles/rating.css')}>
<{if xstreamer_error|@count gt 0}>
<{foreach from=$xstreamer_error key=key item=error}>
- <{$error}>
<{/foreach}>
<{$xstreamer_error}>
<{/if}>
<{if $xstreamer_video.id gt 0}>
|
<{include file="db:xstreamer_player_code.html"}>
<{else}>
Pas de Vidéo
<{/if}>
|
<{$xstreamer_video.description}>
|
<{if $xstreamer_video.id gt 0}>
<{if $xstreamer_enable_rating eq 1}>
Noter cette Vidéo |
<{include file="db:xstreamer_voting_bar.html" xstreamer_vote_units=10}>
|
<{/if}>
<{if $xstreamer_enable_comments}>
Commentaires et Feedback sur la vidéo |
|
<{/if}>
<{/if}>
|
<{if $xstreamer_videos|@count gt 0}>
Autres Vidéos dans la catégorie <{$xstreamer_video.categoryName}> |
<{foreach from=$xstreamer_videos key=key item=video}>
- <{$video.name}>
<{/foreach}>
|
<{/if}>
|