podcast/prive/objets/liste/podcasts.html

35 lines
1.5 KiB
HTML

[(#SET{defaut_tri,#ARRAY{
code,1,
id_podcast,1,
points,-1
}})]<B_liste_podcasts>
#ANCRE_PAGINATION
<div class="liste-objets podcasts">
<table class="spip liste">
[<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{podcast:info_1_podcast,podcast:info_nb_podcasts}})</strong></caption>]
<thead>
<tr class="first_row">
<th class="picto" scope="col"></th>
<th class="code" scope="col">[(#TRI{code,<:podcast:champ_code_label:/>,ajax})]</th>
<th class="id" scope="col">[(#TRI{id_podcast,<:info_numero_abbreviation:/>,ajax})]</th>
</tr>
</thead>
<tbody>
<BOUCLE_liste_podcasts(PODCASTS){id_article?}{id_mot?}{id_auteur?}{where?}{recherche?}{tri #ENV{par,num code},#GET{defaut_tri}}{par code}{pagination #ENV{nb,10}}>
<tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
<td class="picto">[(#CHEMIN_IMAGE{podcast-16.png}|balise_img)]</td>
<td class="code principale">[(#LOGO_PODCAST|image_reduire{20,26})]<a href="[(#ID_PODCAST|generer_url_entite{podcast})]" title="<:info_numero_abbreviation|attribut_html:/> #ID_PODCAST">[(#RANG). ]#CODE</a></td>
<td class="id">[(#AUTORISER{modifier,podcast,#ID_PODCAST}|?{
<a href="[(#URL_ECRIRE{podcast_edit,id_podcast=#ID_PODCAST})]">#ID_PODCAST</a>,
#ID_PODCAST
})]</td>
</tr>
</BOUCLE_liste_podcasts>
</tbody>
</table>
[<p class="pagination">(#PAGINATION{prive})</p>]
</div>
</B_liste_podcasts>[
<div class="liste-objets podcasts caption-wrap"><strong class="caption">(#ENV*{sinon,''})</strong></div>
]<//B_liste_podcasts>