2020-09-16 15:33:09 +02:00
|
|
|
<BOUCLE_principale(ARTICLES){id_article}>
|
|
|
|
|
|
|
|
<article>
|
|
|
|
|
|
|
|
<header class="cartouche">
|
|
|
|
|
|
|
|
[<p class="#EDIT{surtitre} surtitre">(#SURTITRE)</p>]
|
|
|
|
<h1><span class="#EDIT{titre} article__titre">#TITRE</span>[
|
|
|
|
<small class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</small>
|
|
|
|
]</h1>
|
|
|
|
|
|
|
|
<p class="article__infos">
|
|
|
|
[<span class="article__date">Publié le (#DATE|nom_jour) [(#DATE|affdate)] #SET{heure,#DATE|heures_minutes} [à (#GET{heure}|=={00h00min}|non)#GET{heure}]</span>]
|
|
|
|
[(#CONFIG{baz_april/afficherauteurs}|=={on}|oui)[<span class="article__auteurs"><:par_auteur:> (#LESAUTEURS)</span>]]
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div class="postmeta">
|
|
|
|
#MODELE{article_traductions}
|
|
|
|
<BOUCLE_groupes(GROUPES_MOTS){par titre}>
|
|
|
|
<B_tags>
|
|
|
|
<p class="mots">
|
|
|
|
<strong>#TITRE : </strong><BOUCLE_tags(MOTS){id_article}{id_groupe}{', '}>
|
|
|
|
<a href="#URL_MOT">#TITRE</a>
|
|
|
|
</BOUCLE_tags>
|
|
|
|
</p>
|
|
|
|
</B_tags>
|
|
|
|
</BOUCLE_groupes>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="main">
|
|
|
|
|
|
|
|
[<div class="#EDIT{chapo} article__chapo">(#CHAPO)</div>]
|
|
|
|
|
|
|
|
[<div class="#EDIT{texte} article__texte">(#TEXTE|image_reduire{#CONST{_CONTENT_WIDTH},0})</div>]
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
[<aside>
|
|
|
|
(#INCLURE{fond=inclure/documents,id_article})
|
|
|
|
</aside>]
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
|
|
|
[<p class="#EDIT{hyperlien} article__hyperlien"><:voir_en_ligne:/> : <a href="(#URL_SITE)" class="spip_out">[(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]</a></p>]
|
|
|
|
|
|
|
|
[<div class="ps">
|
|
|
|
<div class="#EDIT{ps} article__ps">(#PS|image_reduire{#CONST{_CONTENT_WIDTH},0})</div>
|
|
|
|
</div>]
|
|
|
|
|
|
|
|
[<div class="article__notes">(#NOTES)</div>]
|
|
|
|
|
2020-09-25 14:01:43 +02:00
|
|
|
[(#TITRE_T|ou{#SOURCE}|ou{#LIEU}|ou{#DATE_T}|ou{#DUREE}|ou{#LIENS}|ou{#EVENEMENT}|ou{#LICENCE}|ou{#CREDITSVISUELS}|oui)
|
|
|
|
<div class="article__transcription_origine">
|
|
|
|
<h2><:librealire:media_d_origine:></h2>
|
|
|
|
<dl>
|
|
|
|
[<dt>Titre</dt>
|
|
|
|
<dd class="article__titre_t #EDIT{titre_t}">(#TITRE_T|propre)</dd>]
|
|
|
|
[<dt>Source</dt>
|
|
|
|
<dd class="article__source #EDIT{source}">(#SOURCE|propre)</dd>]
|
|
|
|
[<dt>Lieu</dt>
|
|
|
|
<dd class="article__lieu #EDIT{lieu}">(#LIEU|propre)</dd>]
|
|
|
|
[<dt>Date</dt>
|
|
|
|
<dd class="article__date_t #EDIT{date_t}">(#DATE_T|propre)</dd>]
|
|
|
|
[<dt>Durée</dt>
|
|
|
|
<dd class="article__duree #EDIT{duree}">(#DUREE|propre)</dd>]
|
|
|
|
[<dt>Autres liens</dt>
|
|
|
|
<dd class="article__liens #EDIT{liens}">(#LIENS|propre)</dd>]
|
|
|
|
[<dt>Évènement</dt>
|
|
|
|
<dd class="article__evenement #EDIT{evenement}">(#EVENEMENT|propre)</dd>]
|
|
|
|
[<dt>License</dt>
|
|
|
|
<dd class="article__licence">(#LICENCE|=={verbatim}|oui)<a href="http://www.gnu.org/licenses/licenses.html#VerbatimCopying" class="spip_out">Verbatim</a></dd>]
|
|
|
|
[<dt>License</dt>
|
|
|
|
<dd class="article__licence">(#LICENCE|=={autrelicence}|oui)<a href="autrelicence" class="spip_out">Autre licence</a></dd>]
|
|
|
|
[<dt>Crédits des visuels</dt>
|
|
|
|
<dd class="article__creditsvisuels #EDIT{creditsvisuels}">(#CREDITSVISUELS|propre)</dd>]
|
|
|
|
</dl>]
|
|
|
|
|
2020-09-16 15:33:09 +02:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
</article>
|
|
|
|
|
|
|
|
</BOUCLE_principale>
|