Your IP : 216.73.216.20


Current Path : /home/etiennec/www/f1f54/
Upload File :
Current File : /home/etiennec/www/f1f54/plan.html.tar

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

<body class="page_plan">
<div id="page">
	
	[(#REM) Entete de la page + titre du site ]
	<INCLURE{fond=inc-entete}>
	
	[(#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) ]
    <div id="conteneur">
    <div id="contenu">
        
        [(#REM) Fil d'Ariane ]
        <div id="hierarchie"><a href="#URL_SITE_SPIP/"><:accueil_site:></a> &gt; <strong class="on"><:plan_site:></strong></div>
    
        <div class="cartouche">
            <h1><:plan_site:></h1>
        </div>
        
        <BOUCLE_secteurs(RUBRIQUES) {racine} {par titre}>
        
        <h2><a href="#URL_RUBRIQUE">#TITRE</a></h2>
        
        [(#REM) Articles et sous-rubriques ]
        <B_articles_racine>
        <h3><:articles:></h3>
        <ul>
            <BOUCLE_articles_racine(ARTICLES) {id_rubrique} {par titre}>
            <li><a href="#URL_ARTICLE">#TITRE</a></li>
            </BOUCLE_articles_racine>
        </ul>
        </B_articles_racine>
        
        <B_rubriques>
        <ul>
            <BOUCLE_rubriques(RUBRIQUES) {id_parent} {par titre}>
            <li>
                <strong><a href="#URL_RUBRIQUE">#TITRE</a></strong>
                
                <B_articles>
                <ul>
                    <BOUCLE_articles(ARTICLES) {id_rubrique} {par titre}>
                    <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:></h3>
        <ul>
            <BOUCLE_breves(BREVES) {id_rubrique} {par date}{inverse}>
            <li><a href="#URL_BREVE">#TITRE</a></li>
            </BOUCLE_breves>
        </ul>
        </B_breves>
        
        [(#REM) Sur le Web ]
        <B_sites>
        <h3><:sites_web:></h3>
        <ul>
            <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>

	</div><!--#contenu-->
	</div><!--#conteneur-->

    [(#REM) Menu de navigation laterale ]
    <div id="navigation">

        [(#REM) Menu de navigation par rubriques ]
        <INCLURE{fond=inc-rubriques}>
		
		#FORMULAIRE_RECHERCHE

    </div><!--#navigation-->
	
	[(#REM) Menu de navigation laterale ]
	<div id="extra">
	&nbsp;
	</div><!--#extra-->

	[(#REM) Pied de page ]
	<INCLURE{fond=inc-pied}{skel=#SQUELETTE}>

</div><!--#page-->
</body>
</html>