From 8a1b5bd3c631ed8c41b13adf1f6a932ba38f82ee Mon Sep 17 00:00:00 2001
From: tetue <tetue@rezo.net>
Date: Sat, 26 Aug 2006 20:17:10 +0000
Subject: [PATCH] =?UTF-8?q?La=20version=20de=20spip=20indique=CC=81e=20dan?=
 =?UTF-8?q?s=20le=20meta=20generator=20seulement,=20ce=20qui=20est=20large?=
 =?UTF-8?q?ment=20suffisant.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 dist/article.html      |   4 +-
 dist/calendrier.css    | 380 -----------------------------------------
 dist/inc-head.html     |   2 +-
 dist/inc-pied.html     |   2 +-
 dist/rubrique.html     |   7 +-
 ecrire/inc/filtres.php |   2 +-
 6 files changed, 8 insertions(+), 389 deletions(-)
 delete mode 100644 dist/calendrier.css

diff --git a/dist/article.html b/dist/article.html
index 6f986c28ae..0629bb8d23 100644
--- a/dist/article.html
+++ b/dist/article.html
@@ -70,8 +70,8 @@
 				<ul>
 					<BOUCLE_documents_joints(DOCUMENTS) {id_article} {mode=document} {par num titre, date} {doublons}>
 					<li>
