[SPIP] +2.1.12
[velocampus/web/www.git] / www / prive / infos / article.html
1 <BOUCLE_art(ARTICLES){id_article=#ENV{id}}{statut?}{!lang_select}>
2 <div class='infos'>
3 <div class='numero'><:info_numero_article:><p>#ID_ARTICLE</p></div>
4
5 [(#REM)
6
7 Bloc de changement de statut
8
9 ]
10 [(#ID_ARTICLE|instituer_article{#ID_RUBRIQUE,#STATUT})]
11
12
13
14 [(#REM)
15
16 Bouton voir en ligne
17
18 ][(#VAL{article}|voir_en_ligne{#ID_ARTICLE,#STATUT,racine-24.gif,0,0})]
19
20
21
22
23
24
25 [(#REM)
26
27 Bouton statistiques des articles
28
29 ]
30 [(#CONFIG{activer_statistiques}|=={oui}|?{#STATUT}|=={publie}
31 |?{[(#AUTORISER{voirstats,article,#ID_ARTICLE})]}
32 |?{[(#VISITES|bouton_lien_statistiques{#ID_ARTICLE})]})]
33
34
35
36 [(#REM)
37
38 Bouton revisions des articles
39
40 ]
41 [(#CONFIG{articles_versions}|=={oui}
42 |?{#ID_VERSION}
43 |?{[(#AUTORISER{voirrevisions,article,#ID_ARTICLE})]}
44 |?{
45 [(#VAL{info_historique_lien}|_T
46 |icone_horizontale{?exec=articles_versions&amp;id_article=#ID_ARTICLE,
47 historique-24.gif,rien.gif,0}
48 )]
49 })]
50
51 </div>
52 </BOUCLE_art>