| Current Path : /home/checkyd/www/squelettes/ |
| Current File : /home/checkyd/www/squelettes/article.html |
<BOUCLE_principale(ARTICLES){id_article}>
[(#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>
<INCLURE{fond=inc/inc-head}{env}>
<INCLURE{fond=inc/seo.inc}{env}>
</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]-->
#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}) ]pas_surlignable">
<div class="banniere">
<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">
<B_ariane>
<:cyb:vous_ici:> :
<BOUCLE_ariane(HIERARCHIE){id_article}{'->'}>
[(#TITRE|supprimer_numero)]
</BOUCLE_ariane>
[-> <span class="ici">(#TITRE|supprimer_numero)</span>]
</B_ariane>
<//B_ariane>
</div>
<div class="col_left">
<div class="nav_left">
[(#REM) si id_secteur est cle dans tableau body class, on affiche le menu navigation, sinon on affiche menu news]
[(#GET{body_class}|array_flip|find{#ID_SECTEUR}|oui)
<INCLURE{fond=inc/menu_gauche.inc}{env}{id_rubrique=#ID_SECTEUR}>
]
[(#GET{body_class}|array_flip|find{#ID_SECTEUR}|non)
<INCLURE{fond=inc/colonne_gauche.inc}{env}>
]
</div>
<div class="nav_left_blanc"> </div>
</div>
<!--fin col_left-->
<div class="content surlignable"><!-- colonne centrale-->
<INCLURE{fond=inc/inc-article}{env}{id_article=#ID_ARTICLE}{titre=oui}{texte=oui}{chapo=oui}{commentaires=oui}{commentaire=#ENV{comments}}{logo=120}>
</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>
<INCLURE{fond=inc/colonne_droite_bas.inc}{env}{lang=#ENV{lang}}{url_article=#URL_ARTICLE}>
<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>