mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
28 lines
No EOL
709 B
HTML
28 lines
No EOL
709 B
HTML
<BOUCLE_site(SITES){id_syndic=#ENV{id}}{statut==.*}{!lang_select}>
|
|
<div class='infos'>
|
|
<div class='numero'><:sites:titre_site_numero:><p>#ID_SYNDIC</p></div>
|
|
|
|
#FORMULAIRE_INSTITUER_OBJET{site,#ID_SYNDIC}
|
|
|
|
[(#REM)
|
|
|
|
Bouton voir en ligne
|
|
|
|
]
|
|
<BOUCLE_publie(SITES){id_syndic}>
|
|
[(#VAL{redirect}
|
|
|generer_url_action{type=site&id=#ID_SYNDIC}
|
|
|parametre_url{var_mode,calcul}
|
|
|icone_horizontale{<:icone_voir_en_ligne:>,racine})]
|
|
</BOUCLE_publie>
|
|
[(#AUTORISER{previsualiser,site,#ID_SYNDIC,'',#ARRAY{statut,#STATUT}})
|
|
[(#VAL{redirect}
|
|
|generer_url_action{type=site&id=#ID_SYNDIC}
|
|
|parametre_url{var_mode,preview}
|
|
|icone_horizontale{<:previsualiser:>,preview})]
|
|
]
|
|
<//B_publie>
|
|
|
|
|
|
</div>
|
|
</BOUCLE_site> |