www.chapril.org-spip/rubrique.html

39 lines
1.5 KiB
HTML
Raw Normal View History

2022-01-02 19:07:10 +01:00
<BOUCLE_principale(RUBRIQUES){id_rubrique}>
2019-10-11 19:27:35 +02:00
<!DOCTYPE html>
<html lang="#LANG">
[(#REM) inclure head ]
<head>
<title>[(#NOM_SITE_SPIP|textebrut)] - [(#TITRE|textebrut)]</title>
<INCLURE{fond=inclure/head}>
</head>
[(#REM) pages de la rubriques principale - services ]
<body class="master-rubrique">
[(#REM) inclure l'entete et la navigation ]
<INCLURE{fond=inclure/entete}>
[(#REM) rubriques ]
<div class="derniers-services">
<h1 class="sous-titre">#TITRE</h1>
<div class="tous-les-services">
2022-01-02 19:07:10 +01:00
<BOUCLE_articles (ARTICLES) {id_rubrique}{par num titre}>
2019-12-12 19:57:12 +01:00
<article>
2019-10-11 19:27:35 +02:00
<h2>#TITRE</h2> #LOGO_ARTICLE #TEXTE <a class="bouton-utilise" href="#URL_SITE">#NOM_SITE</a> <blockquote class="postscriptum">#PS</blockquote>
2019-12-12 19:57:12 +01:00
</article>
2022-01-02 19:07:10 +01:00
</BOUCLE_articles>
2019-10-11 19:27:35 +02:00
</div>
</div>
<div class="engagements">
[(#REM) inclure les 3 engagements ]
2022-01-02 19:07:10 +01:00
<BOUCLE_trois-engagements (ARTICLES) {id_rubrique=10}{0,3}{par num titre}>
2019-12-12 19:57:12 +01:00
<article>#LOGO_ARTICLE <h2>#TITRE</h2> #CHAPO <a class="bouton-simple" href="#URL_SITE">#NOM_SITE</a>
[<div class="#EDIT{ps}">(#PS)</div>]
2019-12-12 19:57:12 +01:00
</article>
2022-01-02 19:07:10 +01:00
</BOUCLE_trois-engagements>
2019-10-11 19:27:35 +02:00
</div>
[(#REM) inclure le footer ]
<INCLURE{fond=inclure/pieddepage}>
</body>
</html>
2022-01-02 19:07:10 +01:00
</BOUCLE_principale>