$page) );
recherche_saveinfo( array('siret' => $siret) );
recherche_saveinfo( array('idEntreprise' => $idEntreprise) );
}
function dRow($lib, $data, $title = '')
{
$html = '
'."\n";
$html.= ' | '."\n";
$html.= ' '.$lib.' | '."\n";
if($title!='') $title = ' title="'.$title.'"';
$html.= ' '.$data.' | '."\n";
$html.= '
'."\n";
return $html;
}
?>
IDENTITÉ DE L'ENTREPRISE
|
=$element['lib']?> |
=$element['data']?> |
100)) && file_exists($pathImg)) {
$tabTmp = @getimagesize($pathImg);
$w = $tabTmp[0];
$h = $tabTmp[1];
if ($w > 350) {
$strSize = @redimage($pathImg, 350, 150);
} else {
$strSize = '';
}
?>
|
Logo |
/> |
Raison sociale & Coordonnées
Activité(s) & Chiffre d'affaire
Localisation géographique & Recherche presse
'', ' ER ' => '')));
$firephp->log($ville, 'ville');
if (hasPref('mappy') && in_array(strtoupper($ville), $tabVilleMappy)) {
$rue = trim(strtr(normaliseVoie($etab['AdresseVoie']).' '.
$etab['AdresseRue'],
array(' ST ' => ' SAINT ', ' STE ' => ' SAINTE ', )));
$photo = contentSrc($ville, $rue, $etab['AdresseNum'], $etab['CP']);
$source = 'm';
} else {
$photo = 'http://cbk0.google.com/cbk?output=thumbnail&w=150&h=69&ll='.
$etab['GeoLat'].','.$etab['GeoLon'];
if (@fopen($photo, 'r') == false) {
$photo = '';
}
$source = 'g';
}
if ($photo != '') {
?>
|
Information géographique :
if ($etab['GeoPrecis']>0) { ?>
Latitude : =dec2dms($etab['GeoLat'])?> (=$etab['GeoLat']?>)
Longitude : =dec2dms($etab['GeoLon'])?> (=$etab['GeoLon']?>)
} ?>
Afficher l'adresse sur Google Map ©
Code commune / Rivoli :
=$etab['Dept'].' '.$etab['codeCommune']?> / =$etab['Rivoli']?>
|
|
|
Information géographique |
if ($etab['GeoPrecis']>0) { ?>
Latitude : =dec2dms($etab['GeoLat'])?> (=$etab['GeoLat']?>)
Longitude : =dec2dms($etab['GeoLon'])?> (=$etab['GeoLon']?>)
} ?>
Afficher l'adresse sur Google Map © |
|
Code commune / Rivoli |
=$etab['Dept'].' '.$etab['codeCommune']?> / =$etab['Rivoli']?>
|
|
// News
if (preg_match('/\bNEWS\b/i', $_SESSION['tabInfo']['pref'])) {
/* Information presse 15 Aug 2007 09:21:49 GMT - */
$err_rep = error_reporting();
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
require_once ('XML/RSS.php');
$url = 'http://news.google.fr/news?hl=fr&ned=fr&q='.
urlencode('"'.$etab['Nom'].'"').'&output=rss';
$firephp->log($url, 'url');
$rss = new XML_RSS($url);
$rss->parse();
$tabMonth = array('Jan' => 1, 'Feb' => 2, 'Mar' => 3, 'Apr' => 4,
'May' => 5, 'Jun' => 6, 'Jul' => 7, 'Aug' => 8,
'Sep' => 9, 'Oct' => 10,'Nov' => 11,'Dec' => 12);
foreach ($rss->getItems() as $i=>$item) {
if ($i == 0) {
?>
|
Information presse (Source Google News ©)
|
$perm)
{
if(hasPerm($perm)){ $permSurveillance = true; break; }
}
if($permSurveillance)
{
?>
records = $tabForExport;
$array2csv->writeCSV($fileName);
$array2xml = new ExportXML();
$array2xml->rootName = $page.'s';
$array2xml->defaultTagName = $page;
$array2xml->records = $tabForExport;
$array2xml->writeXML($fileName);
?>