.
[njo-spip-squelette.git] / rubrique.html
blob1f6963bf5173f08a5120db4ff6f91dea9af77646
1 <BOUCLE_principale(RUBRIQUES){id_rubrique}>
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3 <html>
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 <title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
7 <link rel=stylesheet href="#DOSSIER_SQUELETTE/style.css" type="text/css" media=screen />
8 </head>
9 <body>
10 <div id="head">
11 <INCLURE{fond=inc_head}>
12 <div id="menu">
13 <INCLURE{fond=inc_menu}{id_article}{id_rubrique}>
14 </div>
15 </div>
17 <div id="maincontent">
18 <div class="innertube">
19 <div id="contenu">
21 <BOUCLE_menu(ARTICLES){id_rubrique}>
22 <h1><a class="bouton_gauche" href="#URL_ARTICLE">#TITRE</a></h1>
23 <p>#TEXTE</p>
24 </BOUCLE_menu>
25 <BOUCLE_sousrubriques(RUBRIQUES){id_parent}>
26 <a class="bouton_gauche" href="#URL_RUBRIQUE">#TITRE</a><br />
27 </BOUCLE_sousrubriques>
29 </div>
30 </div>
31 </div>
34 <div style="clear:both"></div>
35 <div id="foot">
36 <INCLURE{fond=inc_footer}>
37 </div>
38 </body>
39 </html>
40 </BOUCLE_principale>