50 lines
2.6 KiB
HTML
50 lines
2.6 KiB
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">
|
||
|
[(#REM) Cf.: http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
|
||
|
]<!--[if lt IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)] no-js ie ie6"> <![endif]-->
|
||
|
<!--[if IE 7 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)] no-js ie ie7"> <![endif]-->
|
||
|
<!--[if IE 8 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)] no-js ie ie8"> <![endif]-->
|
||
|
<!--[if IE 9 ]> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)] no-js ie ie9"> <![endif]-->
|
||
|
<!--[if (gt IE 9)|!(IE)]><!--> <html dir="#LANG_DIR" lang="#LANG" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" class="[(#LANG_DIR)] no-js"> <!--<![endif]-->
|
||
|
<head>
|
||
|
<script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
|
||
|
<title>[(#NOM_SITE_SPIP|textebrut)] #TITRE</title>
|
||
|
[<meta name="description" content="(#TEXTE{150}|attribut_html)" />]
|
||
|
[<link rel="canonical" href="(#URL_RUBRIQUE|url_absolue)" />]
|
||
|
<INCLURE{fond=inclure/head} />
|
||
|
</head>
|
||
|
|
||
|
<body class="pas_surlignable page_article">
|
||
|
<div class="page mw960p center">
|
||
|
<header id="header" role="banner" class="line">
|
||
|
<div class="header">
|
||
|
<h1 class="spip_logo_site txtright">#NOM_SITE_SPIP #TITRE[(#LOGO_SITE_SPIP|image_reduire{150,150})]</h1>
|
||
|
</div>
|
||
|
<div id="mobile-header" class="when-portrait-up-hidden">
|
||
|
|
||
|
<a id="responsive-menu-button" href="#sidr-main" class="btn"><div id="lines"></div> Menu</a>
|
||
|
</div>
|
||
|
<nav class="nav clearfix cl-effect-15 when-portrait-down-hidden" id="nav">
|
||
|
<ul class="menu-liste menu-items">
|
||
|
<li class="menu-entree item on activ">
|
||
|
<a href="#URL_RUBRIQUE">Accueil</a>
|
||
|
</li>
|
||
|
<BOUCLE_menu_articles(ARTICLES){id_rubrique}{par num titre}>
|
||
|
[(#RANG|<{1000}|oui) <li class="menu-entree item">
|
||
|
<a href="#URL_ARTICLE">#TITRE</a>
|
||
|
</li>]
|
||
|
</BOUCLE_menu_articles>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
</header>
|
||
|
<div class="main">
|
||
|
<div class="content hentry pal pts" id="content" >
|
||
|
[<div class="#EDIT{texte} texte surlignable clearfix">(#TEXTE|image_reduire{672,*})</div>]
|
||
|
</div><!--.content-->
|
||
|
<INCLURE{fond=inclure/footer,self=#SELF} />
|
||
|
</div><!--.main-->
|
||
|
|
||
|
</div><!--.page-->
|
||
|
</body>
|
||
|
</html>
|
||
|
</BOUCLE_principale>
|