~dont_cache(1)
~includeonce('../config.tmpl')
~add_javascript('~absolute_templeet()js/prototype.js')
~set('title','~get('website_title') : Playlist radio')
~include('../site/header.tmpl')
~includeonce('config.tmpl')
~disp_play_radio()
En ce moment sur la radio :
~list(~get('database'),
"SELECT id, artist, annotation, info, location, vote_plus - vote_minus AS vote, vote_plus + vote_minus AS count
FROM xspf_playlist
ORDER BY vote DESC, count ASC
",'LF','
# | À ton avis ? | Titre | Score total | Nombre de votes |
',
'LL','
',
'LM',
~gfld('counter') |
~img('img/small-thumb-up.png')
ou
~img('img/small-thumb-down.png')
|
~strip_tags(~fld('annotation'))
|
~fld('vote') |
~fld('count') |
]X]>
)
~include("../site/footer.tmpl")