libreenfete-squelettes/article.html

52 lines
2.7 KiB
HTML

#CACHE{60}<BOUCLE_principale(ARTICLES) {id_article}>
<!DOCTYPE html>
[(#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>[(#TITRE|couper{80}|textebrut) - ][(#NOM_SITE_SPIP|textebrut)] <BOUCLE_titrerub(RUBRIQUES){id_rubrique}>#TITRE</BOUCLE_titrerub></title>
[<meta name="description" content="(#INTRODUCTION{150}|attribut_html)" />]
[<link rel="canonical" href="(#URL_ARTICLE|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 <BOUCLE_titrerub2(RUBRIQUES){id_rubrique}>#TITRE</BOUCLE_titrerub2>[(#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">
<a href="#URL_RUBRIQUE">Accueil</a>
</li>
<BOUCLE_menu_articles(ARTICLES){id_rubrique}{par num titre}>
[(#RANG|<{1000}|oui) <li class="menu-entree item[ (#EXPOSE{'on active',''})]">
<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>