2011-12-11 18:25:54 +00:00
< h2 > Localisation géographique< / h2 >
< div class = "paragraph" >
< div id = "infogeo" class = "clearfix" >
< div id = "infogeo_txt" >
< span id = geolocalisation >
< b > Information géographique :< / b > < br / >
Latitude : <? = $this -> decLat ?> (<? = $this -> infos -> GeoLat ?> )< br />
Longitude : <? = $this -> decLon ?> (<? = $this -> infos -> GeoLon ?> )< br />
< / span >
< a id = "lien-google" href = " <? = $this -> mapsHref ?> " target = "_blank" >
2011-12-20 21:57:54 +00:00
Afficher l'adresse sur Google Map © < / a > < br / >
2011-12-11 18:25:54 +00:00
< br / >
< b > Code commune / Rivoli :< / b > < br / >
2012-01-19 19:57:57 +00:00
<? = $this -> infos -> Dept . ' ' . $this -> infos -> codeCommune . ' / ' . $this -> infos -> Rivoli ; ?>
2011-12-11 18:25:54 +00:00
<?php
if (count($this->infos->InfosIris)>0){
$InfosIris = $this->infos->InfosIris;
$codComIris = str_replace($InfosIris->codIris, '', $InfosIris->codComIris);
?>
< br / > < br / > < b > Iris :< / b >
2012-01-19 19:57:57 +00:00
<?php if ( intval ( $InfosIris -> codIris ) == 0 ){ ?>
2011-12-11 18:25:54 +00:00
< br / > Commune non découpée en Iris
<?php } else { ?>
< br /> Code : <? = $codComIris ?> <? = $InfosIris -> codIris ?>
< br /> Libellé : < a title = "Consulter le plan d'assemblage de la commune" href = " <? = $this -> url ( array ( 'controller' => 'identite' , 'action' => 'iris' , 'code' => $codComIris ), null , true ) ?> " target = "_blank" > <? = $InfosIris -> libIris ?> </ a >
< img title = " <? = $InfosIris -> typIris ?> " style = "vertical-align:middle;" src = "/themes/default/images/info.gif" >
<?php } ?>
<?php } ?>
< / div >
2012-04-04 09:56:56 +00:00
<?php if ( $this -> facade ) : ?>
2011-12-11 18:25:54 +00:00
<? = $this -> action ( 'facade' , 'identite' , null , array ( 'infos' => $this -> infos )); ?>
<?php endif ; ?>
< / div >
< / div >