-					<div class="spip_doc_titre"><a href="#URL_DOCUMENT" title="<:bouton_telecharger:>" type="#MIME_TYPE">[(#TITRE|sinon{<:info_document:>})]</a> <small>(#TYPE_DOCUMENT[ - (#TAILLE|taille_en_octets)])</small></div>
-					[<div class="spip_doc_descriptif">(#DESCRIPTIF)</div>]
+						<div class="spip_doc_titre"><a href="#URL_DOCUMENT" title="<:bouton_telecharger:>" type="#MIME_TYPE">[(#TITRE|sinon{<:info_document:>})]</a> <small>(#TYPE_DOCUMENT[ - (#TAILLE|taille_en_octets)])</small></div>
+						[<div class="spip_doc_descriptif">(#DESCRIPTIF)</div>]
 					</li>
 					</BOUCLE_documents_joints>
 				</ul>
diff --git a/dist/calendrier.css b/dist/calendrier.css
deleted file mode 100644
index 7926769478..0000000000
--- a/dist/calendrier.css
+++ /dev/null
@@ -1,380 +0,0 @@
-/*  ------------------------------------------ */
-/*  Styles pour le calendrier
-/*  ------------------------------------------ */
-
-body { background: #FFF; }
- 
-.calendrier-arial9 { 
-	font-family: Arial, Sans, sans-serif; font-size: 9px;
-}
-
-.calendrier-arial10 { 
-	font-family: Arial, Sans, sans-serif; font-size: 10px;
-}
-
-.calendrier-arial11 { 
-	font-family: Arial, Sans, sans-serif; font-size: 11px;
-}
-
-.calendrier-verdana10 {
-	font-family: Verdana, Arial, Sans, sans-serif; font-size: 10px;
-}
-
-.calendrier-helvetica16 {
-	font-family: arial,helvetica,sans-serif;
-	font-size: 16px; 
-	color: #000;
-}
-
-div.navigation-calendrier {
-	color: #FFF;
-	background-color: #CCC;
-	font-family: verdana, arial, sans,sans-serif;
-	font-weight: bold;
-	font-size: 14px;
-}
-
-div.navigation-calendrier img {
-	border: 0;
-	vertical-align: middle;
-	margin: 1px;
-}
-
-.calendrier-annee {
-	background: #AAA;
-	padding: 3px;
-	margin: 1px;
-	font-family: verdana, arial, sans,sans-serif;
-	font-size: 10px;
-	font-weight: bold;
-	color: #FFF;
-	-moz-border-radius: 5px;
-}
-
-.calendrier-annee:hover {
-	color: #000;
-	background-color: #FFF;
-}
-
-.calendrier-table-large { 
-	border: 0;
-	width: 900px;
- }
-
-.calendrier-table-etroit { 
-	border: 0;
-	width: 750px;
- }
-
-.calendrier-td-centre { 
-	width: 550px;
-	padding-left: 25px;
-	padding-right: 25px;
-  	vertical-align: top;
- }
-
-.calendrier-td { 
-	width: 14%;
-  	vertical-align: top;
- }
-
-.calendrier-th { 
-	width: 14%;
-	padding: 5px;
-	text-align: center; 
-  	vertical-align: middle;
-	font-size: 10px;
-	font-weight: bold;
-	font-family: Verdana, Arial, Sans, sans-serif;
- }
-
-.calendrier-th a { 
-  color: #000;
-}
-
-.calendrier-table-etroit  .calendrier-td-gauche {
-	width: 0;
-  	vertical-align: top;
- }
-
-.calendrier-table-large  .calendrier-td-gauche {
-	width: 150px;
-  	vertical-align: top;
- }
-
-.calendrier-table-etroit  .calendrier-td-droit {
-	width: 150px;
-  	vertical-align: top;
- }
-
-.calendrier-table-large  .calendrier-td-droit {
-	width: 150px;
-  	vertical-align: top;
- }
-
-.calendrier-jour {
-	position: relative; 
-	color: #999;
-	background-color: #FFF;
-	border: 1px solid #AAA;
-}
-
-.calendrier-agenda { 
-	margin-left: 1px;
-	margin-top: 1px;
-	padding: 1px;
-	text-align: center; 
-	background-color: #FFF;
-	-moz-border-radius: 5px;
- }
-
-.calendrier-demiagenda { 
-	margin-left: 0;
-	margin-top: 0;
-	padding: 0;
-	text-align: center; 
-	background-color: #FFF;
-	-moz-border-radius: 5px;
- }
-
-.calendrier-tripleagenda { 
-	vertical-align: top;
-	width: 33%;  
- }
-
-.calendrier-cadreagenda { 
-	visibility: hidden;
-	width: 100%;
-	position: absolute; 
-	padding-top: 5px;
-	padding-bottom: 5px;
-	border: 0;
-	background-color: #FFF;
-	-moz-border-radius-bottomleft: 8px;
-	-moz-border-radius-bottomright: 8px;
- }
-
-.calendrier-titre { 
-	padding: 5px;
-	text-align: center; 
-	font-weight: bold;
- }
-
-.calendrier-evenement { 
-	padding: 2px;
-	margin-top: 2px;
- }
-
-.calendrier-heurepile { 
-	position: absolute;
-	margin-left: 2px;
-	margin-right: 2px;
-	border-top: 1px solid #CCC;
-	font-weight: bold;
- }
-
-.calendrier-heureface { 
-	position: absolute;
-	margin-left: 2px;
-	margin-right: 2px;
-	border-top: 1px solid #CCC;
- }
-
-.calendrier-mozleft { 
-	-moz-border-radius-topleft: 10px;
-	-moz-border-radius-bottomleft: 10px;
- }
-
-.calendrier-mozright { 
-	-moz-border-radius-topright: 10px;
-	-moz-border-radius-bottomright: 10px;
- }
-
-.calendrier-moztop8 { 
-	-moz-border-radius-topleft: 8px;
-	-moz-border-radius-topright: 8px;
-}
-
-.calendrier-mozbottom8 { 
-	-moz-border-radius-bottomleft: 8px; 
-	-moz-border-radius-bottomright: 8px;
-}
-
-.calendrier-moztop6 { 
-	-moz-border-radius-topleft: 6px; 
-	-moz-border-radius-topright: 6px;
-}
-
-.calendrier-mozbottom6 { 
-	-moz-border-radius-bottomleft: 6px; 
-	-moz-border-radius-bottomright: 6px;
-}
-
-.calendrier-opacity { 
-	-moz-opacity: 0.3;
-	filter: alpha(opacity=30);
-}
-
-
-.calendrier-png { 
-	width: 12px; 
-	height: 12px;
-	/* URL a revoir */
-	behavior: url(win_png.htc);
-}
-
-.calendrier-icone { 
-	width: 14px;
-	height: 7px;
-	border: 0;
-}
-
-.calendrier-noir  { 		/*  style anar */
-	color: #000;
-}
-
-.calendrier-nb  { 		/*  style cinemat(yp)ographe */
-	background-color: #FFF;
-	border: 1px solid #000;
-	color: #000;
-}
-
-.calendrier-couleur1 { 		/* Fushia */
-		background: #FDE5F2;
-		border: 1px solid #CD006F;
-		color: #CD006F;
-}
-.calendrier-couleur1i { 		/* Fushia */
-		background: #CD006F;
-		border: 1px solid #FDE5F2;
-		color: #FDE5F2
-}
-.calendrier-couleur2 { 		/* Bleu */
-		background: #EDF3FE;
-		border: 1px solid #5da7c5;
-		color: #5da7c5;
-}
-.calendrier-couleur2i { 		/* Bleu */
-		background: #5da7c5;
-		border: 1px solid #EDF3FE;
-		color: #EDF3FE
-}
-.calendrier-couleur3 { 		/* Bleu pastel */
-		background: #EBE9FF;
-		border: 1px solid #766CF6;
-		color: #766CF6;
-}
-.calendrier-couleur3i { 		/* Bleu pastel */
-		background: #766CF6;
-		border: 1px solid #EBE9FF;
-		color: #EBE9FF
-}
-.calendrier-couleur4 { 		/* Orange */
-		background: #FEC;
-		border: 1px solid #FA9A00;
-		color: #FA9A00;
-}
-.calendrier-couleur4i { 		/* Orange */
-		background: #FA9A00;
-		border: 1px solid #FEC;
-		color: #FEC
-}
-.calendrier-couleur5 { 		/* Rouge (Vermillon) */
-		background: #FFEDED;
-		border: 1px solid #F00;
-		color: #F00;
-}
-.calendrier-couleur5i { 		/* Rouge (Vermillon) */
-		background: #F00;
-		border: 1px solid #FFEDED;
-		color: #FFEDED
-}
-.calendrier-couleur6 { 		/* Orange */
-		background: #FFF2EB;
-		border: 1px solid #E95503;
-		color: #E95503;
-}
-.calendrier-couleur6i { 		/* Orange */
-		background: #E95503;
-		border: 1px solid #FFF2EB;
-		color: #FFF2EB
-}
-.calendrier-couleur7 { 		/* Jaune */
-		background: #FFE;
-		border: 1px solid #ccaa00;
-		color: #ccaa00;
-}
-.calendrier-couleur7i { 		/* Jaune */
-		background: #ccaa00;
-		border: 1px solid #FFE;
-		color: #FFE
-}
-.calendrier-couleur8 { 		/* Vert pastel */
-		background: #E2FDEC;
-		border: 1px solid #009F3C;
-		color: #009F3C;
-}
-.calendrier-couleur8i { 		/* Vert pastel */
-		background: #009F3C;
-		border: 1px solid #E2FDEC;
-		color: #E2FDEC
-}
-.calendrier-couleur9 { 		/* Vert */
-		background: #e5fd63;
-		border: 1px solid #9DBA00;
-		color: #9DBA00;
-}
-.calendrier-couleur9i { 		/* Vert */
-		background: #9DBA00;
-		border: 1px solid #e5fd63;
-		color: #e5fd63
-}
-.calendrier-couleur10 { 		/* Rouge (Bordeaux) */
-		background: #FFE0E0;
-		border: 1px solid #640707;
-		color: #640707;
-}
-.calendrier-couleur10i { 		/* Rouge (Bordeaux) */
-		background: #640707;
-		border: 1px solid #FFE0E0;
-		color: #FFE0E0
-}
-.calendrier-couleur11 { 		/* Gris */
-		background: #F2F2F2;
-		border: 1px solid #3F3F3F;
-		color: #3F3F3F;
-}
-.calendrier-couleur11i { 		/* Gris */
-		background: #3F3F3F;
-		border: 1px solid #F2F2F2;
-		color: #F2F2F2
-}
-.calendrier-couleur12 { 
-		background: #AAA;
-		border: 1px solid #000;
-		color: #000;
-}
-.calendrier-couleur12i {
-		background: #000;
-		border: 1px solid #AAA;
-		color: #AAA}
-.calendrier-couleur13 { 		/* Caca d'oie */
-		background: #FFFFE0;
-		border: 1px solid #666500;
-		color: #666500;
-}
-.calendrier-couleur13i { 		/* Caca d'oie */
-		background: #666500;
-		border: 1px solid #FFFFE0;
-		color: #FFFFE0
-}
-.calendrier-couleur14 { 		/* Marron */
-		background: #F5EEE5;
-		border: 1px solid #8C6635;
-		color: #8C6635;
-}
-.calendrier-couleur14i { 		/* Marron */
-		background: #8C6635;
-		border: 1px solid #F5EEE5;
-		color: #F5EEE5
-}
\ No newline at end of file
diff --git a/dist/inc-head.html b/dist/inc-head.html
index 256e7517ba..5b65e4fddf 100644
--- a/dist/inc-head.html
+++ b/dist/inc-head.html
@@ -9,7 +9,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
 
 [(#REM) Fierement fabrique avec SPIP ]
-<meta name="generator" content="SPIP" />
+<meta name="generator" content="SPIP #SPIP_VERSION" />
 
 [(#REM) Lien vers l'icone destinee a la barre de bookmarks ]
 [<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />]
diff --git a/dist/inc-pied.html b/dist/inc-pied.html
index 2b216e6a66..c674482ca4 100644
--- a/dist/inc-pied.html
+++ b/dist/inc-pied.html
@@ -1,4 +1,4 @@
 <br class="nettoyeur" />
 <div id="pied">
-	<small><a href="#URL_PAGE{backend}" title="<:syndiquer_site:>"><img src="#CHEMIN{feed.png}" alt="<:icone_suivi_activite:>" width="16" height="16" class="format_png" />&nbsp;RSS&nbsp;2.0</a> | <a href="#URL_PAGE{plan}"><:plan_site:></a> | <a href="ecrire/"><:espace_prive:></a> | <a href="http://www.spip.net" title="<:site_realise_avec_spip:>"><img src="#CHEMIN{spip.png}" alt="SPIP" width="48" height="16" class="format_png" />&nbsp;#SPIP_VERSION</a></small>
+	<small><a href="#URL_PAGE{backend}" title="<:syndiquer_site:>"><img src="#CHEMIN{feed.png}" alt="<:icone_suivi_activite:>" width="16" height="16" class="format_png" />&nbsp;RSS&nbsp;2.0</a> | <a href="#URL_PAGE{plan}"><:plan_site:></a> | <a href="ecrire/"><:espace_prive:></a> | <a href="http://www.spip.net" title="<:site_realise_avec_spip:>"><img src="#CHEMIN{spip.png}" alt="SPIP" width="48" height="16" class="format_png" /></a></small>
 </div>
\ No newline at end of file
diff --git a/dist/rubrique.html b/dist/rubrique.html
index f94fdf5bca..a5e9fb296a 100644
--- a/dist/rubrique.html
+++ b/dist/rubrique.html
@@ -89,11 +89,10 @@
 				<div id="documents_joints">
 					<h2><:titre_documents_joints:></h2>
 					<ul>
-						<BOUCLE_documents_joints(DOCUMENTS) {id_rubrique}
-						{mode=document} {par num titre, date} {doublons}>
+						<BOUCLE_documents_joints(DOCUMENTS) {id_rubrique} {mode=document} {par num titre, date} {doublons}>
 						<li>
-						<div class="spip_doc_titre"><a href="#URL_DOCUMENT" title="<:bouton_telecharger:>" type="#MIME_TYPE">[(#TITRE|sinon{<:info_document:>})]</a> <small>(#TYPE_DOCUMENT[ - (#TAILLE|taille_en_octets)])</small></div>
-						[<div class="spip_doc_descriptif">(#DESCRIPTIF)</div>]
+							<div class="spip_doc_titre"><a href="#URL_DOCUMENT" title="<:bouton_telecharger:>" type="#MIME_TYPE">[(#TITRE|sinon{<:info_document:>})]</a> <small>(#TYPE_DOCUMENT[ - (#TAILLE|taille_en_octets)])</small></div>
+							[<div class="spip_doc_descriptif">(#DESCRIPTIF)</div>]
 						</li>
 						</BOUCLE_documents_joints>
 					</ul>
diff --git a/ecrire/inc/filtres.php b/ecrire/inc/filtres.php
index e0671dcd21..f7d71f2609 100644
--- a/ecrire/inc/filtres.php
+++ b/ecrire/inc/filtres.php
@@ -919,7 +919,7 @@ function agenda_memo($date=0 , $descriptif='', $titre='', $url='', $cal='')
 
 // Cette fonction recoit:
 // - un nombre d'evenements, 
-// - une chaine � afficher si ce nombre est nul, 
+// - une chaine a afficher si ce nombre est nul, 
 // - un type de calendrier
 // -- et une suite de noms N.
 // Elle demande a la fonction precedente son tableau
-- 
GitLab