Ajout des notes de bas de page Correction redirection à l'enregistrement d'un article
69 lines
No EOL
2 KiB
HTML
69 lines
No EOL
2 KiB
HTML
<BOUCLE_article(ARTICLES){id_article}{statut}>
|
|
|
|
<INCLURE{fond=breadcrumb/article,env} />
|
|
|
|
[(#AUTORISER{modifier, article, #ID_ARTICLE})
|
|
<div class="boutons a-droite">
|
|
<a class="btn" href="#URL_PAGE{editer_article,id_article=#ID_ARTICLE }"><i class="fas fa-edit"></i> Éditer</a>
|
|
</div>
|
|
]
|
|
|
|
<div class="contenu-article row">
|
|
|
|
<div class="col-lg-8">
|
|
<h1 class="h2">#TITRE</h1>
|
|
[<h2 class="h5 font-italic">(#SOUSTITRE)</h2>]
|
|
[(#DATE_AGENDA|oui)
|
|
<strong class="h5">#DATE_AGENDA</strong>
|
|
]
|
|
|
|
[(#REM) On n'affiche plus la date.
|
|
[(#DATE_AGENDA|non)
|
|
<strong class="h5 #EDIT{date}">[(#DATE|affdate_jourcourt)]</strong>
|
|
]
|
|
]
|
|
|
|
<div class="Texte">
|
|
|
|
<div class="texte">#TEXTE</div>
|
|
|
|
<B_mots>
|
|
<div class="mots">
|
|
[(#REM) afficher mots-clés et tags dont le groupe est "important" ]
|
|
<BOUCLE_mots(MOTS){id_article}{si #CONFIG{balint/tags_article}|!={non}}{id_groupe IN #GET{grpes_importants}}>
|
|
<a href="[(#URL_MOT)]" class="tag tags mrs[ (#ID_GROUPE|=={#GET{id_grpe_tags}}|?{hashtag,mot_cle})]"
|
|
data-id_mot="#ID_MOT" title="Les biens liées au[ (#ID_GROUPE|=={#GET{id_grpe_tags}}|?{tag,mot clé}) ]#TITRE">
|
|
<i class="fas fa-[(#ID_GROUPE|=={#GET{id_grpe_tags}}|?{hashtag,tag})]"></i>#TITRE
|
|
</a>
|
|
</BOUCLE_mots>
|
|
</div>
|
|
</B_mots>
|
|
|
|
[<div class="notes pts mtm mbm">(#NOTES)</div>]
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-lg-4">
|
|
<B_docs>
|
|
<div class="row liste-documents">
|
|
<BOUCLE_docs(DOCUMENTS){id_article=#ID_ARTICLE}{extension==pdf|doc|docx|odt|xls|xlsx}>
|
|
<div class="col">
|
|
<a href="#FICHIER">
|
|
[(#LOGO_DOCUMENT|image_reduire{0,120})]
|
|
[<div class="titre_img #EDIT{titre}">(#TITRE)</div>]
|
|
</a>
|
|
</div>
|
|
</BOUCLE_docs>
|
|
</div>
|
|
</B_docs>
|
|
<BOUCLE_images(DOCUMENTS){id_article=#ID_ARTICLE}{extension==jpg|png|gif}{!par credits}>
|
|
<a href="#FICHIER" class='photo-article mediabox' rel='galerie_#ID_ARTICLE'>
|
|
[(#FICHIER|balise_img{#TITRE}|image_reduire{540, 540})]
|
|
[<div class="titre_img #EDIT{titre}">(#TITRE)</div>]
|
|
</a>
|
|
</BOUCLE_images>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</BOUCLE_article> |