Your IP : 216.73.216.245


Current Path : /home/b/o/u/bourgleram/www/398a1/
Upload File :
Current File : /home/b/o/u/bourgleram/www/398a1/plan.html.tar

home/bourgleram/www/squelettes-dist/plan.html000070500000004102152522326650015441 0ustar00<!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><:plan_site:> - [(#NOM_SITE_SPIP|textebrut)]</title>
[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|attribut_html)" />]
<INCLURE{fond=inclure/head} />
<meta name="robots" content="none" />
</head>

<body class="pas_surlignable page_plan">
<div class="page">
	
	<INCLURE{fond=inclure/header} />
	<INCLURE{fond=inclure/nav,env} />
	
	<div class="main">
		<div class="wrapper">
		<div class="content" id="content">
			<p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; <strong class="on"><:plan_site:></strong></p>
		
			<div class="cartouche">
				<h1><:plan_site:></h1>
			</div>
			
			#MODELE{plan}
	
		</div><!--.content-->
		</div><!--.wrapper-->
	
		<div class="aside">
			<INCLURE{fond=inclure/navsub} />
			#FORMULAIRE_RECHERCHE
		</div><!--.aside-->
	</div><!--.main-->

	<INCLURE{fond=inclure/footer,self=#SELF} />

</div><!--.page-->
</body>
</html>home/bourgleram/www/squelettes-dist/modeles/plan.html000070500000003025152522474610017074 0ustar00[(#REM)
	Le plan de site ci-dessous est a adapter selon les besoins.
	En particulier, on n'aura pas necessairement besoin de tous les elements (sous-rubriques, articles, breves et sites)
]
<BOUCLE_secteurs(RUBRIQUES) {racine} {par num titre}{!par date}>

<h2>#TITRE</h2>

[(#REM) Articles et sous-rubriques ]
<B_articles_racine>
<h3>[(#TOTAL_BOUCLE|singulier_ou_pluriel{public:article, public:articles})]</h3>
<ul class="spip">
	<BOUCLE_articles_racine(ARTICLES) {id_rubrique} {par num titre}{!par date}>
	<li><a href="#URL_ARTICLE">#TITRE</a></li>
	</BOUCLE_articles_racine>
</ul>
</B_articles_racine>

<B_rubriques>
<ul class="spip">
	<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par num titre}{!par date}>
	<li>
		<strong><a href="#URL_RUBRIQUE">#TITRE</a></strong>
		
		<B_articles>
		<ul class="spip">
			<BOUCLE_articles(ARTICLES) {id_rubrique} {par num titre}{!par date}>
			<li><a href="#URL_ARTICLE">#TITRE</a></li>
			</BOUCLE_articles>
		</ul>
		</B_articles>
		
		<BOUCLE_sous_rubriques(BOUCLE_rubriques)></BOUCLE_sous_rubriques>
	</li>
	</BOUCLE_rubriques>
</ul>
</B_rubriques>

[(#REM) Breves ]
<B_breves>
<h3><:breves:breves:></h3>
<ul class="spip">
	<BOUCLE_breves(BREVES) {id_rubrique} {!par date}>
	<li><a href="#URL_BREVE">#TITRE</a></li>
	</BOUCLE_breves>
</ul>
</B_breves>

[(#REM) Sur le Web ]
<B_sites>
<h3><:sites_web:></h3>
<ul class="spip">
	<BOUCLE_sites(SITES) {id_secteur} {par nom_site}>
	<li><a href="[(#ID_SYNDIC|generer_url_entite{site,'','',#CONNECT})]">#NOM_SITE</a></li>
	</BOUCLE_sites>
</ul>
</B_sites>

</BOUCLE_secteurs>