| Current Path : /home/checkyd/www/squelettes/ |
| Current File : /home/checkyd/www/squelettes/recherche.html |
<BOUCLE_principale(RUBRIQUES){id_rubrique}>
[(#REM) détermination de la couleur]
#SET{body_class, #ARRAY{2,body_rouge,12,body_vert,27,body_jaune}}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR">
<head>
<title>[(#NOM_SITE_SPIP|textebrut)]</title>
[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|textebrut)" />]
<INCLURE{fond=inc/inc-head}>
</head>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <body class="ie6"> <![endif]-->
<!--[if IE 7 ]> <body class="ie7"> <![endif]-->
<!--[if IE 8 ]> <body class="ie8"> <![endif]-->
<!--[if IE 9 ]> <body class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <body> <!--<![endif]-->
[(#REM) par défaut on met la class body en bleu]
#SET{class,bleu}
[(#GET{body_class}|table_valeur{#ID_SECTEUR}|oui)#SET{class,#GET{body_class}|table_valeur{#ID_SECTEUR}}]
<div id="wrapper" class="#GET{class}">
<div class="banniere_depenses">
<INCLURE{fond=inc/banniere.inc}{env}>
</div>
<!--fin banniere-->
<div class="nav_horizontale">
<INCLURE{fond=inc/menu_haut.inc}{env}>
</div>
<!--fin nav_horizontale-->
<div class="rechercher">
<div class="formulaire_search">
<INCLURE{fond=inc/recherche.inc}{env}>
</div>
</div>
<!--fin rechercher-->
<div class="content_left">
<div class="ariane">
<INCLURE{fond=inc/ariane.inc}{env}>
</div>
<div class="col_left">
<div class="nav_left">
<INCLURE{fond=inc/menu_gauche.inc}{env}{id_rubrique=#ID_SECTEUR}>
</div>
<div class="nav_left_blanc"> </div>
</div>
<!--fin col_left-->
<div class="content"><!-- colonne centrale-->
[(#REM) si un et un seul article dans la langue courrante, on l'affiche]
<B_article>
<BOUCLE_article(ARTICLES){id_rubrique}{lang}>
[(#TOTAL_BOUCLE|=={1}|oui)<INCLURE{fond=inc/inc-article}{env}{id_article=#ID_ARTICLE}{titre=oui}{texte=oui}{chapo=oui}{commentaires=oui}>]
</BOUCLE_article>
</B_article>
<//B_article>
</div>
<!--fin content-->
<div class="bottom"> </div>
<div class="footer">
<INCLURE{fond=inc/pied.inc}{env}>
</div>
</div>
<!--fin content_left_bleu-->
<div class="col_right"><!-- colonne gauche-->
<div class="col_right_1"><!-- premiere bulle -->
<INCLURE{fond=inc/colonne_droite_haut.inc}{env}>
</div>
<!-- fin premiere bulle -->
<div class="col_right_bottom"> </div>
<div class="col_right_2"><!-- deuxieme bulle -->
<INCLURE{fond=inc/colonne_droite_bas.inc}{env}>
</div>
<!-- fin deuxieme bulle -->
<div class="col_right_bottom"> </div>
<div class="col_right_bottom_2"> </div>
</div>
</div> <!-- fin wrapper -->
<INCLURE{fond=inc/google_analytics.inc}{env}>
</body>
</html>
</BOUCLE_principale>