[SPIP Zone] r3113 - in /_squelettes_/fraichdist: auteur.html rubrique.html site.html style_habillage.html

Author: romy@tetue.net
Date: Wed May 3 20:53:48 2006
New Revision: 3113

Log:
OK :slight_smile: réhabilitation de [3089] = remise au pas d'Ariane
+ suite de [3106] = correctifs accessibilité

Modified:
    _squelettes_/fraichdist/auteur.html
    _squelettes_/fraichdist/rubrique.html
    _squelettes_/fraichdist/site.html
    _squelettes_/fraichdist/style_habillage.html

Modified: _squelettes_/fraichdist/auteur.html

--- _squelettes_/fraichdist/auteur.html (original)
+++ _squelettes_/fraichdist/auteur.html Wed May 3 20:53:48 2006
@@ -5,7 +5,7 @@
<head>
   <title>[(#NOM|textebrut)][ - (#NOM_SITE_SPIP|textebrut)]</title>
   <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
- [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|textebrut|couper{150}|entites_html|attribut_html)" />]
+ [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|textebrut|couper{150}|texte_backend)" />]

   <!-- Feuille de styles CSS pour l'affichage du site sur ecran -->
   <link rel="stylesheet" href="[(#URL_PAGE{style_habillage}|parametre_url{lang, #LANG})]" type="text/css" media="projection, screen, tv" />

Modified: _squelettes_/fraichdist/rubrique.html

--- _squelettes_/fraichdist/rubrique.html (original)
+++ _squelettes_/fraichdist/rubrique.html Wed May 3 20:53:48 2006
@@ -26,7 +26,7 @@
     <INCLURE{fond=inc-entete}{lang}>

     <!-- Fil d'Ariane -->
- <div id="hierarchie"><a href="#URL_SITE_SPIP"><:accueil_site:></a><BOUCLE_ariane(HIERARCHIE){id_rubrique}{exclus}> &gt; <a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero|textebrut|couper{80})]</a></BOUCLE_ariane>[ &gt; (#TITRE|supprimer_numero|textebrut|couper{80})]</div>
+ <div id="hierarchie"><a href="#URL_SITE_SPIP"><:accueil_site:></a><BOUCLE_ariane(HIERARCHIE){id_rubrique}> &gt; <a href="#URL_RUBRIQUE">[(#TITRE|supprimer_numero|textebrut|couper{80})]</a></BOUCLE_ariane>[ &gt; (#TITRE|supprimer_numero|textebrut|couper{80})]</div>

     <div id="conteneur">

Modified: _squelettes_/fraichdist/site.html

--- _squelettes_/fraichdist/site.html (original)
+++ _squelettes_/fraichdist/site.html Wed May 3 20:53:48 2006
@@ -7,7 +7,7 @@
<head>
   <title>[(#NOM_SITE|supprimer_numero|textebrut)][ - (#NOM_SITE_SPIP|textebrut)]</title>
   <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
- [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|textebrut|couper{150}|entites_html|attribut_html)" />]
+ [<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|textebrut|couper{150}|texte_backend)" />]
   <meta name="robots" content="none" />

   <!-- Feuille de styles CSS pour l'affichage du site sur ecran -->

Modified: _squelettes_/fraichdist/style_habillage.html

--- _squelettes_/fraichdist/style_habillage.html (original)
+++ _squelettes_/fraichdist/style_habillage.html Wed May 3 20:53:48 2006
@@ -349,7 +349,7 @@
---------------------------------------------- */
.spip_documents { font-family: Verdana, Arial, Helvetica, sans-serif; }
.spip_documents_center { margin: auto; text-align: center; width: 80%; }
-.spip_documents_left { float: #LANG_LEFT; margin-#LANG_RIGHT: 15px; text-align: center; }
+.spip_documents_left { float: #LANG_LEFT; margin-#LANG_RIGHT: 15px; text-align: #LANG_LEFT; }
.spip_documents_right { float: #LANG_RIGHT; margin-#LANG_LEFT: 15px; text-align: #LANG_RIGHT; }
.spip_doc_titre { font-weight: bold; text-align: center; font-size: 0.88em; }
.spip_doc_descriptif { clear: both; font-size: 0.82em; }