| Current Path : /home/checkyd/www/squelettes/ |
| Current File : /home/checkyd/www/squelettes/rubrique_out.html |
<BOUCLE_principale(RUBRIQUES){id_rubrique}>
<!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">
<head>
<INCLURE{fond=inc/head.inc}>
</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]-->
<div id="page" class="rubrique">
<div id="entete">
<INCLURE{fond=inc/entete.inc}{env}>
</div><!-- fin div entete -->
<div class="clear"></div>
<div id="contenu">
<div id="contenu_gauche">
<INCLURE{fond=inc/menu.inc}{env}{id_parent=5}>
</div>
<div id="contenu_droite">
[<h1>(#TITRE)</h1>]
[<div id="chapo">(#TEXTE)</div>]
[<div id="logo">(#LOGO_RUBRIQUE)</div>]
<B_rub>
<ul>
<BOUCLE_rub(RUBRIQUES){id_parent}>
<li>
[(#TITRE|supprimer_numero)]
[(#LOGO_RUBRIQUE|image_reduire{150,150})]
[(#TEXTE)]
<a href="[(#URL_RUBRIQUE)]"><:lire_la_suite:></a>
</li>
</BOUCLE_rub>
</ul>
</B_rub>
<B_articles>
<ul>
<BOUCLE_articles(ARTICLES){id_rubrique}{lang}>
<li>
[(#TITRE|supprimer_numero)]
[(#LOGO_ARTICLE|image_reduire{150,150})]
[(#CHAPO)]
</li>
</BOUCLE_articles>
</ul>
<//B_rub>
</div>
</div><!-- fin div contenu -->
<div id="pied">
<INCLURE{fond=inc/pied.inc}{env}>
</div>
</div>
</body>
</html>
</BOUCLE_principale>