diff --git a/ecrire/img_pack/logo-spip.gif b/ecrire/img_pack/logo-spip.gif index b335ef22ab1a7737d97948e3b8b5b24bb81f6862..5302cca81caf95a02ab88bc420e7834aefcd1a44 100644 Binary files a/ecrire/img_pack/logo-spip.gif and b/ecrire/img_pack/logo-spip.gif differ diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index dce94e080596598ac05f697ca4fb1f685d78eee2..012117d6a23997c0459bdd3f369bc33a80b8ee80 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -2485,11 +2485,13 @@ else { echo "<a href='". $lien->getUrl() ."' class='icone26' onMouseOver=\"changestyle('bandeauecran','visibility', 'visible');\" title=\""._T('info_grand_ecran')."\"><img src='img_pack/set-ecran.png' alt=\""._T('info_grand_ecran')."\" width='26' height='20' border='0'></a>"; $ecran = "<div><b>"._T('info_petit_ecran')."</b>/<a href='".$lien->getUrl()."' class='lien_sous'>"._T('info_grand_ecran')."</a></div>"; } - +// echo "<img src='img_pack/rien.gif' width='10' height='1' alt='' />"; + echo "</td>"; + + echo "<td class='bandeau_couleur' style='width: 60px; text-align:$spip_lang_left;' valign='middle'>"; // Choix de la couleur: automatique en fonction de $couleurs_spip $link = new Link; - echo "<img src='img_pack/rien.gif' width='10' height='1' alt='' />"; ksort($couleurs_spip); while (list($key,$val) = each($couleurs_spip)) { $link->delVar('set_couleur'); @@ -2833,13 +2835,13 @@ else { echo _T('titre_changer_couleur_interface'); echo "</div>"; - $decal = $decal + count($couleurs_spip) * 10 + 10; + $decal = $decal + 70; echo "<div id='bandeauecran' class='bandeau_couleur_sous' style='width: 200px; $spip_lang_right: ".$decal."px; text-align: $spip_lang_right;'>"; echo $ecran; echo "</div>"; - $decal = $decal + 100; + $decal = $decal + 110; // En interface simplifiee, afficher un permanence l'indication de l'interface if ($options != "avancees") { diff --git a/ecrire/install.php3 b/ecrire/install.php3 index 9823cdb471478a8af0ce6d94c5d252aad1683a5e..03aaac1a242ace366215800c9f0b2fa8bca9d4c1 100644 --- a/ecrire/install.php3 +++ b/ecrire/install.php3 @@ -362,9 +362,14 @@ else if (!$etape) { else { install_debut_html(); - echo "<p> </p><p align='center'><img src='img_pack/logo-spip.gif'></p>"; - - echo "<p> </p><p>" . _T('install_select_langue'); + echo "<p align='center'><img src='img_pack/logo-spip.gif'></p>"; + + echo "<p style='text-align: center; font-family: Verdana,Arial,Sans,sans-serif; font-size: 10px;'>"; + echo "<b>SPIP $spip_version_affichee</b> "; + echo _T('info_copyright'); + echo "</p>"; + + echo "<p>" . _T('install_select_langue'); echo "<p><div align='center'>".$menu_langues."</div>";