From b0a10529f44cde7ac3be5bb8e8a872ee26dfce87 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 23 Dec 2009 14:04:32 +0000 Subject: [PATCH] =?UTF-8?q?fixed=20issue=20#0000095=20:=20gestion=20des=20?= =?UTF-8?q?=C3=A9tablissements=20provisoire=20(NIC=20=C3=A0=2000000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/recherche/recherche_list.php | 117 +++++++++++++++++--------- www/pages/etablissements.php | 6 +- 2 files changed, 83 insertions(+), 40 deletions(-) diff --git a/includes/recherche/recherche_list.php b/includes/recherche/recherche_list.php index adecc1731..4daf7d46a 100644 --- a/includes/recherche/recherche_list.php +++ b/includes/recherche/recherche_list.php @@ -192,9 +192,11 @@ else $firephp->info('Informations suplémentaires'); recherche_saveinfo( array('raisonSociale' => $etabs[0]['Nom']) ); } - - echo '

'; - if ($O['results']['nbReponses']<$O['results']['nbReponsesTotal']) { + ?> +

+ '; - echo '

    '; +?> +

    +
      + $etab) { if ($etab['Siege']==1) $strEtab='Établissement siège '; else $strEtab='Établissement secondaire '; if ($etab['Actif']==1) $strEtab.='actif'; else $strEtab.='inactif'; - if ($etab['Siege']<>1 || ($etab['Siege']==1 && $etab['Actif']<>1)) + + if($etab['Nic']*1==0) $strEtab.=' provisoire'; + + //Lien vers fiche identité + if ($etab['Siege']!=1 || ($etab['Siege']==1 && $etab['Actif']!=1)) $lien='(Accès siège)'; else $lien=''; ?> -
    1. +

    2. '') echo $etab['Adresse2'].'
      '; ?>
      - '') { ?> + if (trim($etab['FJ'])!='') + { + ?> Forme : )
      - '') { ?> + if (trim($etab['NafEnt'])!='') + { + ?> Activité : )
      - -
    3. +
      + '; - + } //fin parcours etabs +?> + + +1) { $prev_index=$position-$O['results']['nbReponses']; if ($prev_index<$O['results']['nbReponses']) $prev_index=0; ?> - + + +  '; - - if ($curPage<>$totPage) { echo ""; } + } + else + { + ?> + + + + "/>  '; - echo '
      +
      + @@ -289,11 +307,24 @@ else - Page $curPage/$totPage Page /
    '; - } - ?> -
    - 0 ){ $search.= ' '.$_REQUEST['formR']['dirPrenom']; } - if(isset($_REQUEST['formR']['dirPrenom']) && count($search)==0 ){ $search.= $_REQUEST['formR']['dirPrenom']; } - ?> -

    Effectuer une recherche entreprise avec les paramètres ""

    - +   + + +
+ +
0 ){ $search.= ' '.$_REQUEST['formR']['dirPrenom']; } + if(isset($_REQUEST['formR']['dirPrenom']) && count($search)==0 ){ $search.= $_REQUEST['formR']['dirPrenom']; } +?> +

Effectuer une recherche entreprise avec les paramètres ""

+ -

Si aucun résultat ne correspond à votre recherche. Cliquez-ici.

+{ +?> +

Si aucun résultat ne correspond à votre recherche. Cliquez-ici.

diff --git a/www/pages/etablissements.php b/www/pages/etablissements.php index 80cf397f0..46fe52979 100644 --- a/www/pages/etablissements.php +++ b/www/pages/etablissements.php @@ -11,7 +11,7 @@ $siret=trim(preg_replace('/[^0-9]/', '', $_REQUEST['siret'])); if (strlen($siret)<>0 && strlen($siret)<>9 && strlen($siret)<>14) die('Paramètres incorrects !'); $idEntreprise=trim(preg_replace('/[^0-9]/', '', $_REQUEST['idEntreprise']))*1; // Si id=0 alors non communiqué -if (($siret*1)==0 && $idEntreprise==0) die('Paramètres incorrects !'); +if (($siret*1)==0 && $idEntreprise==0) die('Paramètres incorrects !'); $siren = substr($siret,0,9); $mil = false; @@ -86,7 +86,9 @@ $(document).ready(function(){ else $type='établissement '; if ($etab['Actif']==1) $type.='actif'; else $type.='inactif'; - + + if($etab['Nic']*1==0) $type.=' provisoire'; + $lien=''; ?>