Bonjour,
Ci dessous des modifications soumises à votre sagacité.
(La balise blink n'existe pas en w3-html-4.)
diff -u ecrire/inc_filtres.php3
--- ecrire/inc_filtres.php3 Mon Sep 29 13:20:38 2003
+++ ecrire/inc_filtres.php3 Tue Oct 14 08:47:44 2003
@@ -351,7 +351,7 @@
return $annee;
}
- return "<blink>"._T('info_format_non_defini')."</blink>";
+ return "<strong>"._T('info_format_non_defini')."</strong>";
}
function nom_jour($numdate) {
diff -u inc-debug-squel.php3
--- inc-debug-squel.php3 Mon Sep 08 00:32:58 2003
+++ inc-debug-squel.php3 Tue Oct 14 08:45:44 2003
@@ -18,23 +18,23 @@
// Erreur systeme
if ($errsys > 0 AND $errsys < 200) {
- $retour .= "<tt><br><br><blink>Erreur système (errno $errsys)</blink><br>\n";
+ $retour .= "<tt><br><br><strong>Erreur système (errno $errsys)</strong><br>\n";
$retour .= "<" ."?php
if (\$GLOBALS['spip_admin']) {
echo \"<b>Le disque dur est peut-être plein, ou la base de données endommagée. <br>\"
.\"<font color='red'>Essayez de <a href='ecrire/admin_repair.php3'>réparer la base</a>, \"
.\"ou contactez votre hébergeur.</font><br></b>".
- "<blink>Erreur système (errno $errsys)</blink>\";
+ "<strong>Erreur système (errno $errsys)</strong>\";
}
echo \"</tt>\n\";
?".">";
}
// Requete erronee
else {
- $retour .= "<tt><br><br><blink><BOUCLE".$id_boucle."></blink><br>\n".
+ $retour .= "<tt><br><br><strong><BOUCLE".$id_boucle."></strong><br>\n".
"<b>Erreur dans la requête envoyée à MySQL :</b><br>\n".
htmlspecialchars($query)."<br><font color='red'><b>$erreur</b></font><br>".
- "<blink></BOUCLE".$id_boucle."></blink></tt>\n";
+ "<strong></BOUCLE".$id_boucle."></strong></tt>\n";
$retour .= "<" ."?php
if (\$GLOBALS['spip_admin']) {
include_ecrire ('inc_lang.php3');
diff -u inc-public-global.php3
--- inc-public-global.php3 Sun Sep 28 20:07:30 2003
+++ inc-public-global.php3 Tue Oct 14 08:47:50 2003
@@ -217,7 +217,7 @@
if (!file_exists("CACHE/.htaccess")) {
if ($hebergeur == 'nexenservices'){
- echo "<font color=\"#FF0000\">IMPORTANT : </font>";
+ echo "<strong><font color=\"#FF0000\">IMPORTANT : </font></strong>";
echo "Votre hébergeur est Nexen Services.<br />";
echo "La protection du répertoire <i>CACHE/</i> doit se faire par l'intermédiaire de ";
echo "<a href=\"http://www.nexenservices.com/webmestres/htlocal.php\" target=\"_blank\">l'espace webmestres</a>.";