mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
11 lines
321 B
HTML
11 lines
321 B
HTML
<BOUCLE_extra_depot(DEPOTS){id_depot}{si #ENV{exec}|=={depot}}>
|
|
#SET{exclusion, #VAL{id_depot!=}|concat{#ID_DEPOT}}
|
|
<INCLURE{fond=prive/objets/liste/depots,
|
|
titre=<:svp:titre_liste_autres_depots:>,
|
|
par=titre,
|
|
pas=10,
|
|
where=#GET{exclusion},
|
|
affichage=simplifie,
|
|
env, ajax} />
|
|
</BOUCLE_extra_depot>
|
|
<//B_extra_depot>
|