123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <BOUCLE_principale(SITES){id_syndic}>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- [(#REM) Les sites n'ont pas de "lang" a proprement parler ; on se base donc sur la langue de la rubrique qui les contient. Les articles syndiques, eux, ont une "lang". ]
- <BOUCLE_lang(RUBRIQUES){id_rubrique}><!-- 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 ie ie6 lte9 lte8 lte7"> <![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 ie ie7 lte9 lte8 lte7"> <![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 ie ie8 lte9 lte8"> <![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 ie ie9 lte9"> <![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]--></BOUCLE_lang>
- <head>
- <script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
- <title>[(#NOM_SITE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
- [<meta name="description" content="(#DESCRIPTIF|couper{150}|textebrut)" />]
- [<link rel="canonical" href="(#ID_SYNDIC|generer_url_entite{site}|url_absolue)" />]
- <INCLURE{fond=inclure/head} />
- [(#REM) On demande aux moteurs de ne pas indexer cette page pour ne pas passer devant le site qu'on reference.
- ]<meta name="robots" content="noindex" />
- </head>
- <body class="pas_surlignable page_site">
- <div class="page">
- <INCLURE{fond=inclure/header} />
- <INCLURE{fond=inclure/nav,id_rubrique,env} />
-
- <div class="main">
- [(#REM) Contenu principal : affichage du site reference ]
- <div class="wrapper">
- <div class="content" id="content">
- <p class="arbo"><a href="#URL_SITE_SPIP/"><:accueil_site:></a><BOUCLE_ariane(HIERARCHIE){id_syndic}> > <a href="#URL_RUBRIQUE">[(#TITRE|couper{80})]</a></BOUCLE_ariane>[ > <strong class="on">(#NOM_SITE|couper{80})</strong>]</p>
-
- <div class="cartouche">
- <a href="#URL_SITE">[(#LOGO_SITE|image_reduire{40,*})]</a>
- <h1 class="#EDIT{nom_site}">#NOM_SITE</h1>
- </div>
-
- [<div class="#EDIT{descriptif} chapo">(#DESCRIPTIF)</div>]
- [<p class="#EDIT{url_site} hyperlien"><a href="#URL_SITE" class="spip_out">(#URL_SITE|couper{80})</a></p>]
-
- [(#REM) Articles issus de la syndication ]
- <B_articles>
- <div class="menu menu_articles">
- #ANCRE_PAGINATION
- <h2><:articles:></h2>
- <ul>
- <BOUCLE_articles(SYNDIC_ARTICLES) {id_syndic} {age<180} {!par date} {pagination 5}>
- <li>
- <h3><a href="#URL_ARTICLE" class="spip_out">#TITRE</a></h3>
- [<div class="enclosures">(#TAGS|afficher_enclosures)</div>]
- <small>[(#DATE|affdate_jourcourt)][, <:par_auteur:> (#LESAUTEURS)][ — <em>(#TAGS|afficher_tags)</em>]</small>
- [<div class="introduction">(#DESCRIPTIF|image_reduire{500,*})</div>]
- </li>
- </BOUCLE_articles>
- </ul>
- [<p class="pagination">(#PAGINATION)</p>]
- </div>
- </B_articles>
-
- [<div class="notes"><hr />(#NOTES)</div>]
-
- </div><!--.content-->
- </div><!--.wrapper-->
-
- <div class="aside">
-
- <INCLURE{fond=inclure/navsub, id_rubrique} />
- #FORMULAIRE_RECHERCHE
-
- [(#REM) Autres sites web ]
- <B_sites>
- <div class="menu">
- #ANCRE_PAGINATION
- <h2><:sites_web:></h2>
- <ul>
- <BOUCLE_sites(SITES) {par nom_site} {pagination 20}>
- <li><a href="[(#ID_SYNDIC|generer_url_entite{site,'','',#CONNECT})]"[ class="(#EXPOSE)"]>#NOM_SITE</a></li>
- </BOUCLE_sites>
- </ul>
- [<p class="pagination">(#PAGINATION)</p>]
- </div>
- </B_sites>
-
- [(#REM) Menu de navigation mots-cles ]
- <B_mots>
- <div class="menu">
- <h2><:mots_clefs:></h2>
- <ul>
- <BOUCLE_mots(MOTS) {id_syndic} {par titre}>
- <li><a href="#URL_MOT" rel="tag">#TITRE</a></li>
- </BOUCLE_mots>
- </ul>
- </div>
- </B_mots>
-
- </div><!--.aside-->
- </div><!--.main-->
- <INCLURE{fond=inclure/footer,self=#SELF} />
- </div><!--.page-->
- </body>
- </html>
- </BOUCLE_principale>
|