« 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 |
||
Ligne 4 : | Ligne 4 : | ||
$Nom_actuel= $argv['Nom_actuel']; | $Nom_actuel= $argv['Nom_actuel']; | ||
$gauche= $argv['gauche']; | $gauche= $argv['gauche']; | ||
$haut= $argv['haut']; | $haut= $argv['haut']; | ||
$Pays=$argv['Pays']; | |||
$Pays= | |||
$LAT= $argv['LAT']; | $LAT= $argv['LAT']; | ||
$LNG= $argv['LNG']; | $LNG= $argv['LNG']; | ||
if (isset ($argv['Village'])) {$Village= $argv['Village'];} else {$Village="non";} | |||
if (isset ($argv['ecu'])) {$ecu= $argv['ecu'];} else {$ecu= "non";} | |||
if (isset ($argv['Album'])) {$Album= $argv['Album'];} else {$Album="non";} | |||
if (isset ($argv['Forum'])) {$Forum= $argv['Forum'];} else {$Forum="non";} | |||
if (isset ($argv['doc'])) {$doc = $argv['doc'];} else {$doc="";} | if (isset ($argv['doc'])) {$doc = $argv['doc'];} else {$doc="";} | ||