28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<BOUCLE_chapitre(CHAPITRES){id_chapitre}>
|
|
[<div class="champ contenu_titre[ (#TITRE*|strlen|?{'',vide})]">
|
|
<div class="label"><:chapitre:champ_titre_label:/> : </div>
|
|
<span dir="#LANG_DIR" class="#EDIT{titre} titre">(#TITRE)</span>
|
|
</div>]
|
|
|
|
[<div class="champ contenu_nom_identifiant[ (#NOM_IDENTIFIANT*|strlen|?{'',vide})]">
|
|
<div class="label"><:chapitre:champ_nom_identifiant_label:/> : </div>
|
|
<span dir="#LANG_DIR" class="#EDIT{nom_identifiant} nom_identifiant">(#NOM_IDENTIFIANT)</span>
|
|
</div>]
|
|
|
|
[<div class="champ contenu_sujet_principal[ (#SUJET_PRINCIPAL*|strlen|?{'',vide})]">
|
|
<div class="label"><:chapitre:champ_sujet_principal_label:/> : </div>
|
|
<span dir="#LANG_DIR" class="#EDIT{sujet_principal} sujet_principal">(#SUJET_PRINCIPAL)</span>
|
|
</div>]
|
|
|
|
[<div class="champ contenu_debut[ (#DEBUT*|strlen|?{'',vide})]">
|
|
<div class="label"><:chapitre:champ_debut_label:/> : </div>
|
|
<span dir="#LANG_DIR" class="#EDIT{debut} debut">(#DEBUT)</span>
|
|
</div>]
|
|
|
|
[<div class="champ contenu_fin[ (#FIN*|strlen|?{'',vide})]">
|
|
<div class="label"><:chapitre:champ_fin_label:/> : </div>
|
|
<span dir="#LANG_DIR" class="#EDIT{fin} fin">(#FIN)</span>
|
|
</div>]
|
|
|
|
</BOUCLE_chapitre>
|