« Modèle:VILLE 2006 » : différence entre les versions
De Encyclopédie-de-L'AFN_1830-1962
mAucun résumé des modifications |
mAucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 75 : | Ligne 75 : | ||
if ($ecu == "oui") { $ecran_1 =$IMG_ACTU; } else { $ecran_1 =$IMG_DEFO; } | if ($ecu == "oui") { $ecran_1 =$IMG_ACTU; } else { $ecran_1 =$IMG_DEFO; } | ||
// condition sur pays | // condition sur pays | ||
if ($Pays == "ALGERIE") {$ecran_1.=$IMG_ALG;} | if ($Pays == "ALGERIE") {$ecran_1.=$IMG_ALG;} | ||
$ecran_1 .= $Pays; | if ($Pays =="MAROC") {$ecran_1.=$IMG_MAR;} | ||
if ($Pays =="TUNISIE") {$ecran_1.=$IMG_TUN;} | |||
$ecran_1 .=$Pays; | |||
// titre menu gauche | // titre menu gauche | ||
$ecran_2="<span class=ombre_texte><big>[[ | $ecran_2="<span class=ombre_texte><big>[[$Nom_ville - Ville | $Nom_ville]]</biG></span> <span style='margin-left:10px;font-size:small;'>Nom actuel : $Nom_actuel</span>"; | ||
// condition sur menu gauche | // condition sur menu gauche | ||
if ($Village == "oui") { $ecran_2 .= $MENU_VILLAGE;} else { $ecran_2 .= $MENU_NORMAL;} | if ($Village == "oui") { $ecran_2 .= $MENU_VILLAGE;} else { $ecran_2 .= $MENU_NORMAL;} |