2009-07-09 12:21:23 +00:00
|
|
|
<?php
|
2010-02-10 17:27:03 +00:00
|
|
|
//Enregistrement pour liste dernière recherche
|
2009-09-15 09:18:59 +00:00
|
|
|
require_once 'recherche/session.php';
|
|
|
|
$parametres = recherche_element(0);
|
|
|
|
if( isset($parametres) && $parametres['info']['page']=='recherche' )
|
2010-03-08 16:42:53 +00:00
|
|
|
{
|
2010-04-12 14:49:55 +00:00
|
|
|
recherche_saveinfo( array('page' => $page) );
|
|
|
|
recherche_saveinfo( array('siret' => $siret) );
|
|
|
|
recherche_saveinfo( array('idEntreprise' => $idEntreprise) );
|
2009-09-15 09:18:59 +00:00
|
|
|
}
|
2009-08-27 07:39:27 +00:00
|
|
|
?>
|
|
|
|
<div id="center">
|
|
|
|
<?php
|
2010-07-16 08:53:16 +00:00
|
|
|
if ( isset($etab['id']) && $etab['id']!='' ){
|
2009-10-08 13:20:51 +00:00
|
|
|
|
2010-07-16 08:53:16 +00:00
|
|
|
require_once 'identite/datemaj.php';
|
|
|
|
require_once 'identite/content.php';
|
|
|
|
?>
|
|
|
|
<h2>Localisation géographique & Recherche presse</h2>
|
|
|
|
<div class="blockh2 clearfix">
|
|
|
|
<?php
|
|
|
|
// Information géographique
|
|
|
|
require_once 'identite/infogeo.php';
|
|
|
|
?>
|
|
|
|
<br/>
|
|
|
|
<?php
|
|
|
|
require_once 'identite/news.php';
|
|
|
|
require_once 'surveillance/surveillance_identite.php';
|
|
|
|
?>
|
|
|
|
</div>
|
|
|
|
<p class="confidentiel blockh2">
|
|
|
|
<?php
|
|
|
|
require_once 'cgu/cgu.php';
|
|
|
|
echo afficheCgu();
|
|
|
|
?>
|
|
|
|
</p>
|
|
|
|
<?php
|
2011-02-21 17:09:22 +00:00
|
|
|
require_once 'export/genexport.php';
|
2010-07-16 08:53:16 +00:00
|
|
|
} else {
|
|
|
|
?>
|
|
|
|
<div style="margin:5px; padding: 0pt 0.7em;" class="ui-state-error ui-corner-all">
|
|
|
|
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-alert"></span>
|
|
|
|
SIREN / SIRET Inexistant</p>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
}
|
2009-08-27 07:39:27 +00:00
|
|
|
?>
|
|
|
|
</div>
|