From 53d038208d9759601d55b94937992b764a96daa9 Mon Sep 17 00:00:00 2001 From: x2001corpet Date: Thu, 29 Jun 2006 16:37:16 +0000 Subject: [PATCH] accents dans geoloc + fond rose pour la carte sur xnet git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@342 839d8a87-29fc-0310-9880-83ba4fa771e5 --- htdocs.net/groupe/geolocInit.php | 1 + templates/geoloc/geolocInit.tpl | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/htdocs.net/groupe/geolocInit.php b/htdocs.net/groupe/geolocInit.php index e9ce723..6026a30 100644 --- a/htdocs.net/groupe/geolocInit.php +++ b/htdocs.net/groupe/geolocInit.php @@ -24,5 +24,6 @@ require_once('xnet.inc.php'); header("Content-type: text/xml"); new_nonhtml_page('geoloc/geolocInit.tpl'); +$page->assign('background', '#F4FAD4'); $page->run(); ?> diff --git a/templates/geoloc/geolocInit.tpl b/templates/geoloc/geolocInit.tpl index 5f30813..99057dc 100644 --- a/templates/geoloc/geolocInit.tpl +++ b/templates/geoloc/geolocInit.tpl @@ -33,11 +33,14 @@ aimTween="5" transition="2" textLookInCity="Rechercher les x dans cette ville" textZoomIn="Zoom" -textGoTo="Va a " -textZoomBackTo="Reviens a " +textGoTo="Va à " +textZoomBackTo="Revient à " textLoading="Chargement" textYouAreIn="Tu es dans " textSeeMapOfCity="Voir la carte de " -textYouHaveSelected="Tu as selectionne " -textCopyright="Les regles de l'annuaire s'appliquent aussi a cette application" +textYouHaveSelected="Tu as sélectionné " +{if $background} +background="{$background}" +{/if} +textCopyright="Les règles de l'annuaire s'appliquent aussi à cette application" scriptInfosArea="getData.php?{$querystring}"/> -- 2.1.4