Skip to content
Extraits de code Groupes Projets
Valider 53f118e4 rédigé par Antoine Pitrou's avatar Antoine Pitrou
Parcourir les fichiers

suite des modifs pour spip monolingue

parent 771bf989
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -102,6 +102,7 @@ ecrire/img_pack/jauge-fond.gif -text ...@@ -102,6 +102,7 @@ ecrire/img_pack/jauge-fond.gif -text
ecrire/img_pack/jauge-rouge.gif -text ecrire/img_pack/jauge-rouge.gif -text
ecrire/img_pack/jauge-vert.gif -text ecrire/img_pack/jauge-vert.gif -text
ecrire/img_pack/langues-24.gif -text ecrire/img_pack/langues-24.gif -text
ecrire/img_pack/logo-spip.gif -text
ecrire/img_pack/m_envoi.gif -text ecrire/img_pack/m_envoi.gif -text
ecrire/img_pack/m_envoi_bleu.gif -text ecrire/img_pack/m_envoi_bleu.gif -text
ecrire/img_pack/m_envoi_bleu_rtl.gif -text ecrire/img_pack/m_envoi_bleu_rtl.gif -text
......
...@@ -74,9 +74,22 @@ if ($spip_lang_rtl) ...@@ -74,9 +74,22 @@ if ($spip_lang_rtl)
echo ">"; echo ">";
echo "<FONT FACE='Georgia,Garamond,Times,serif' SIZE=3>"; echo "<FONT FACE='Georgia,Garamond,Times,serif' SIZE=3>";
if (!$aide) {
$aide = 'spip';
echo '<TABLE BORDER=0 WIDTH=100% HEIGHT=60%>
<TR WIDTH=100% HEIGHT=60%>
<TD WIDTH=100% HEIGHT=60% ALIGN="center" VALIGN="middle">
<CENTER>
<img src="img_pack/logo-spip.gif" alt="SPIP" width="300" height="170" border="0">
</CENTER>
</TD></TR></TABLE>';
}
// Analyser le fichier d'aide // Analyser le fichier d'aide
$html = join('', file($fichier_aide)); $html = join('', file($fichier_aide));
if (strlen($aide) < 2) $aide = "spip";
$html = substr($html, strpos($html,"<$aide>") + strlen("<$aide>")); $html = substr($html, strpos($html,"<$aide>") + strlen("<$aide>"));
$html = substr($html, 0, strpos($html, "</$aide>")); $html = substr($html, 0, strpos($html, "</$aide>"));
......
ecrire/img_pack/logo-spip.gif

12,3 ko

...@@ -228,7 +228,7 @@ function traduire_nom_langue($lang) { ...@@ -228,7 +228,7 @@ function traduire_nom_langue($lang) {
'za' => "Zhuang", 'za' => "Zhuang",
'zh' => "&#20013;&#25991;", 'zh' => "&#20013;&#25991;",
'zu' => "Zulu"); 'zu' => "Zulu");
$r = $codes_langues[$lang]; $r = $codes_langues[$lang];
if (!$r) $r = $lang; if (!$r) $r = $lang;
return $r; return $r;
...@@ -240,6 +240,9 @@ function traduire_nom_langue($lang) { ...@@ -240,6 +240,9 @@ function traduire_nom_langue($lang) {
function menu_langues() { function menu_langues() {
global $couleur_foncee; global $couleur_foncee;
$langues = explode(',', $GLOBALS['all_langs']);
if (count($langues) <= 1) return;
if (!$couleur_foncee) $couleur_foncee = '#044476'; if (!$couleur_foncee) $couleur_foncee = '#044476';
$lien = $GLOBALS['clean_link']; $lien = $GLOBALS['clean_link'];
...@@ -250,7 +253,6 @@ function menu_langues() { ...@@ -250,7 +253,6 @@ function menu_langues() {
$ret = "<form action='$lien' method='get' style='margin:0px; padding:0px;'>"; $ret = "<form action='$lien' method='get' style='margin:0px; padding:0px;'>";
$ret .= "\n<select name='var_lang' class='verdana1' style='background-color: $couleur_foncee; color: white;' onChange=\"document.location.href='". $lien . $amp."var_lang='+this.options[this.selectedIndex].value\">\n"; $ret .= "\n<select name='var_lang' class='verdana1' style='background-color: $couleur_foncee; color: white;' onChange=\"document.location.href='". $lien . $amp."var_lang='+this.options[this.selectedIndex].value\">\n";
$langues = explode(',', $GLOBALS['all_langs']);
while (list(,$l) = each ($langues)) { while (list(,$l) = each ($langues)) {
if ($l == $GLOBALS['spip_lang']) $selected = " selected"; if ($l == $GLOBALS['spip_lang']) $selected = " selected";
else $selected = ""; else $selected = "";
...@@ -291,7 +293,7 @@ function utiliser_langue_site() { ...@@ -291,7 +293,7 @@ function utiliser_langue_site() {
// Initialisation // Initialisation
// //
function init_langues() { function init_langues() {
global $all_langs, $flag_ecrire, $langue_defaut, $langue_site; global $all_langs, $flag_ecrire, $langue_site;
$all_langs = lire_meta('langues_proposees'); $all_langs = lire_meta('langues_proposees');
$langue_site = lire_meta('langue_site'); $langue_site = lire_meta('langue_site');
......
...@@ -358,21 +358,24 @@ else if ($etape == 'dirs') { ...@@ -358,21 +358,24 @@ else if ($etape == 'dirs') {
header("Location: ../spip_test_dirs.php3"); header("Location: ../spip_test_dirs.php3");
} }
else if (!$etape) { else if (!$etape) {
install_debut_html(); $menu_langues = menu_langues();
if (!$menu_langues) header("Location: ../spip_test_dirs.php3");
else {
install_debut_html();
echo "<p>&nbsp;</p><p align='center'><img src='AIDE/fr/logo-spip.gif'></p>"; echo "<p>&nbsp;</p><p align='center'><img src='img_pack/logo-spip.gif'></p>";
echo "<p>&nbsp;</p><p>" . _T('install_select_langue');
echo "<p><div align='center'>".menu_langues()."</div>"; echo "<p>&nbsp;</p><p>" . _T('install_select_langue');
echo "<p><div align='center'>".$menu_langues."</div>";
echo "<p><FORM ACTION='install.php3' METHOD='get'>"; echo "<p><FORM ACTION='install.php3' METHOD='get'>";
echo "<INPUT TYPE='hidden' NAME='etape' VALUE='dirs'>"; echo "<INPUT TYPE='hidden' NAME='etape' VALUE='dirs'>";
echo "<DIV align='right'><INPUT TYPE='submit' CLASS='fondl' NAME='Valider' VALUE='"._T('bouton_suivant')." >>'>"; echo "<DIV align='right'><INPUT TYPE='submit' CLASS='fondl' NAME='Valider' VALUE='"._T('bouton_suivant')." >>'>";
echo "</FORM>"; echo "</FORM>";
install_fin_html(); install_fin_html();
}
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter