38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<BOUCLES_principale(RUBRIQUES){id_rubrique}>
|
|
<!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">
|
|
<BOUCLES_articles (ARTICLES) {id_rubrique}{par num titre}>
|
|
<articles>
|
|
<h2>#TITRE</h2> #LOGO_ARTICLE #TEXTE <a class="bouton-utilise" href="#URL_SITE">#NOM_SITE</a> <blockquote class="postscriptum">#PS</blockquote>
|
|
</articles>
|
|
</BOUCLES_articles>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="engagements">
|
|
[(#REM) inclure les 3 engagements ]
|
|
<BOUCLES_trois-engagements (ARTICLES) {id_rubrique=10}{0,3}{par num titre}>
|
|
<articles>#LOGO_ARTICLE <h2>#TITRE</h2> #TEXTE <a class="bouton-simple" href="#URL_SITE">#NOM_SITE</a>
|
|
</articles>
|
|
</BOUCLES_trois-engagements>
|
|
</div>
|
|
[(#REM) inclure le footer ]
|
|
<INCLURE{fond=inclure/pieddepage}>
|
|
</body>
|
|
</html>
|
|
</BOUCLES_principale>
|