-
https://developer.mozilla.org/fr/docs/Web/HTML/Element/mainreal3t@gmail.com a rédigé
D'après https://developer.mozilla.org/fr/docs/Web/HTML/Element/main en plus de <main> il faut doubler avec le rôle aria correspondant
https://developer.mozilla.org/fr/docs/Web/HTML/Element/mainreal3t@gmail.com a rédigéD'après https://developer.mozilla.org/fr/docs/Web/HTML/Element/main en plus de <main> il faut doubler avec le rôle aria correspondant
forum.html 2,54 Kio
<BOUCLE_article_titre(ARTICLES) {id_article}>
[(#SET{titretop,[(#TITRE|attribut_html|sc_nettoyer_marqueur|texte_script)]})]
[(#SET{letitre,[(#TITRE|attribut_html|texte_script)]: <:poster_message|texte_script:>})]
<INCLURE{fond=noisettes/header/header}
{noindex=1}
{title=#GET{letitre}}
{titretop=#GET{titretop}}
{id_rubrique}
{id_secteur}
{id_article}
>
<nav id="miettesdepain">
<h2 class="nocontent offscreen">Fil d'Ariane</h2>
<ul>
<li><a href="#URL_SITE_SPIP" title="<:soyezcreateurs:accueil_site|attribut_html:>"><:soyezcreateurs:accueil:></a></li>
<BOUCLE_plan(HIERARCHIE){id_article}{!titre_mot=PasDansFildAriane}><li><a href="#URL_RUBRIQUE"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li>
</BOUCLE_plan>
<li><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></li>
<li><:soyezcreateurs:forum:></li>
</ul>
</nav>
</BOUCLE_article_titre>
<!-- Contenu : poster un message dans le forum -->
<div class="texte">
<main id="main" role="main">
<div class="cartouche">
<div class="titrepage"><h1 class="structure"><:poster_message:></h1></div>
</div>
<div id="letexte">
<BOUCLE_forum_parent(FORUMS) {id_forum}>
<h2><:soyezcreateurs:forum_enreponse_message:></h2>
<div class="chapo">
<h3><a href="[(#ARTICLE_URL|ancre_url{'#forum'#ID_FORUM})]"[ title="(#DESCRIPTIF|attribut_html)"]>#TITRE</a></h3>
<div class="detail">
[Le (#DATE|nom_jour)] [(#DATE|affdate)]
</div>
[<div class="extrait">(#TEXTE|image_reduire{#CONFIG{soyezcreateurs_layout/maxlargeurimage,540},0})</div>]
[<div class="notes">(#NOTES|safehtml)</div>]
</div>
</BOUCLE_forum_parent>
<BOUCLE_article(ARTICLES) {id_article}>
<h2><:soyezcreateurs:forum_enreponse:></h2>
<h3 class="titre-texte"><a href="#ARTICLE_URL"[ title="(#DESCRIPTIF|attribut_html)"]>[(#TITRE)]</a></h3>
[<div class="chapo">(#CHAPO|sinon{#DESCRIPTIF}|sinon{[(#TEXTE|couper{300})]}|image_reduire{#CONFIG{soyezcreateurs_layout/maxlargeurimage,540},0})</div>]
[<div class="notes">(#NOTES)</div>]
</BOUCLE_article>
<BOUCLE_breve(BREVES) {id_breve}>
<h2><:soyezcreateurs:forum_enreponse_breve:></h2>
<h3><a href="#URL_BREVE">[(#TITRE)]</a></h3>
<div class="detail">
[Le (#DATE|nom_jour)] [(#DATE|affdate)]
</div>
[<div class="chapo">(#INTRODUCTION)</div>]
</BOUCLE_breve>
<//B_article>
<//B_forum_parent>
<h2>[(#CONFIG{soyezcreateurs/zone_forum_invite}|sinon{<:soyezcreateurs:forum_repondre:>})]</h2>
<div>
#FORMULAIRE_FORUM
</div>
</div>
</main>
</div><!-- Fin de .texte -->
<INCLURE{fond=noisettes/footer/footer}
{id_rubrique}
{id_article}
{titretop=#GET{titretop}}
>
#FILTRE{mini_html}