1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/svp/prive/squelettes/extra/depot.html
2015-04-28 17:10:23 +02:00

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>