Skip to content
Extraits de code Groupes Projets
article.html 3,41 ko
Newer Older
<BOUCLE_principale(ARTICLES) {id_article}>
<!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)][ (#LANG)] 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)][ (#LANG)] 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)][ (#LANG)] 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)][ (#LANG)] 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)][ (#LANG)] 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)]</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 id="wrapper">
	<div id="container">
		<div id="header">
			<div class="content">
				[<div id="navigation">
					(#INCLURE{fond=inclure/nav,env})
				</div>]
				[<h1>(#NOM_SITE_SPIP)</h1>]
			</div>
		</div>
		<div class="entry">
			<div class="cartouche">
				<h2 class="#EDIT{titre}">#TITRE</h2>
				<div class="meta">
					<p><abbr class="published" title="[(#DATE|date_iso)]">[(#DATE|nom_jour) ][(#DATE|affdate)]</abbr></p>
					<B_mots><p><BOUCLE_mots(MOTS){id_article}{" / "}><a href="#URL_MOT">#TITRE</a></BOUCLE_mots></p></B_mots>
				</div>
			</div>
			[<div class="#EDIT{texte} texte surlignable">(#TEXTE|image_reduire{500,0})</div>]
			[<div class="notes">(#NOTES)</div>]
			[(#INCLURE{fond=inclure/documents,id_article, env})]
		</div>
		<INCLURE{fond=inclure/forum,id_article,repondre_url=(#PARAMETRES_FORUM|url_reponse_forum),repondre_titre=<:repondre_article:>} />
	</div>
	<div id="footer">
		<div id="footer-inner">
			<INCLURE{fond=inclure/footer,env}>
		</div>
	</div>
	<div id="parallax-01">
		<img id="balloons-01" src="#CHEMIN{css/img/balloons-01.png}" width="135" height="848" alt="" />
	</div>
	<div id="parallax-02">
		<img id="balloons-02" src="#CHEMIN{css/img/balloons-02.png}" width="136" height="848" alt="" />
	</div>
	<div id="parallax-03">
		<img id="balloons-03" src="#CHEMIN{css/img/balloons-03.png}" width="63" height="922" alt="" />
	</div>
	<div id="parallax-04">
		<img id="balloons-04" src="#CHEMIN{css/img/balloons-04.png}" width="73" height="828" alt="" />
	</div>
	<div id="parallax-05">
		<img id="balloons-05" src="#CHEMIN{css/img/balloons-05.png}" width="171" height="899" alt="" />
	</div>
	<div id="parallax-06">
		<img id="balloons-06" src="#CHEMIN{css/img/balloons-06.png}" width="216" height="928" alt="" />
	</div>
	<div id="parallax-07">
		<img id="balloons-07" src="#CHEMIN{css/img/balloons-07.png}" width="65" height="735" alt="" />
	</div>
</div>
</body>
</html>
</BOUCLE_principale>