Legal Module - complete redesign
This commit is contained in:
parent
8aa4676825
commit
54ec7a262c
263
application/configs/menu.legal.php
Normal file
263
application/configs/menu.legal.php
Normal file
@ -0,0 +1,263 @@
|
||||
<?php
|
||||
return array(
|
||||
array(
|
||||
'label' => "Identite",
|
||||
'uri' => "#",
|
||||
'pages' => array(
|
||||
array(
|
||||
'label' => "Fiche",
|
||||
'module' => 'legal',
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Fiche Procédure Collective",
|
||||
'module' => 'legal',
|
||||
'controller' => 'identite',
|
||||
'action' => 'fichepc',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Etablissements",
|
||||
'module' => 'legal',
|
||||
'controller' => 'identite',
|
||||
'action' => 'etablissements',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Liens inter-entreprises",
|
||||
'module' => 'legal',
|
||||
'controller' => 'identite',
|
||||
'action' => 'liens',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Informations Groupes",
|
||||
'module' => 'legal',
|
||||
'controller' => 'identite',
|
||||
'action' => 'groupe',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Modifications Insee",
|
||||
'module' => 'legal',
|
||||
'controller' => 'identite',
|
||||
'action' => 'evenements',
|
||||
'reset_params' => false,
|
||||
),
|
||||
),
|
||||
),
|
||||
array(
|
||||
'label' => "Dirigeants",
|
||||
'uri' => "#",
|
||||
'pages' => array(
|
||||
array(
|
||||
'label' => "Liste",
|
||||
'module' => 'legal',
|
||||
'controller' => 'dirigeant',
|
||||
'action' => 'liste',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Opérationnels",
|
||||
'module' => 'legal',
|
||||
'controller' => 'dirigeant',
|
||||
'action' => 'op',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Historique",
|
||||
'module' => 'legal',
|
||||
'controller' => 'dirigeant',
|
||||
'action' => 'histo',
|
||||
'reset_params' => false,
|
||||
),
|
||||
),
|
||||
),
|
||||
array(
|
||||
'label' => "Eléments Financiers",
|
||||
'uri' => "#",
|
||||
'pages' => array(
|
||||
array(
|
||||
'label' => "Synthèse",
|
||||
'module' => 'legal',
|
||||
'controller' => 'finance',
|
||||
'action' => 'synthese',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Bilans, Compte de résultat",
|
||||
'module' => 'legal',
|
||||
'controller' => 'finance',
|
||||
'action' => 'bilan',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Ratios",
|
||||
'module' => 'legal',
|
||||
'controller' => 'finance',
|
||||
'action' => 'ratios',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Flux de trésorerie",
|
||||
'module' => 'legal',
|
||||
'controller' => 'finance',
|
||||
'action' => 'flux',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Liasse fiscale",
|
||||
'module' => 'legal',
|
||||
'controller' => 'finance',
|
||||
'action' => 'liasselist',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Bourses & Cotations",
|
||||
'module' => 'legal',
|
||||
'controller' => 'finance',
|
||||
'action' => 'bourse',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Relations bancaires",
|
||||
'module' => 'legal',
|
||||
'controller' => 'finance',
|
||||
'action' => 'banque',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Subventions",
|
||||
'module' => 'legal',
|
||||
'controller' => 'finance',
|
||||
'action' => 'subventions',
|
||||
'reset_params' => false,
|
||||
),
|
||||
),
|
||||
),
|
||||
array(
|
||||
'label' => "Eléments Juridiques",
|
||||
'uri' => "#",
|
||||
'pages' => array(
|
||||
array(
|
||||
'label' => "Annonces légales",
|
||||
'module' => 'legal',
|
||||
'controller' => 'juridique',
|
||||
'action' => 'annonces',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Contentieux judiciaires",
|
||||
'module' => 'legal',
|
||||
'controller' => 'juridique',
|
||||
'action' => 'ctx',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Information réglementée",
|
||||
'module' => 'legal',
|
||||
'controller' => 'juridique',
|
||||
'action' => 'infosreg',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Compétences territoriales",
|
||||
'module' => 'legal',
|
||||
'controller' => 'juridique',
|
||||
'action' => 'competences',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Conventions collectives",
|
||||
'module' => 'legal',
|
||||
'controller' => 'juridique',
|
||||
'action' => 'conventions',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Marques déposées",
|
||||
'module' => 'legal',
|
||||
'controller' => 'juridique',
|
||||
'action' => 'marques',
|
||||
'reset_params' => false,
|
||||
),
|
||||
),
|
||||
),
|
||||
array(
|
||||
'label' => "Evaluation",
|
||||
'uri' => "#",
|
||||
'pages' => array(
|
||||
array(
|
||||
'label' => "IndiScore",
|
||||
'module' => 'legal',
|
||||
'controller' => 'evaluation',
|
||||
'action' => 'indiscore',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Rapport de synthèse",
|
||||
'module' => 'legal',
|
||||
'controller' => 'evaluation',
|
||||
'action' => 'indiscore2',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Rapport complet",
|
||||
'module' => 'legal',
|
||||
'controller' => 'evaluation',
|
||||
'action' => 'indiscore3',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Valorisation",
|
||||
'module' => 'legal',
|
||||
'controller' => 'evaluation',
|
||||
'action' => 'valorisation',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Enquête commerciale",
|
||||
'module' => 'legal',
|
||||
'controller' => 'evaluation',
|
||||
'action' => 'enquetec',
|
||||
'reset_params' => false,
|
||||
),
|
||||
),
|
||||
),
|
||||
array(
|
||||
'label' => "Pièces Officielles",
|
||||
'uri' => "#",
|
||||
'pages' => array(
|
||||
array(
|
||||
'label' => "Commande de pièces",
|
||||
'module' => 'legal',
|
||||
'controller' => 'pieces',
|
||||
'action' => 'commande',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Comptes annuels",
|
||||
'module' => 'legal',
|
||||
'controller' => 'pieces',
|
||||
'action' => 'bilans',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Actes & statuts",
|
||||
'module' => 'legal',
|
||||
'controller' => 'pieces',
|
||||
'action' => 'actes',
|
||||
'reset_params' => false,
|
||||
),
|
||||
array(
|
||||
'label' => "Suivi privilèges",
|
||||
'module' => 'legal',
|
||||
'controller' => 'pieces',
|
||||
'action' => 'privileges',
|
||||
'reset_params' => false,
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
@ -1613,6 +1613,9 @@ class Legal_IdentiteController extends Zend_Controller_Action
|
||||
|
||||
$siren = substr($this->siret,0,9);
|
||||
|
||||
$session = new Scores_Session_Entreprise($this->siret, $this->id);
|
||||
$this->view->assign('raisonSociale', $session->getRaisonSociale());
|
||||
|
||||
$ws = new WsScores();
|
||||
$result = $ws->getGroupeInfos($siren);
|
||||
|
||||
|
@ -1,36 +1,17 @@
|
||||
<div id="center">
|
||||
<h1><?=$this->translate("DIRIGEANTS")?></h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Numéro identifiant Siren")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Dénomination Sociale")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance', null, array(
|
||||
'source' => 'dirigeants',
|
||||
'siret' => $this->siret
|
||||
))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></small></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<h2><?=$this->translate("Historique des dirigeants")?></h2>
|
||||
<div class="paragraph">
|
||||
|
||||
<?php if (count($this->dirigeants) > 0) {?>
|
||||
<table class="data">
|
||||
<table class="table table-bordered">
|
||||
<?php foreach ($this->dirigeants as $dir) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="270"><?=$dir->Titre?></td>
|
||||
@ -48,15 +29,10 @@
|
||||
<?php }?>
|
||||
</table>
|
||||
<?php } else {?>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="550">
|
||||
<?=$this->translate("Aucune donnée n'est présente dans notre base")?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p><?=$this->translate("Aucune donnée n'est présente dans notre base")?></p>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
@ -1,48 +1,21 @@
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="center">
|
||||
<?php }?>
|
||||
<div id="content">
|
||||
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<h1><?=$this->translate("DIRIGEANTS")?></h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Numéro identifiant Siren")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Dénomination Sociale")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance', null, array(
|
||||
'source' => 'dirigeants',
|
||||
'siret' => $this->siret
|
||||
))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if( $this->dirigeantsop ){ ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<a href="<?=$this->dirigeantsop?>"><?=$this->translate("Consulter la liste des dirigeants opérationnels")?></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></small></h1>
|
||||
</div>
|
||||
|
||||
<?php if ($this->dirigeantsop) {?>
|
||||
<p><a href="<?=$this->dirigeantsop?>"><?=$this->translate("Consulter la liste des dirigeants opérationnels")?></a></p>
|
||||
<?php }?>
|
||||
|
||||
<h2><?=$this->translate("Liste des dirigeants actifs")?></h2>
|
||||
<div class="paragraph">
|
||||
<?php }?>
|
||||
|
||||
<h2><?=$this->translate("Dirigeants actifs")?></h2>
|
||||
|
||||
<?php if ( count($this->dirigeants)>0 ) { ?>
|
||||
<table class="data">
|
||||
<table class="table table-bordered">
|
||||
<tbody>
|
||||
<?php foreach ($this->dirigeants as $dir) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="200"><?=$dir->Titre?></td>
|
||||
@ -95,33 +68,17 @@
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</td>
|
||||
<?php if (empty($this->AutrePage) && $this->accessWorldCheck) {?>
|
||||
<td>
|
||||
<?php if ($dir->Societe != '') { ?>
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
|
||||
'controller'=>'worldcheck','action'=>'occurence','siren'=>substr($this->siret,0,9),
|
||||
'dirType'=>'ORGANISATION','dirSociete'=>$dir->Societe),'default',true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
<?php }?>
|
||||
<?php if ($dir->Nom != '') { ?>
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
|
||||
'controller'=>'worldcheck','action'=>'occurence','siren'=>substr($this->siret,0,9),
|
||||
'dirType'=>'INDIVIDUAL','dirNom'=>$dir->Nom,'dirPrenom'=>$dir->Prenom),'default',true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<?php }?>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php } else { ?>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="550">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<?=$this->translate("Aucune donnée n'est présente dans notre base")?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
|
@ -1,73 +1,40 @@
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<div id="center">
|
||||
<?php }?>
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="content">
|
||||
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<h1><?=$this->translate("DIRIGEANTS OPÉRATIONNELS")?></h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Numéro identifiant Siren")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Dénomination Sociale")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance', null, array(
|
||||
'source' => 'dirigeants',
|
||||
'siret' => $this->siret
|
||||
))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></small></h1>
|
||||
</div>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<h2><?=$this->translate("Liste des dirigeants actifs")?></h2>
|
||||
<div class="paragraph">
|
||||
<h2><?=$this->translate("Dirigeants Opérationnels")?></h2>
|
||||
<?php if ($this->edition) {?>
|
||||
<a class="dialog" title="Ajouter un dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'add','siret'=>$this->siret), 'default', true)?>">
|
||||
<img style="vertical-align:middle;" src="/themes/default/images/interfaces/ajouter.png" /><?=$this->translate("Ajouter un dirigeant")?></a>
|
||||
<p><a class="dialog" title="Ajouter un dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'add','siret'=>$this->siret), 'default', true)?>">
|
||||
<img style="vertical-align:middle;" src="/themes/default/images/interfaces/ajouter.png" /><?=$this->translate("Ajouter un dirigeant")?></a></p>
|
||||
<?php }?>
|
||||
<?php if ( count($this->dirigeants)>0 ) {?>
|
||||
<table class="data">
|
||||
<table class="table table-bordered">
|
||||
<?php foreach ($this->dirigeants as $dir) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="140"><?=$dir->Titre?></td>
|
||||
<td class="StyleInfoData" id="<?=$dir->Id?>" width="200">
|
||||
<td width="140"><?=$dir->Titre?></td>
|
||||
<td id="<?=$dir->Id?>" width="200">
|
||||
<?php if ($dir->Societe != '') { ?>
|
||||
<a href="<?=$this->url(array(
|
||||
'controller' => 'recherche',
|
||||
'action' => 'liste',
|
||||
'type' => 'ent',
|
||||
'raisonSociale' => $dir->Societe
|
||||
), 'default', true)?>"
|
||||
<a href="<?=$this->url(array('controller' => 'recherche', 'action' => 'liste', 'type' => 'ent',
|
||||
'raisonSociale' => $dir->Societe), 'default', true)?>"
|
||||
title="<?=$this->translate("Recherche à partir de la Dénomination sociale")?>">
|
||||
<?=$dir->Societe?>
|
||||
</a>
|
||||
|
||||
<?php }?>
|
||||
<?php if ($dir->Nom != '') { ?>
|
||||
<a href="<?=$this->url(array(
|
||||
'controller' => 'recherche',
|
||||
'action' => 'liste',
|
||||
'type' => 'dir',
|
||||
'dirNom' => $dir->Nom,
|
||||
'dirPrenom' => $dir->Prenom,
|
||||
), 'default', true)?>" title="<?=$this->translate("Recherche à partir du nom du dirigeant")?>">
|
||||
<a href="<?=$this->url(array('controller' => 'recherche', 'action' => 'liste', 'type' => 'dir',
|
||||
'dirNom' => $dir->Nom, 'dirPrenom' => $dir->Prenom), 'default', true)?>"
|
||||
title="<?=$this->translate("Recherche à partir du nom du dirigeant")?>">
|
||||
<?=$dir->Civilite.' '.$dir->Nom.' '.$dir->Prenom?>
|
||||
</a>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<td class="StyleInfoData" width="200">
|
||||
<td width="200">
|
||||
<?php
|
||||
$message = '';
|
||||
if (trim($dir->NaissDate) != '' && trim($dir->NaissDate)!='0000-00-00') {
|
||||
@ -98,60 +65,21 @@
|
||||
<a class="dialog" title="Supprimer le dirigeant" href="<?=$this->url(array('controller'=>'saisie','action'=>'diropcontrol','mode'=>'del','siret'=>$this->siret,'id'=>$dir->Id), 'default', true)?>">
|
||||
<img src="/themes/default/images/interfaces/supprimer.png" /></a>
|
||||
</td>
|
||||
<?php if (empty($this->AutrePage) && $this->accessWorldCheck) {?>
|
||||
<td>
|
||||
<?php if ($dir->Societe != '') { ?>
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
|
||||
'controller'=>'worldcheck','action'=>'occurence','siren'=>$this->siren,
|
||||
'dirType'=>'ORGANISATION','dirSociete'=>$dir->Societe),'default',true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
<?php }?>
|
||||
<?php if ($dir->Nom != '') {
|
||||
$param = array(
|
||||
'controller'=>'worldcheck',
|
||||
'action'=>'occurence',
|
||||
'siren'=>$this->siren,
|
||||
'dirType'=>'INDIVIDUAL',
|
||||
'dirNom'=>$dir->Nom,
|
||||
'dirPrenom'=>$dir->Prenom,
|
||||
);
|
||||
?>
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url($param,'default',true);?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
<?php } ?>
|
||||
</td>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
<?php } else { ?>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="550">
|
||||
<?=$this->translate("Aucune donnée n'est présente dans notre base")?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p><?=$this->translate("Aucune donnée n'est présente dans notre base")?></p>
|
||||
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
<?php }?>
|
||||
<script>
|
||||
$('img.wcheck').each(function(){
|
||||
$(this).qtip({
|
||||
hide: { event: 'unfocus' },
|
||||
show: { solo: true, delay: 1000 },
|
||||
content: {
|
||||
button: true,
|
||||
title: 'WorlCheck',
|
||||
text: "Chargement...",
|
||||
ajax: { url: $(this).data('url') } },
|
||||
position: { my: 'right center', at: 'left center' }
|
||||
});
|
||||
});
|
||||
|
||||
$('a.dialog').on('click', function(){
|
||||
var href = $(this).attr('href');
|
||||
if (href!='#') {
|
||||
|
@ -26,7 +26,12 @@ div.submit p.required-note span{color:#4B911C;_color:#666;font-size:170%;vertica
|
||||
.noborder {border:none;}
|
||||
</style>
|
||||
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->indiscore->Nom?> <small><?=$this->SirenTexte($this->indiscore->Siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h1 class="titre">Demande d'avis de credit personnalisé</h1>
|
||||
|
||||
<?php
|
||||
@ -58,7 +63,7 @@ if($this->commande == false){
|
||||
<div class="infoData"><?=$this->Etab->Adresse.' '.$this->Etab->CP.' '.$this->Etab->Ville?></div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Téléphone <?php if (trim($this->Etab->Tel)==''){?><font color="Red">*</font><?php }?> / Fax</label>
|
||||
<label>Téléphone <?php if (trim($this->Etab->Tel)==''){?><font color="Red">*</font><?php }?> / Fax</label>
|
||||
<div class="field">
|
||||
<?php if (trim($this->Etab->Tel)!=''){ print $this->Etab->Tel; }else{?><input type="text" name="InfoEnq[Entrep][Tel]" value="<?=$this->InfoEnq['Entrep']['Tel']?>"/><?php } ?> <b>/</b>
|
||||
<?php if (trim($this->Etab->Fax)!=''){ print $this->Etab->Fax; }else{?><input type="text" name="InfoEnq[Entrep][Fax]" value="<?=$this->InfoEnq['Entrep']['Fax']?>"/><?php } ?>
|
||||
@ -67,26 +72,26 @@ if($this->commande == false){
|
||||
|
||||
<?php if (trim($this->Etab->Tel)!=''){?>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib"> Autre téléphone :</label>
|
||||
<label> Autre téléphone :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Entrep][AutreTel]" value="<?=$this->InfoEnq['Entrep']['AutreTel'];?>"/> </div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">E-mail</label>
|
||||
<label>E-mail</label>
|
||||
<div class="field"><?php if (trim($this->Etab->Mail)!=''){ print $this->Etab->Mail; }else{?><input type="text" name="InfoEnq[Entrep][Mail]" value="<?=$this->InfoEnq['Entrep']['Mail']?>"/><?php }?></div>
|
||||
</div>
|
||||
|
||||
<?php if (trim($this->Etab->Mail)!=''){ ?>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Autre e-mail</label>
|
||||
<label>Autre e-mail</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Entrep][AutreMail]" value="<?=$this->InfoEnq['Entrep']['AutreMail']?>"/></div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Site Web</label>
|
||||
<label>Site Web</label>
|
||||
<div class="field"><?php if (trim($this->Etab->Web)!=''){ print $this->Etab->Web; }else{?><input type="text" name="InfoEnq[Entrep][Web]" value="<?=$this->InfoEnq['Entrep']['Web']?>"/><?php }?></div>
|
||||
</div>
|
||||
|
||||
@ -95,26 +100,26 @@ if($this->commande == false){
|
||||
<input type="hidden" name="login" value="<?=$this->user->getLogin()?>" />
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre Identité</label>
|
||||
<label>Votre Identité</label>
|
||||
<div class="field"><input type="text" name="InfoUser[Identite]" value="<?=$this->user->getNom().' '.$this->user->getPrenom(); ?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre Téléphone <font color="Red"></font>:</label>
|
||||
<label>Votre Téléphone <font color="Red"></font>:</label>
|
||||
<div class="field"><input type="text" name="InfoUser[Tel]" value="<?php
|
||||
if(isset($this->InfoUser['Tel'])){echo $this->InfoUser['Tel'];}
|
||||
else echo $this->user->getTel(); ?>" /></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre E-mail <font color="Red">*</font></label>
|
||||
<label>Votre E-mail <font color="Red">*</font></label>
|
||||
<div class="field"><input type="text" name="InfoUser[Email]" value="<?php
|
||||
if(isset($this->InfoUser['Email'])){echo $this->InfoUser['Email'];}
|
||||
else echo $this->user->getEmail(); ?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre Référence</label>
|
||||
<label>Votre Référence</label>
|
||||
<div class="field"><input type="text" name="InfoUser[Ref]" value="<?php
|
||||
if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
?>"/></div>
|
||||
@ -123,7 +128,7 @@ if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
<h2>La relation commerciale : </h2>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Précisions sur la demande</label>
|
||||
<label>Précisions sur la demande</label>
|
||||
<div class="field">
|
||||
<select id="precision" name="InfoEnq[PrecisionsChoix]">
|
||||
<option value="">Choisissez...</option>
|
||||
@ -134,7 +139,7 @@ if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Ancienneté de la relation :</label>
|
||||
<label>Ancienneté de la relation :</label>
|
||||
<div class="field">
|
||||
<input type="text" name="InfoEnq[Anciennete]" size="2" value="<?=$this->InfoEnq['Anciennete']?>"/>
|
||||
<input class="noborder" type="radio" name="InfoEnq[AncienneteDuree]" value="Mois" <?php if($this->InfoEnq['AncienneteDuree']=='Mois'){ print 'checked="checked"';}?>/>Mois
|
||||
@ -143,7 +148,7 @@ if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Impayées :</label>
|
||||
<label>Impayées :</label>
|
||||
<div class="field">
|
||||
<input class="noborder" type="radio" name="InfoEnq[ImpayeesChoix]" value="oui" <?php if($this->InfoEnq['ImpayeesChoix']=='oui'){ print 'checked="checked"';}?>/>Oui
|
||||
<input class="noborder" type="radio" name="InfoEnq[ImpayeesChoix]" value="non" <?php if($this->InfoEnq['ImpayeesChoix']=='non'){ print 'checked="checked"';}?>/>Non
|
||||
@ -153,24 +158,24 @@ if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
<div id="impayees">
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Montant :</label>
|
||||
<label>Montant :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Impayees][Montant]" value="<?=$this->InfoEnq['Impayees']['Montant']?>"/> €</div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Nombre :</label>
|
||||
<label>Nombre :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Impayees][Nombre]" value="<?=$this->InfoEnq['Impayees']['Nombre']?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Date :</label>
|
||||
<label>Date :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Impayees][Date]" value="<?=$this->InfoEnq['Impayees']['Date']?>"/> (Format : JJ/MM/AAAA)</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Retard de paiement :</label>
|
||||
<label>Retard de paiement :</label>
|
||||
<div class="field">
|
||||
<input class="noborder" type="radio" name="InfoEnq[RetardPaiementChoix]" value="oui" <?php if($this->InfoEnq['RetardPaiementChoix']=='oui'){ print 'checked="checked"';}?>/>Oui
|
||||
<input class="noborder" type="radio" name="InfoEnq[RetardPaiementChoix]" value="non" <?php if($this->InfoEnq['RetardPaiementChoix']=='non'){ print 'checked="checked"';}?>/>Non
|
||||
@ -180,24 +185,24 @@ if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
<div id="retardpaiement">
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Montant :</label>
|
||||
<label>Montant :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[RetardPaiement][Montant]" value="<?=$this->InfoEnq['RetardPaiement']['Montant']?>"/> €</div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Nombre :</label>
|
||||
<label>Nombre :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[RetardPaiement][Nombre]" value="<?=$this->InfoEnq['RetardPaiement']['Nombre']?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Date :</label>
|
||||
<label>Date :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[RetardPaiement][Date]" value="<?=$this->InfoEnq['RetardPaiement']['Date']?>"/> (Format : JJ/MM/AAAA)</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Litiges techniques ou commerciaux :</label>
|
||||
<label>Litiges techniques ou commerciaux :</label>
|
||||
<div class="field">
|
||||
<input class="noborder" type="radio" name="InfoEnq[LitigeChoix]" value="oui" <?php if($this->InfoEnq['LitigeChoix']=='oui'){ print 'checked="checked"';}?>/>Oui
|
||||
<input class="noborder" type="radio" name="InfoEnq[LitigeChoix]" value="non" <?php if($this->InfoEnq['LitigeChoix']=='non'){ print 'checked="checked"';}?>/>Non
|
||||
@ -208,7 +213,7 @@ if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
<div id="litige">
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Précisions :</label>
|
||||
<label>Précisions :</label>
|
||||
<div class="field">
|
||||
<textarea name="InfoEnq[Litige][Precisions]"><?=$this->InfoEnq['Litige']['Precisions']?></textarea>
|
||||
</div>
|
||||
@ -217,19 +222,19 @@ if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Observations ou questions spéciales</label>
|
||||
<label>Observations ou questions spéciales</label>
|
||||
<div class="field"><textarea name="InfoEnq[Observation]"><?=$this->InfoEnq['Observation']; ?></textarea></div>
|
||||
</div>
|
||||
|
||||
<h2>Votre demande : </h2>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Encours Réel</label>
|
||||
<label>Encours Réel</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[EncoursReel]" value="<?=$this->InfoEnq['EncoursReel']?>"/> €</div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Encours demandé</label>
|
||||
<label>Encours demandé</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[EncoursDemande]" value="<?=$this->InfoEnq['EncoursDemande']?>"/> €</div>
|
||||
</div>
|
||||
|
||||
|
@ -33,14 +33,17 @@ div.submit p.required-note span{color:#4B911C;_color:#666;font-size:170%;vertica
|
||||
<?php if(isset($this->InfoEnq['LitigeChoix']) && $this->InfoEnq['LitigeChoix']=='oui'){ ?> #litige {display:block;}<?php }else{?> #litige {display:none;} <?php }?>
|
||||
</style>
|
||||
|
||||
<div id="center">
|
||||
<h1 class="titre">ENQUÊTE COMMERCIALE</h1>
|
||||
<div id="content">
|
||||
|
||||
<?php
|
||||
if($this->commandeEnquete == false){
|
||||
?>
|
||||
<div class="page-header">
|
||||
<h1><?=$this->Etab->Nom?> <small><?=$this->SirenTexte($this->Etab->Siren)?></h1>
|
||||
</div>
|
||||
|
||||
<p class="StyleInfoLib">Nos enquêtes commerciales sont réalisées par des analystes financiers.</p>
|
||||
<h2>Enquête commerciale</h2>
|
||||
|
||||
<?php if($this->commandeEnquete == false){?>
|
||||
|
||||
<p>Nos enquêtes commerciales sont réalisées par des analystes financiers.</p>
|
||||
|
||||
<div id="message"><?=$this->message;?></div>
|
||||
|
||||
@ -68,7 +71,7 @@ if($this->commandeEnquete == false){
|
||||
<div class="infoData"><?=$this->Etab->Adresse.' '.$this->Etab->CP.' '.$this->Etab->Ville?></div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Téléphone <?php if (trim($this->Etab->Tel)==''){?><font color="Red">*</font><?php }?> / Fax</label>
|
||||
<label>Téléphone <?php if (trim($this->Etab->Tel)==''){?><font color="Red">*</font><?php }?> / Fax</label>
|
||||
<div class="field">
|
||||
<?php if (trim($this->Etab->Tel)!=''){ print $this->Etab->Tel; }else{?><input type="text" name="InfoEnq[Entrep][Tel]" value="<?=$this->InfoEnq['Entrep']['Tel']?>"/><?php } ?> <b>/</b>
|
||||
<?php if (trim($this->Etab->Fax)!=''){ print $this->Etab->Fax; }else{?><input type="text" name="InfoEnq[Entrep][Fax]" value="<?=$this->InfoEnq['Entrep']['Fax']?>"/><?php } ?>
|
||||
@ -77,31 +80,31 @@ if($this->commandeEnquete == false){
|
||||
|
||||
<?php if (trim($this->Etab->Tel)!=''){?>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib"> Autre téléphone :</label>
|
||||
<label> Autre téléphone :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Entrep][AutreTel]" value="<?=$this->InfoEnq['Entrep']['AutreTel'];?>"/> </div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">E-mail</label>
|
||||
<label>E-mail</label>
|
||||
<div class="field"><?php if (trim($this->Etab->Mail)!=''){ print $this->Etab->Mail; }else{?><input type="text" name="InfoEnq[Entrep][Mail]" value="<?=$this->InfoEnq['Entrep']['Mail']?>"/><?php }?></div>
|
||||
</div>
|
||||
|
||||
<?php if (trim($this->Etab->Mail)!=''){ ?>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Autre e-mail</label>
|
||||
<label>Autre e-mail</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Entrep][AutreMail]" value="<?=$this->InfoEnq['Entrep']['AutreMail']?>"/></div>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Site Web</label>
|
||||
<label>Site Web</label>
|
||||
<div class="field"><?php if (trim($this->Etab->Web)!=''){ print $this->Etab->Web; }else{?><input type="text" name="InfoEnq[Entrep][Web]" value="<?=$this->InfoEnq['Entrep']['Web']?>"/><?php }?></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Domiciliation bancaire</label>
|
||||
<label>Domiciliation bancaire</label>
|
||||
<div class="field">
|
||||
<input type="text" name="InfoEnq[Entrep][Rib][Banque]" maxlength="5" size="5" value="<?=$this->InfoEnq['Entrep']['Rib']['Banque']?>"/>
|
||||
<input type="text" name="InfoEnq[Entrep][Rib][Guichet]" maxlength="5" size="5" value="<?=$this->InfoEnq['Entrep']['Rib']['Guichet']?>"/>
|
||||
@ -111,17 +114,17 @@ if($this->commandeEnquete == false){
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Encours demandé</label>
|
||||
<label>Encours demandé</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Encours]" value="<?=$this->InfoEnq['Encours']?>"/> €</div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Nombre d'échéances</label>
|
||||
<label>Nombre d'échéances</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[NbEcheances]" value="<?=$this->InfoEnq['NbEcheances']?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Avis de l'assureur crédit</label>
|
||||
<label>Avis de l'assureur crédit</label>
|
||||
<div class="field">
|
||||
<select name="InfoEnq[AvisAssureur]">
|
||||
<option value="-" <?php if($this->InfoEnq['AvisAssureur']=='-'){ print 'checked="check"';} ?>>-</option>
|
||||
@ -134,7 +137,7 @@ if($this->commandeEnquete == false){
|
||||
<h2>Demandeur : </h2>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre profil <font color="Red">*</font></label>
|
||||
<label>Votre profil <font color="Red">*</font></label>
|
||||
<div class="field">
|
||||
<select id="profil" name="InfoUser[Profil]">
|
||||
<option value="Achats" <?php if($this->InfoUser['Profil']=='Achats'){print 'selected="selected"';};?>>Service Achats</option>
|
||||
@ -147,38 +150,38 @@ if($this->commandeEnquete == false){
|
||||
</div>
|
||||
|
||||
<div id="autreProfil" class="fieldgrp">
|
||||
<label class="StyleInfoLib">Précisez</label>
|
||||
<label>Précisez</label>
|
||||
<div class="field"><input type="text" name="InfoUser[ProfilAutre]" value="<?=$this->InfoUser['ProfilAutre']?>" /></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre Identité</label>
|
||||
<label>Votre Identité</label>
|
||||
<div class="field"><input type="text" name="InfoUser[Identite]" value="<?php echo $this->user->getNom().' '.$this->user->getPrenom(); ?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre Téléphone <font color="Red"></font>:</label>
|
||||
<label>Votre Téléphone <font color="Red"></font>:</label>
|
||||
<div class="field"><input type="text" name="InfoUser[Tel]" value="<?php
|
||||
if(isset($this->InfoUser['Tel'])){echo $this->InfoUser['Tel'];}
|
||||
else echo $this->user->getTel(); ?>" /></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre Fax</label>
|
||||
<label>Votre Fax</label>
|
||||
<div class="field"><input type="text" name="InfoUser[Fax]" value="<?php
|
||||
if(isset($this->InfoUser['Fax'])){echo $this->InfoUser['Fax'];}
|
||||
else echo $this->user->getFax(); ?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre E-mail <font color="Red">*</font></label>
|
||||
<label>Votre E-mail <font color="Red">*</font></label>
|
||||
<div class="field"><input type="text" name="InfoUser[Email]" value="<?php
|
||||
if(isset($this->InfoUser['Email'])){echo $this->InfoUser['Email'];}
|
||||
else echo $this->user->getEmail(); ?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Votre Référence</label>
|
||||
<label>Votre Référence</label>
|
||||
<div class="field"><input type="text" name="InfoUser[Ref]" value="<?php
|
||||
if(isset($this->InfoUser['Ref'])){echo $this->InfoUser['Ref'];}
|
||||
?>"/></div>
|
||||
@ -191,7 +194,7 @@ if( $pays=='' )
|
||||
{
|
||||
?>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Type d'enquête</label>
|
||||
<label>Type d'enquête</label>
|
||||
<div class="field">
|
||||
<input class="noborder" type="radio" id="premier" name="InfoEnq[Type]" value="premier" <?php if($this->InfoEnq['Type']=='premier'){print 'checked="checked"';};?>>EXPRESS ( encours inférieur à 20K€ )
|
||||
<br/>
|
||||
@ -209,7 +212,7 @@ if( isset($pays) && $pays!='' )
|
||||
{
|
||||
?>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Délais de livraison</label>
|
||||
<label>Délais de livraison</label>
|
||||
<div class="field">
|
||||
<input class="noborder" type="radio" name="InfoEnq[Delai]" value="normal" <?php if($this->InfoEnq['Delai']=='normal'){print 'checked="checked"';};?>>Normal
|
||||
<input class="noborder" type="radio" name="InfoEnq[Delai]" value="urgent" <?php if($this->InfoEnq['Delai']=='urgent'){print 'checked="checked"';};?>>Urgent
|
||||
@ -219,7 +222,7 @@ if( isset($pays) && $pays!='' )
|
||||
}else{
|
||||
?>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Délais de livraison</label>
|
||||
<label>Délais de livraison</label>
|
||||
<div class="field">
|
||||
<input class="noborder" type="radio" name="InfoEnq[Delai]" value="1" <?php if($this->InfoEnq['Delai']=='1'){print 'checked="checked"';};?>>24 h
|
||||
<input class="noborder" type="radio" name="InfoEnq[Delai]" value="2" <?php if($this->InfoEnq['Delai']=='2'){print 'checked="checked"';};?>>72 h
|
||||
@ -231,7 +234,7 @@ if( isset($pays) && $pays!='' )
|
||||
?>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Précisions sur la demande</label>
|
||||
<label>Précisions sur la demande</label>
|
||||
<div class="field">
|
||||
<select id="precision" name="InfoEnq[PrecisionsChoix]">
|
||||
<option value="">Choisissez...</option>
|
||||
@ -245,23 +248,23 @@ if( isset($pays) && $pays!='' )
|
||||
</div>
|
||||
|
||||
<div id="fournisseur" class="fieldgrp">
|
||||
<label class="StyleInfoLib">CA réalisé avec le fournisseur</label>
|
||||
<label>CA réalisé avec le fournisseur</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Precisions][MontantCA]" value="<?=$this->InfoEnq['Precisions']['MontantCA']?>" /> €</div>
|
||||
</div>
|
||||
|
||||
<div id="credit" class="fieldgrp">
|
||||
<label class="StyleInfoLib">Motif du contrôle</label>
|
||||
<label>Motif du contrôle</label>
|
||||
<div class="field"><textarea name="InfoEnq[Precisions][Motif]"><?=$this->InfoEnq['Precisions']['Motif']?></textarea></div>
|
||||
</div>
|
||||
|
||||
<div id="autrePrecisions" class="fieldgrp">
|
||||
<label class="StyleInfoLib">Précisez</label>
|
||||
<label>Précisez</label>
|
||||
<div class="field"><textarea name="InfoEnq[Precisions][Autre]"><?=$this->InfoEnq['Precisions']['Autre']?></textarea></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Ancienneté de la relation :</label>
|
||||
<label>Ancienneté de la relation :</label>
|
||||
<div class="field">
|
||||
<input type="text" name="InfoEnq[Anciennete]" size="2" value="<?=$this->InfoEnq['Anciennete']?>"/>
|
||||
<input class="noborder" type="radio" name="InfoEnq[AncienneteDuree]" value="Mois" <?php if($this->InfoEnq['AncienneteDuree']=='Mois'){ print 'checked="checked"';}?>/>Mois
|
||||
@ -270,7 +273,7 @@ if( isset($pays) && $pays!='' )
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Impayées :</label>
|
||||
<label>Impayées :</label>
|
||||
<div class="field">
|
||||
<input class="noborder" type="radio" name="InfoEnq[ImpayeesChoix]" value="oui" <?php if($this->InfoEnq['ImpayeesChoix']=='oui'){ print 'checked="checked"';}?>/>Oui
|
||||
<input class="noborder" type="radio" name="InfoEnq[ImpayeesChoix]" value="non" <?php if($this->InfoEnq['ImpayeesChoix']=='non'){ print 'checked="checked"';}?>/>Non
|
||||
@ -280,24 +283,24 @@ if( isset($pays) && $pays!='' )
|
||||
<div id="impayees">
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Montant :</label>
|
||||
<label>Montant :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Impayees][Montant]" value="<?=$this->InfoEnq['Impayees']['Montant']?>"/> €</div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Nombre :</label>
|
||||
<label>Nombre :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Impayees][Nombre]" value="<?=$this->InfoEnq['Impayees']['Nombre']?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Date :</label>
|
||||
<label>Date :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[Impayees][Date]" value="<?=$this->InfoEnq['Impayees']['Date']?>"/> (Format : JJ/MM/AAAA)</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Retard de paiement :</label>
|
||||
<label>Retard de paiement :</label>
|
||||
<div class="field">
|
||||
<input class="noborder" type="radio" name="InfoEnq[RetardPaiementChoix]" value="oui" <?php if($this->InfoEnq['RetardPaiementChoix']=='oui'){ print 'checked="checked"';}?>/>Oui
|
||||
<input class="noborder" type="radio" name="InfoEnq[RetardPaiementChoix]" value="non" <?php if($this->InfoEnq['RetardPaiementChoix']=='non'){ print 'checked="checked"';}?>/>Non
|
||||
@ -307,24 +310,24 @@ if( isset($pays) && $pays!='' )
|
||||
<div id="retardpaiement">
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Montant :</label>
|
||||
<label>Montant :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[RetardPaiement][Montant]" value="<?=$this->InfoEnq['RetardPaiement']['Montant']?>"/> €</div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Nombre :</label>
|
||||
<label>Nombre :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[RetardPaiement][Nombre]" value="<?=$this->InfoEnq['RetardPaiement']['Nombre']?>"/></div>
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Date :</label>
|
||||
<label>Date :</label>
|
||||
<div class="field"><input type="text" name="InfoEnq[RetardPaiement][Date]" value="<?=$this->InfoEnq['RetardPaiement']['Date']?>"/> (Format : JJ/MM/AAAA)</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Litiges techniques ou commerciaux :</label>
|
||||
<label>Litiges techniques ou commerciaux :</label>
|
||||
<div class="field">
|
||||
<input class="noborder" type="radio" name="InfoEnq[LitigeChoix]" value="oui" <?php if($this->InfoEnq['LitigeChoix']=='oui'){ print 'checked="checked"';}?>/>Oui
|
||||
<input class="noborder" type="radio" name="InfoEnq[LitigeChoix]" value="non" <?php if($this->InfoEnq['LitigeChoix']=='non'){ print 'checked="checked"';}?>/>Non
|
||||
@ -335,7 +338,7 @@ if( isset($pays) && $pays!='' )
|
||||
<div id="litige">
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Précisions :</label>
|
||||
<label>Précisions :</label>
|
||||
<div class="field">
|
||||
<textarea name="InfoEnq[Litige][Precisions]"><?=$this->InfoEnq['Litige']['Precisions']?></textarea>
|
||||
</div>
|
||||
@ -344,7 +347,7 @@ if( isset($pays) && $pays!='' )
|
||||
</div>
|
||||
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Observations ou questions spéciales</label>
|
||||
<label>Observations ou questions spéciales</label>
|
||||
<div class="field"><textarea name="InfoEnq[Observation]"><?=$this->InfoEnq['Observation']; ?></textarea></div>
|
||||
</div>
|
||||
|
||||
|
@ -1,25 +1,24 @@
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->indiscore->Nom?> <small><?=$this->SirenTexte($this->indiscore->Siren)?></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<h1>INDISCORE©</h1>
|
||||
<h2>INDISCORE©</h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->indiscore->Siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siret du siège</td>
|
||||
<td width="200">Numéro identifiant Siret du siège</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SiretTexte($this->indiscore->Siret)?></td>
|
||||
</tr>
|
||||
<?php if (isset($this->indiscore->NumRC) && $this->indiscore->NumRC*1!=0) { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro R.C.</td>
|
||||
<td width="200">Numéro R.C.</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->indiscore->NumRC?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
@ -27,7 +26,7 @@
|
||||
<?php if ( $this->edition && empty($this->AutrePage) ) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"></td>
|
||||
<td width="200"></td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->action('scorecutoff','saisie',null, array('siren'=>$this->indiscore->Siren)); ?>
|
||||
</td>
|
||||
@ -35,7 +34,7 @@
|
||||
<?php }?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"> </td>
|
||||
<td width="200"> </td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<a href=<?=$this->url(array('controller'=>'evaluation', 'action'=>'scoreshisto', 'siret' => $this->siret)); ?>>
|
||||
<?=$this->translate("Consulter l'historique des IndiScore");?></a>
|
||||
@ -44,12 +43,11 @@
|
||||
</table>
|
||||
</div>
|
||||
<?php }?>
|
||||
<h2>Dénomination sociale & coordonnées</h2>
|
||||
<div class="paragraph">
|
||||
<h3>Dénomination sociale & coordonnées</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?php
|
||||
echo $this->indiscore->Nom;
|
||||
@ -72,20 +70,20 @@ if ($this->indiscore->Enseigne!='' && $this->indiscore->Sigle!='') {
|
||||
<?php if ( !empty($titre) ) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$titre?></td>
|
||||
<td width="200"><?=$titre?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$lib?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td width="200" class="StyleInfoLib">Forme juridique</td>
|
||||
<td width="200">Forme juridique</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->indiscore->FJ_lib?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td width="200" class="StyleInfoLib">Date de création de l'entreprise</td>
|
||||
<td width="200">Date de création de l'entreprise</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?php $date = new Zend_Date($this->indiscore->DateCreaEn, 'yyyyMMdd');?>
|
||||
<?=$date->toString('dd/MM/yyyy')?>
|
||||
@ -93,7 +91,7 @@ if ($this->indiscore->Enseigne!='' && $this->indiscore->Sigle!='') {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td width="200" class="StyleInfoLib">Adresse</td>
|
||||
<td width="200">Adresse</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->indiscore->Adresse?><br/>
|
||||
<?php if ($this->indiscore->Adresse2<>'') echo $this->indiscore->Adresse2.'<br/>';?>
|
||||
@ -102,22 +100,11 @@ if ($this->indiscore->Enseigne!='' && $this->indiscore->Sigle!='') {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td width="200" class="StyleInfoLib">Téléphone</td>
|
||||
<td width="200">Téléphone</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->indiscore->Tel?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if ( $this->surveillance && empty($this->AutrePage) ) {?>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td colspan="2">
|
||||
<?=$this->action('infos','surveillance', null, array(
|
||||
'source' => 'score',
|
||||
'siret' => $this->siret
|
||||
));?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
|
||||
<?php if ( $this->aviscredit && empty($this->AutrePage) ) {?>
|
||||
<tr>
|
||||
@ -129,10 +116,8 @@ if ($this->indiscore->Enseigne!='' && $this->indiscore->Sigle!='') {
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Évaluation</h2>
|
||||
<div class="paragraph">
|
||||
<h3>Évaluation</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -202,8 +187,8 @@ if ($this->indiscore->Enseigne!='' && $this->indiscore->Sigle!='') {
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" colspan="2" class="StyleInfoData">
|
||||
<i>Pour information, les méthodes standards donnent : Conan & Holder = <b><?php echo $this->indiscore->scores->ConanH;?></b>,
|
||||
Afdcc1 = <b><?php echo $this->indiscore->scores->Afdcc1;?></b>, Afdcc2 = <b><?php echo $this->indiscore->scores->Afdcc2;?></b>
|
||||
<i>Pour information, les méthodes standards donnent : Conan & Holder = <b><?php echo $this->indiscore->scores->ConanH;?></b>,
|
||||
Afdcc1 = <b><?php echo $this->indiscore->scores->Afdcc1;?></b>, Afdcc2 = <b><?php echo $this->indiscore->scores->Afdcc2;?></b>
|
||||
et Score Z = <b><?php echo $this->indiscore->scores->Z;?></b>.</i>
|
||||
</td>
|
||||
</tr>
|
||||
@ -225,10 +210,8 @@ if ($this->indiscore->Enseigne!='' && $this->indiscore->Sigle!='') {
|
||||
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Paiements</h2>
|
||||
<div class="paragraph">
|
||||
<h3>Paiements</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -239,12 +222,10 @@ if ($this->indiscore->Enseigne!='' && $this->indiscore->Sigle!='') {
|
||||
Aucune information sur les paiements disponible.
|
||||
<?php endif;?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Conclusion</h2>
|
||||
<div class="paragraph">
|
||||
<h3>Conclusion</h3>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -282,11 +263,8 @@ if ($this->indiscore->Enseigne!='' && $this->indiscore->Sigle!='') {
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td colspan="3" align="center"><img class="notvisible" src="/themes/default/images/indiscore/logo_indiscore.png"/></td></tr>
|
||||
|
||||
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu);?>
|
||||
|
@ -1,5 +1,10 @@
|
||||
<div id="center">
|
||||
<h1>RAPPORT DE SYNTHESE</h1>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Rapport de synthèse</h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<?php
|
||||
@ -11,7 +16,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Actif']);
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Dénomination sociale & Coordonnées</h2>
|
||||
<h3>Dénomination sociale & Coordonnées</h3>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<?php
|
||||
@ -23,7 +28,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['DateCreaEt']);
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Activité(s) & Chiffre d'affaires</h2>
|
||||
<h3>Activité(s) & Chiffre d'affaires</h3>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<?php
|
||||
@ -42,7 +47,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ChiffreAffaire']
|
||||
echo $this->action('liste', 'dirigeant', null, array('siret' => $this->siret, 'id' => $this->id, 'apage' => 'indiscore2'));
|
||||
echo $this->action('liens', 'identite', null, array('siret' => $this->siret, 'id' => $this->id, 'apage' => 'indiscore2'));
|
||||
?>
|
||||
<h2>Eléments financiers</h2>
|
||||
<h3>Eléments financiers</h3>
|
||||
<div class="paragraph">
|
||||
<?php if(count($this->tabResult)>0){ ?>
|
||||
<table id="synthese">
|
||||
@ -73,7 +78,7 @@ Aucun bilan disponible.
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<h2>Paiement</h2>
|
||||
<h3>Paiement</h3>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
@ -83,12 +88,12 @@ Aucun bilan disponible.
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Procédures collectives</h2>
|
||||
<h3>Procédures collectives</h3>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td class="StyleInfoLib" width="200">Situation juridique</td>
|
||||
<td width="200">Situation juridique</td>
|
||||
<td class="StyleInfoData" width="350">
|
||||
<?php if ($this->SituationJuridique == 'P'):?>
|
||||
<a href="<?=$this->url(array(
|
||||
@ -120,13 +125,13 @@ Aucun bilan disponible.
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Scores et encours</h2>
|
||||
<h3>Scores et encours</h3>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<?php foreach ($this->scores as $name => $score):?>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td width="250" class="StyleInfoLib"><?=$score[1]?></td>
|
||||
<td width="250"><?=$score[1]?></td>
|
||||
<td width="300" class="StyleInfoData">
|
||||
<a class="rTip" name="Score <?=$name?>" rel="<?=$this->url(array(
|
||||
'controller'=> 'evaluation',
|
||||
@ -139,7 +144,7 @@ Aucun bilan disponible.
|
||||
<?php endforeach;?>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td class="StyleInfoLib">Encours conseillé</td>
|
||||
<td>Encours conseillé</td>
|
||||
<td class="StyleInfoData"><?php echo number_format($this->encours/1000, 0, '', ' ');?> K€</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -5,46 +5,47 @@ $parametresAction = array(
|
||||
'apage' => 'indiscore3'
|
||||
);
|
||||
?>
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<?php if ($this->customRapport) {?>
|
||||
<div class="paragraph"><a id="customRapport" href="<?=$this->customRapport?>">Rapport personnalisé</a></div>
|
||||
<?php }?>
|
||||
|
||||
<h1>RAPPORT COMPLET</h1>
|
||||
<div class="paragraph">
|
||||
<p id="rsynthese">SOCIÉTÉ : <?=$this->raisonSociale?></p>
|
||||
</div>
|
||||
<h2>RAPPORT COMPLET</h2>
|
||||
|
||||
<h1>FICHE D'IDENTITÉ</h1>
|
||||
<h3>FICHE D'IDENTITÉ</h3>
|
||||
<?=$this->action('fiche', 'identite', null, array_merge($parametresAction, array('infos'=>$this->Identite)));?>
|
||||
|
||||
<h1>DIRIGEANTS</h1>
|
||||
<h3>DIRIGEANTS</h3>
|
||||
<?=$this->action('liste', 'dirigeant', null, array_merge($parametresAction, array('infos'=>$this->Dirigeants)));?>
|
||||
|
||||
<h1>LIENS FINANCIERS</h1>
|
||||
<h3>LIENS FINANCIERS</h3>
|
||||
<?=$this->action('liens', 'identite', null, array_merge($parametresAction, array('infos'=>$this->Liens)));?>
|
||||
|
||||
<h1>ANNONCES LÉGALES</h1>
|
||||
<h3>ANNONCES LÉGALES</h3>
|
||||
<?=$this->action('annonces', 'juridique', null, array_merge($parametresAction, array('infos'=>$this->Annonces)))?>
|
||||
|
||||
<h1>SYNTHÈSE</h1>
|
||||
<h3>SYNTHÈSE</h3>
|
||||
<?=$this->action('synthese', 'finance', null, array_merge($parametresAction, array('infos'=>$this->Ratios)));?>
|
||||
|
||||
<h1>ÉLÉMENTS FINANCIERS - BILANS</h1>
|
||||
<h3>ÉLÉMENTS FINANCIERS - BILANS</h3>
|
||||
<?=$this->action('bilan', 'finance', null, array_merge($parametresAction, array('infos'=>$this->Ratios)));?>
|
||||
|
||||
<h1>RATIOS</h1>
|
||||
<h3>RATIOS</h3>
|
||||
<?=$this->action('ratios', 'finance', null, array_merge($parametresAction, array('infos'=>$this->Ratios)));?>
|
||||
|
||||
<h1>COMMENTAIRES</h1>
|
||||
<h3>COMMENTAIRES</h3>
|
||||
<div class="paragraph">
|
||||
<div id="commentaires">
|
||||
<?=$this->comment?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h1>INDISCORE©</h1>
|
||||
<h3>INDISCORE©</h3>
|
||||
<?=$this->action('indiscore', 'evaluation', null, array_merge($parametresAction, array('infos'=>$this->Indiscore)));?>
|
||||
|
||||
</div>
|
@ -1,22 +1,10 @@
|
||||
<div id="center">
|
||||
<h1><?=$this->translate("HISTORIQUE").' '.strtoupper($this->types[$this->type]);?></h1>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Numéro identifiant Siren")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Dénomination sociale")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2><?=$this->translate("Historique des scores")?></h2>
|
||||
|
||||
<h2><?=$this->translate("Historique").' '.strtoupper($this->types[$this->type]);?></h2>
|
||||
<div class="paragraph" style="text-align:right;">
|
||||
<select name="type">
|
||||
<?php foreach($this->types as $key=>$val) {?>
|
||||
@ -130,7 +118,7 @@ $(document).ready(function(){
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<div class="paragraph">
|
||||
<div class="text-center">
|
||||
<?php if ( $this->graph ) {?>
|
||||
<img src="/file/image/cache/q/<?=$this->graph?>" usemap="#graphMap">
|
||||
<map name="graphMap">
|
||||
@ -143,9 +131,7 @@ $(document).ready(function(){
|
||||
|
||||
<?php } else {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<?=$this->translate("Aucune information sur l'historique disponible.")?>
|
||||
</div>
|
||||
<p><?=$this->translate("Aucune information sur l'historique disponible.")?></p>
|
||||
|
||||
<?php }?>
|
||||
|
||||
|
@ -3,12 +3,12 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="200">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?php echo $this->SirenTexte($this->siren);?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?php echo $this->raisonSociale?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -5,14 +5,15 @@ $parametresAction = array(
|
||||
'apage' => 'valorisation'
|
||||
);
|
||||
?>
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<h1>VALORISATION</h1>
|
||||
<div class="paragraph">
|
||||
<p id="rsynthese">SOCIÉTÉ : <?=$this->raisonSociale?></p>
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h1>COMMENTAIRES</h1>
|
||||
<h2>VALORISATION</h2>
|
||||
|
||||
<h3>COMMENTAIRES</h3>
|
||||
<div class="paragraph">
|
||||
<div id="commentaires">
|
||||
<?=$this->comment?>
|
||||
|
@ -1,24 +1,12 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">RELATIONS BANCAIRES</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Liste des relations bancaires</h2>
|
||||
<div class="paragraph">
|
||||
<h2 class="titre">Relations bancaires</h2>
|
||||
<?php if(count($this->banques)>0) { ?>
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Nom de la Banque</th>
|
||||
@ -48,6 +36,6 @@
|
||||
<?php } else { ?>
|
||||
<p>Aucune information.</p>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<?php echo $this->render('cgu.phtml', $this->cgu);?>
|
||||
</div>
|
@ -1,29 +1,18 @@
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<h1>ÉLÉMENTS FINANCIERS - BILANS</h1>
|
||||
<div class="paragraph">
|
||||
<h2>Bilans, Compte de résultat</h2>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?php echo $this->SirenTexte($this->siren);?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?php echo $this->raisonSociale;?></td>
|
||||
</tr>
|
||||
<?php if (isset($this->tabResultActif) && isset($this->tabResultPassif) && isset($this->tabResultSig)){?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Type de bilans</td>
|
||||
<td width="200">Type de bilans</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?php if ($this->nbBilanC==0){?>
|
||||
Réel normal ou Simplifié
|
||||
@ -51,38 +40,22 @@
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
|
||||
<?php if($this->typeBilan == 'B' || $this->typeBilan == 'A') {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Bilan de banque/assurance non gérés</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<p>Bilan de banque/assurance non gérés</p>
|
||||
|
||||
<?php } else { ?>
|
||||
|
||||
<?php if ($this->nbBilanN==0 && $this->nbBilanC==0) {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Aucun bilan disponible.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<p>Aucun bilan disponible.</p>
|
||||
|
||||
<?php } else {?>
|
||||
|
||||
<h2>Bilan actif - passif</h2>
|
||||
<div class="paragraph">
|
||||
<h3>Bilan actif - passif</h3>
|
||||
<table class="bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -109,9 +82,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<div class="text-center">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
'type' => 'actif',
|
||||
'typeBilan' => $this->typeBilan,
|
||||
@ -121,7 +93,6 @@
|
||||
))?>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<table class="bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -147,9 +118,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<div class="text-center">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
'type' => 'passif',
|
||||
'typeBilan' => $this->typeBilan,
|
||||
@ -160,7 +130,6 @@
|
||||
</div>
|
||||
|
||||
<h2>Soldes Intermédiaire de Gestion</h2>
|
||||
<div class="paragraph">
|
||||
<table class="bilans">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -189,9 +158,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<div class="text-center">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
'type' => 'sig',
|
||||
'typeBilan' => $this->typeBilan,
|
||||
|
@ -1,28 +1,13 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">INFORMATIONS BOURSIÈRES</h1>
|
||||
<div class="paragraph">
|
||||
<table id="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->SirenTexte($this->siren)?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h1 class="titre">Informations boursières</h1>
|
||||
|
||||
<?php
|
||||
if ( !empty($this->InfosBourse->Isin) ) {
|
||||
//logo
|
||||
|
||||
if (trim($this->InfosBourse->Web)!='') {
|
||||
if (substr($this->InfosBourse->Web,0,7)!='http://'){
|
||||
$siteWeb = 'http://'.$this->InfosBourse->Web;
|
||||
@ -31,12 +16,11 @@ if ( !empty($this->InfosBourse->Isin) ) {
|
||||
}
|
||||
}
|
||||
?>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<table class="table table-hover">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code ISIN</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<td width="200">Code ISIN</td>
|
||||
<td width="350">
|
||||
<?php
|
||||
echo $this->InfosBourse->Isin;
|
||||
if (trim($this->InfosBourse->CodeSicovam)*1>0)
|
||||
@ -49,45 +33,45 @@ if ( !empty($this->InfosBourse->Isin) ) {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code Mnémo</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->CodeMnemo?></td>
|
||||
<td width="200">Code Mnémo</td>
|
||||
<td width="350"><?=$this->InfosBourse->CodeMnemo?></td>
|
||||
</tr>
|
||||
<?php if( !empty($this->InfosBourse->CodeBloomberg) ){ ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code Bloomberg</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->CodeBloomberg?></td>
|
||||
<td width="200">Code Bloomberg</td>
|
||||
<td width="350"><?=$this->InfosBourse->CodeBloomberg?></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
|
||||
<?php if( !empty($this->InfosBourse->CodeDatastream) ) { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code Datastream</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->CodeDatastream?></td>
|
||||
<td width="200">Code Datastream</td>
|
||||
<td width="350"><?=$this->InfosBourse->CodeDatastream?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php if( !empty($this->InfosBourse->CodeRic) ) { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Code Ric</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->CodeRic?></td>
|
||||
<td width="200">Code Ric</td>
|
||||
<td width="350"><?=$this->InfosBourse->CodeRic?></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Place de cotation</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->placeCotation?></td>
|
||||
<td width="200">Place de cotation</td>
|
||||
<td width="350"><?=$this->InfosBourse->placeCotation?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Marché</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->Marche?></td>
|
||||
<td width="200">Marché</td>
|
||||
<td width="350"><?=$this->InfosBourse->Marche?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Nombre de titres</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->nombreTitres,0,'', ' ')?> titres</td>
|
||||
<td width="200">Nombre de titres</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->nombreTitres,0,'', ' ')?> titres</td>
|
||||
</tr>
|
||||
<?php
|
||||
switch (trim(strtoupper($this->InfosBourse->EligibleSRD)))
|
||||
@ -103,55 +87,52 @@ switch (trim(strtoupper($this->InfosBourse->EligiblePEA)))
|
||||
?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Éligible SRD / PEA</td>
|
||||
<td width="350" class="StyleInfoData"><?=$srd?> / <?=$pea?></td>
|
||||
<td width="200">Éligible SRD / PEA</td>
|
||||
<td width="350"><?=$srd?> / <?=$pea?></td>
|
||||
</tr>
|
||||
<?php
|
||||
if ($this->urlImg!='') {
|
||||
?>
|
||||
<?php if ($this->urlImg!='') {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Logo</td>
|
||||
<td width="350" class="StyleInfoData"><?php echo $this->urlImg; ?></td>
|
||||
<td width="200">Logo</td>
|
||||
<td width="350"><?php echo $this->urlImg; ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Coordonnées</h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=empty($this->InfosBourse->RaisonSociale) ? $this->raisonSociale : $this->InfosBourse->RaisonSociale;?></td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350"><?=empty($this->InfosBourse->RaisonSociale) ? $this->raisonSociale : $this->InfosBourse->RaisonSociale;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Adresse</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->Adresse?></td>
|
||||
<td width="200">Adresse</td>
|
||||
<td width="350"><?=$this->InfosBourse->Adresse?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Date d'introduction en bourse</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->DateIntroduction?></td>
|
||||
<td width="200">Date d'introduction en bourse</td>
|
||||
<td width="350"><?=$this->InfosBourse->DateIntroduction?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Date dernière assemblée générale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->DateDerAG?></td>
|
||||
<td width="200">Date dernière assemblée générale</td>
|
||||
<td width="350"><?=$this->InfosBourse->DateDerAG?></td>
|
||||
</tr>
|
||||
<?php if (trim($this->InfosBourse->DateRadiation)<>'' && $this->InfosBourse->DateRadiation<>'0000-00-00') { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Date de radiation</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->DateRadiation?></td>
|
||||
<td width="200">Date de radiation</td>
|
||||
<td width="350"><?=$this->InfosBourse->DateRadiation?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Téléphone</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<td width="200">Téléphone</td>
|
||||
<td width="350">
|
||||
<?php
|
||||
if (strlen(trim($this->InfosBourse->Tel))>5) echo $this->InfosBourse->Tel.' ';
|
||||
if (strlen(trim($this->InfosBourse->Tel2))>5) echo $this->InfosBourse->Tel2;
|
||||
@ -160,8 +141,8 @@ if ($this->urlImg!='') {
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Fax</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<td width="200">Fax</td>
|
||||
<td width="350">
|
||||
<?php
|
||||
if (strlen(trim($this->InfosBourse->Fax))>5) echo $this->InfosBourse->Fax.' ';
|
||||
if (strlen(trim($this->InfosBourse->Fax2))>5) echo $this->InfosBourse->Fax2;
|
||||
@ -171,15 +152,15 @@ if ($this->urlImg!='') {
|
||||
<?php if ($siteWeb<>'') { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Site Internet</td>
|
||||
<td width="350" class="StyleInfoData"><a href="<?=$siteWeb?>" target="_blank"><?=$siteWeb?></a></td>
|
||||
<td width="200">Site Internet</td>
|
||||
<td width="350"><a href="<?=$siteWeb?>" target="_blank"><?=$siteWeb?></a></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if (trim($this->InfosBourse->Mail)<>'') { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Courriel</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<td width="200">Courriel</td>
|
||||
<td width="350">
|
||||
<a href="mailto:<?=$this->InfosBourse->Mail;?>" target="_blank"><?=$this->InfosBourse->Mail?></a>
|
||||
</td>
|
||||
</tr>
|
||||
@ -192,17 +173,17 @@ if ($this->urlImg!='') {
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Activité</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->Activite?></td>
|
||||
<td width="200">Activité</td>
|
||||
<td width="350"><?=$this->InfosBourse->Activite?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Secteur</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->InfosBourse->Secteur?></td>
|
||||
<td width="200">Secteur</td>
|
||||
<td width="350"><?=$this->InfosBourse->Secteur?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" colspan="2" class="StyleInfoData"><?=str_replace("\n", '<br/>',$this->InfosBourse->ActiviteDet)?></td>
|
||||
<td width="550" colspan="2"><?=str_replace("\n", '<br/>',$this->InfosBourse->ActiviteDet)?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@ -212,75 +193,62 @@ if ($this->urlImg!='') {
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dernière cotation connue</td>
|
||||
<td width="200">Dernière cotation connue</td>
|
||||
<?php $date = new Zend_Date($this->InfosBourse->derCoursDate, 'yyyy-MM-dd');?>
|
||||
<td width="350" class="StyleInfoData"><?=$date->toString('dd/MM/yyyy')?></td>
|
||||
<td width="350"><?=$date->toString('dd/MM/yyyy')?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Clôture</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursCloture,2,',', ' ')?> €</td>
|
||||
<td width="200">Clôture</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->derCoursCloture,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Ouverture</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursOuverture,2,',', ' ')?> €</td>
|
||||
<td width="200">Ouverture</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->derCoursOuverture,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Plus haut</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursPlusHaut,2,',', ' ')?> €</td>
|
||||
<td width="200">Plus haut</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->derCoursPlusHaut,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Plus Bas</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursPlusBas,2,',', ' ')?> €</td>
|
||||
<td width="200">Plus Bas</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->derCoursPlusBas,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Volume échangé</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->derCoursVolume,0,'', ' ')?> titres (<?=number_format($this->InfosBourse->derCoursVolume/$this->InfosBourse->nombreTitres,2,',', ' ')?> %)</td>
|
||||
<td width="200">Volume échangé</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->derCoursVolume,0,'', ' ')?> titres (<?=number_format($this->InfosBourse->derCoursVolume/$this->InfosBourse->nombreTitres,2,',', ' ')?> %)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Capitalisation</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->capitalisation,2,',', ' ')?> €</td>
|
||||
<td width="200">Capitalisation</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->capitalisation,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr><td colspan="3"> </td></tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Minimum historique</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->coursMin,2,',', ' ')?> €</td>
|
||||
<td width="200">Minimum historique</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->coursMin,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Maximum historique</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->coursMax,2,',', ' ')?> €</td>
|
||||
<td width="200">Maximum historique</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->coursMax,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Cours moyen</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->InfosBourse->coursMoy,2,',', ' ')?> €</td>
|
||||
<td width="200">Cours moyen</td>
|
||||
<td width="350"><?=number_format($this->InfosBourse->coursMoy,2,',', ' ')?> €</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
?>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="580" class="StyleInfoLib" colspan="3"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" class="StyleInfoLib" colspan="2">
|
||||
Société non côtée en bourse à ce jour.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
<p>Société non côtée en bourse à ce jour.</p>
|
||||
<?php } ?>
|
||||
|
||||
<?php echo $this->render('cgu.phtml', $this->cgu);?>
|
||||
</div>
|
@ -1,22 +1,17 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">Flux de Trésorerie <span style="color:red;">(beta)</span></h1>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siret)?></h1>
|
||||
</div>
|
||||
|
||||
<h2 class="titre">Flux de Trésorerie</h2>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="340" class="StyleInfoData"><?=$this->SirenTexte($this->siret)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="340" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->nbBilanN > 0 || $this->nbBilanC > 0) { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Type de bilans</td>
|
||||
<td width="340" class="StyleInfoData">
|
||||
<td width="200">Type de bilans</td>
|
||||
<td width="340">
|
||||
<?php if ($this->nbBilanN > 0 && $this->nbBilanC > 0) { ?>
|
||||
<input type="radio" name="typeBilan" value="<?=$this->url(array(
|
||||
'controller'=>'finance', 'action'=>'flux',
|
||||
@ -36,8 +31,6 @@
|
||||
<?php } ?>
|
||||
</table>
|
||||
|
||||
<h2>Tableau des flux</h2>
|
||||
<div class="paragraph">
|
||||
<table class="bilans">
|
||||
<tr class="subhead">
|
||||
<td colspan="2"> </td>
|
||||
@ -71,10 +64,9 @@ foreach ($this->dataTable as $ratio) {
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php if ($this->graph) {?>
|
||||
<div class="paragraph">
|
||||
<div class="text-center">
|
||||
<img src="/file/image/cache/q/<?=$this->graph?>" />
|
||||
</div>
|
||||
<?php }?>
|
||||
|
@ -1,18 +1,10 @@
|
||||
<div id="center">
|
||||
<h1>ELEMENTS FINANCIERS - BILANS</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siret)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Liasse fiscale</h2>
|
||||
<?php if ($this->edition) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
@ -78,7 +70,7 @@ Valeurs exprimées en
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Impossible d'afficher le bilan.</td>
|
||||
<td colspan="2" width="200">Impossible d'afficher le bilan.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php } else {?>
|
||||
|
@ -1,26 +1,7 @@
|
||||
<div id="center">
|
||||
<h1>ELEMENTS FINANCIERS - LISTE DES BILANS</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550">
|
||||
<?=$this->action('infos','surveillance', null, array('source' => 'bilans', 'siret' => $this->siret))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siret)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Dernier(s) bilan(s) disponible(s)</h2>
|
||||
@ -53,7 +34,6 @@ Vous possédez un bilan plus récent</a>
|
||||
|
||||
<?php if ( $this->haveLiasse ) {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table class="liasse">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -103,8 +83,6 @@ switch ($type) {
|
||||
<?php }?>
|
||||
</tbody>
|
||||
</table>
|
||||
<br/><br/>
|
||||
</div>
|
||||
|
||||
<?php foreach ($this->BilanList as $type => $liste) {?>
|
||||
<?php if (count($liste) > 0) {?>
|
||||
@ -112,13 +90,12 @@ switch ($type) {
|
||||
switch ($type) {
|
||||
case 'N' : $name = 'Réel Normal - Liasse 2050'; break;
|
||||
case 'S' : $name = 'Simplifié - Liasse 2033'; break;
|
||||
case 'C' : $name = 'Consolidé - Regroupement des états financier du groupe'; break;
|
||||
case 'C' : $name = 'Consolidé - Regroupement des états financiers du groupe'; break;
|
||||
case 'A' : $name = 'Assurance'; break;
|
||||
case 'B' : $name = 'Banque'; break;
|
||||
}
|
||||
?>
|
||||
<h2>Millésime(s) <?=$name?></h2>
|
||||
<div class="paragraph">
|
||||
<table class="liasse">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -158,20 +135,12 @@ switch ($type) {
|
||||
<?php }?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
|
||||
<?php } else {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Aucun bilan disponible.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<p>Aucun bilan disponible.</p>
|
||||
|
||||
<?php }?>
|
||||
|
||||
|
@ -1,30 +1,25 @@
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siret)?></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<h1>RATIOS</h1>
|
||||
<div class="paragraph">
|
||||
<h2>Ratios</h2>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td class="StyleInfoLib" width="200">Numéro identifiant Siren</td>
|
||||
<td class="StyleInfoData" width="340"><?=$this->SirenTexte($this->siret);?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td class="StyleInfoLib" width="200">Dénomination Sociale</td>
|
||||
<td class="StyleInfoData" width="340"><?=$this->raisonSociale;?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td class="StyleInfoLib" width="200">Secteur d'activité </td>
|
||||
<td class="StyleInfoData" width="340"><?=$this->naf?> - <?=$this->nafLib?></td>
|
||||
<td width="200">Secteur d'activité </td>
|
||||
<td width="340"><?=$this->naf?> - <?=$this->nafLib?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php if ( isset($this->tabResult) ) {?>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Type de bilans</td>
|
||||
<td width="200">Type de bilans</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?php if ($this->nbBilanC==0){?>
|
||||
Réel normal ou Simplifié
|
||||
@ -42,7 +37,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td width="200" class="StyleInfoLib">Millésime</td>
|
||||
<td width="200">Millésime</td>
|
||||
<td width="340" class="StyleInfoData">
|
||||
<form>
|
||||
<input type="hidden" name="typeBilan" value="<?=$this->typeBilan?>" />
|
||||
@ -56,17 +51,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"></td>
|
||||
<td class="StyleInfoLib" width="200">Durée du bilan</td>
|
||||
<td class="StyleInfoData" width="340"><?=$this->duree?> Mois</td>
|
||||
<td width="200">Durée du bilan</td>
|
||||
<td width="340"><?=$this->duree?> Mois</td>
|
||||
</tr>
|
||||
<?php } else {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoLib" width="200">Aucun bilan disponible.</td>
|
||||
<td class="StyleInfoData" width="340"></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
<?php } else {?>
|
||||
<p>Aucun bilan disponible.</p>
|
||||
<?php }?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) && isset($this->tabResult) ) {?>
|
||||
<div id="liasse-check-result" class="ui-state-highlight ui-corner-all" style="margin-top: 5px;">
|
||||
@ -77,11 +68,8 @@
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<div class="paragraph">
|
||||
|
||||
<?php if(!isset($this->tabResult)){?>
|
||||
|
||||
<?php } else {?>
|
||||
@ -118,43 +106,11 @@
|
||||
<td>Position</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php
|
||||
/*
|
||||
} else if ($ratio == $item['ratio']) {
|
||||
|
||||
$row .= '<tr class="subhead">'."\n".
|
||||
'<td class="center italique">'.
|
||||
$tabRatio[$item['parent']]['titre'].'</td>'."\n".
|
||||
'<td>Entreprise</td>'."\n".
|
||||
'<td>Secteur</td>'."\n".
|
||||
'<td>Position</td>'."\n".
|
||||
'</tr>'."\n";
|
||||
$row .= '<tr>'."\n".
|
||||
'<td><a tooltip="'.
|
||||
wrapComment($ratiosInfos[$item['ratio']]['commentaires']).
|
||||
'">'.$item['titre'].'<br/>'.$item['stitre'].'</a></td>'."\n".
|
||||
'<td class="right">'.
|
||||
dRatio($bilan, $item['ratio']).'</td>'."\n".
|
||||
'<td class="right">'.
|
||||
dSecteur($bilan, $item['ratio']).'</td>'."\n".
|
||||
'<td class="position">'."\n".
|
||||
'<a href="#" name="'.$item['titre'].'">'."\n".
|
||||
dPosition($bilan, $item['ratio'], $item['position'])."\n".
|
||||
'</a>'."\n".
|
||||
'</td>'."\n".
|
||||
'</tr>'."\n";
|
||||
}
|
||||
*/
|
||||
?>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
||||
|
@ -1,18 +1,7 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">SUBVENTIONS</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Détail de la subvention</h2>
|
||||
|
@ -1,22 +1,10 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">SUBVENTIONS</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Liste des subventions</h2>
|
||||
<div class="paragraph">
|
||||
<h2>Subventions</h2>
|
||||
<?php if ($this->msg) {?>
|
||||
<?=$this->msg?>
|
||||
<?php } else { ?>
|
||||
@ -58,9 +46,8 @@ Aucune subvention.
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<p>
|
||||
<?php if ($this->lienPagePrecedente) { ?>
|
||||
<a href="<?=$this->lienPagePrecedente?>" title="Page précédente..."><<</a>
|
||||
<?php }?>
|
||||
@ -70,6 +57,6 @@ Aucune subvention.
|
||||
<?php if ($this->lienPageSuivante) {?>
|
||||
<a href="<?=$this->lienPageSuivante?>" title="Page suivante...">>></a>
|
||||
<?php }?>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
@ -1,30 +1,19 @@
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)){?>
|
||||
<h1>SYNTHÈSE</h1>
|
||||
<div class="paragraph">
|
||||
<h2>Synthèse</h2>
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->SirenTexte($this->siren);?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale;?></td>
|
||||
</tr>
|
||||
<?php if (isset($this->tabResult)){?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Type de bilans</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<td width="200">Type de bilans</td>
|
||||
<td width="350">
|
||||
<?php if ($this->nbBilanC==0){?>
|
||||
Réel normal ou Simplifié
|
||||
<?php } elseif ($this->nbBilanN==0){?>
|
||||
@ -51,16 +40,12 @@
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (!isset($this->tabResult)){?>
|
||||
<div class="paragraph">
|
||||
Aucun bilan disponible.
|
||||
</div>
|
||||
<p>Aucun bilan disponible.</p>
|
||||
<?php } else {?>
|
||||
<div class="paragraph">
|
||||
<table id="synthese">
|
||||
<table class="table" id="synthese">
|
||||
<thead>
|
||||
<tr>
|
||||
<th align="center">
|
||||
@ -103,15 +88,14 @@ Aucun bilan disponible.
|
||||
<?php }?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<p>
|
||||
<?php if ($this->graph) {?>
|
||||
<?=$this->action('synthesegraphcompare', 'finance', null, array('siret'=>$this->siret, 'id'=>$this->id, 'typeBilan'=>$this->typeBilan))?>
|
||||
<?php } else {?>
|
||||
<b>Les informations sont insuffisantes pour générer le graphique de synthèse.</b>
|
||||
<?php }?>
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<?php }?>
|
||||
|
||||
|
@ -6,12 +6,12 @@
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="200">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,59 +1,46 @@
|
||||
<div id="center">
|
||||
<h1><?=$this->translate("LISTE DES ÉTABLISSEMENTS")?></h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Numéro identifiant Siren")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Dénomination Sociale")?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoData">
|
||||
<?=$this->translate($this->translate()->getTranslator()->plural("L'entreprise a %1\$s établissement", "L'entreprise a %1\$s établissements", $this->nbEtabTotal), $this->nbEtabTotal);?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if ($this->actif == -1 && is_array($this->etabs) && count($this->etabs)>0){ ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" class="StyleInfoData">
|
||||
<?=$this->translate($this->translate()->getTranslator()->plural("Affichage de %1\$s établissement actif", "Affichage de %1\$s établissements actifs", $this->nbEtabActif), $this->nbEtabActif);?>
|
||||
<?=$this->translate($this->translate()->getTranslator()->plural("et %1\$s établissement radié", "et %1\$s établissements radiés", $this->nbEtabRadie), $this->nbEtabRadie);?>
|
||||
</td>
|
||||
</tr>
|
||||
<div id="content">
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></small></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->translate("Actif")?> / <?=$this->translate("Inactif")?></td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<form name="options" method="post" action="<?=$this->url(array(
|
||||
'controller' => 'identite',
|
||||
'action' => 'etablissements',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
), 'default', true);?>">
|
||||
<select name="actif">
|
||||
<option value="-1"<?=($this->actif==-1)? ' selected' : '';?>><?=$this->translate("Tous")?></option>
|
||||
<option value="1"<?=($this->actif==1)? ' selected' : '';?>><?=$this->translate("Actif")?></option>
|
||||
<option value="0"<?=($this->actif==0)? ' selected' : '';?>><?=$this->translate("Inactif")?></option>
|
||||
</select>
|
||||
<input type="submit" name="selection" value="Ok">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2><?=$this->translate("Liste des établissements")?></h2>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<p><?=$this->translate($this->translate()->getTranslator()->plural("L'entreprise a %1\$s établissement", "L'entreprise a %1\$s établissements", $this->nbEtabTotal), $this->nbEtabTotal);?>.</p>
|
||||
<?php if ($this->actif == -1 && is_array($this->etabs) && count($this->etabs)>0){ ?>
|
||||
<p>
|
||||
<?=$this->translate($this->translate()->getTranslator()->plural("Affichage de %1\$s établissement actif", "Affichage de %1\$s établissements actifs", $this->nbEtabActif), $this->nbEtabActif);?>
|
||||
<?=$this->translate($this->translate()->getTranslator()->plural("et %1\$s établissement radié", "et %1\$s établissements radiés", $this->nbEtabRadie), $this->nbEtabRadie);?>.
|
||||
</p>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Établissements</h2>
|
||||
<?php if (count($this->etabs)>0) { ?>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<form class="form-inline" name="options" method="post" action="<?=$this->url(array('controller'=>'identite',
|
||||
'action'=>'etablissements', 'siret'=>$this->siret, 'id'=>$this->id), 'default', true);?>">
|
||||
<div class="form-group form-group-sm">
|
||||
<label><?=$this->translate("Actif")?> / <?=$this->translate("Inactif")?></label>
|
||||
<select class="form-control" name="actif">
|
||||
<option value="-1"<?=($this->actif==-1)? ' selected' : '';?>><?=$this->translate("Tous")?></option>
|
||||
<option value="1"<?=($this->actif==1)? ' selected' : '';?>><?=$this->translate("Actif")?></option>
|
||||
<option value="0"<?=($this->actif==0)? ' selected' : '';?>><?=$this->translate("Inactif")?></option>
|
||||
</select>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-default btn-sm">Ok</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="paragraph">
|
||||
<table class="data">
|
||||
<?php if (count($this->etabs)>0) { ?>
|
||||
<table class="table table-bordered table-condensed">
|
||||
<?php foreach ($this->etabs as $etab) { ?>
|
||||
<?php
|
||||
if ($etab->Siege==1) $type = 'siège ';
|
||||
@ -64,19 +51,15 @@
|
||||
|
||||
if(intval($etab->Nic)==0 || intval($etab->Nic)>=99990) $type.=' provisoire';
|
||||
|
||||
$href = $this->url(array(
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->siren.$etab->Nic,
|
||||
'id' => $this->id,
|
||||
), 'default', true);
|
||||
$href = $this->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=>$this->siren.$etab->Nic,
|
||||
'id'=>$this->id), 'default', true);
|
||||
?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="50" valign="top">
|
||||
<td valign="top">
|
||||
<b><a title="<?=$this->translate("Voir la fiche d'identité")?>" href="<?=$href?>"><?=$etab->Nic?></a></b>
|
||||
</td>
|
||||
<td class="StyleInfoData" width="70" valign="top"><?=$type?></td>
|
||||
<td class="StyleInfoData" width="250">
|
||||
<td valign="top"><?=$type?></td>
|
||||
<td>
|
||||
<?php
|
||||
if ($etab->Enseigne!='') {
|
||||
?>
|
||||
@ -110,7 +93,7 @@
|
||||
</tr>
|
||||
<?php } ?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php if ($this->PageTotal>1) {?>
|
||||
<div class="paragraph">
|
||||
<div class="pagination clearfix">
|
||||
|
@ -1,53 +1,30 @@
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div id="center">
|
||||
<?php }?>
|
||||
<h1>LISTE DES ÉVÉNEMENTS</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance',null,array('source' => 'insee','siret'=>$this->siret))?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<h2>Événements INSEE</h2>
|
||||
<h2>Liste des événements INSEE</h2>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div class="paragraph">
|
||||
<p>
|
||||
<?php if ( $this->Entreprise == 1 ) {?>
|
||||
Liste des événements de l'entreprise. <a href="<?=$this->url(array(
|
||||
'controller'=>'identite',
|
||||
'action'=>'evenements',
|
||||
'siret'=>$this->siret,
|
||||
'nic'=>$this->Nic), 'default', true)?>">Afficher uniquement les événements de l'établissement.</a>
|
||||
Liste des événements de l'entreprise. <a href="<?=$this->url(array('controller'=>'identite', 'action'=>'evenements',
|
||||
'siret'=>$this->siret, 'nic'=>$this->Nic), 'default', true)?>">Afficher uniquement les événements de l'établissement.</a>
|
||||
<?php } else {?>
|
||||
Liste des événements uniquement sur l'établissement <?=$this->Nic?>.
|
||||
<a href="<?=$this->url(array(
|
||||
'controller'=>'identite',
|
||||
'action'=>'evenements',
|
||||
'siret'=>$this->siret), 'default', true)?>">Afficher tous les événements de l'entreprise.</a>
|
||||
<a href="<?=$this->url(array('controller'=>'identite', 'action'=>'evenements', 'siret'=>$this->siret),
|
||||
'default', true)?>">Afficher tous les événements de l'entreprise.</a>
|
||||
<?php }?>
|
||||
</div>
|
||||
</p>
|
||||
<?php }?>
|
||||
|
||||
<?php if ( count($this->evens)==0 ) { ?>
|
||||
<div class="paragraph">Aucun évènement n'est présent dans notre base</div>
|
||||
<p>Aucun évènement n'est présent dans notre base</p>
|
||||
<?php } else { ?>
|
||||
<div class="paragraph">
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<?php
|
||||
foreach ($this->evens as $i=>$even) {
|
||||
if ($even->Siege==1) $type='siège';
|
||||
@ -65,7 +42,7 @@ Liste des événements uniquement sur l'établissement <?=$this->Nic?>.
|
||||
), 'default', true).'">';
|
||||
?>
|
||||
<tr>
|
||||
<td class="StyleInfoLib" width="80" valign="top">
|
||||
<td width="80" valign="top">
|
||||
<?php $date = new Zend_Date($even->DateInfo, 'yyyyMMdd')?>
|
||||
<?=$date->toString('dd/MM/yyyy')?>
|
||||
</td>
|
||||
@ -85,7 +62,6 @@ Liste des événements uniquement sur l'établissement <?=$this->Nic?>.
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php if ( $this->PageTotal>1 ) {?>
|
||||
<div class="paragraph">
|
||||
|
@ -5,12 +5,12 @@
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="200">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<img src="/themes/default/images/interfaces/aideligne.png" width="16" height="16" style="display:none;"/>
|
||||
<div id="<?=$this->id?>" style="display:none;"><?=$this->aide?></div>
|
||||
<?php } ?></td>
|
||||
<td width="200" class="StyleInfoLib"><?=$this->label?></td>
|
||||
<td width="200"><?=$this->label?></td>
|
||||
<?php
|
||||
if (!empty($this->titre)) {
|
||||
$titre = ' title="'.$this->titre.'"';
|
||||
|
@ -1,27 +1,25 @@
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></small></h1>
|
||||
</div>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php if ( $this->message ) {?>
|
||||
|
||||
<h2>Informations</h2>
|
||||
<div class="paragraph">
|
||||
<div style="padding:0.7em;" class="ui-state-highlight ui-corner-all">
|
||||
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
|
||||
<strong><?=$this->message?></strong></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php } else {?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<div class="paragraph row">
|
||||
<div class="col-md-6">
|
||||
<?php if ( !empty($this->surveillance) ) {?>
|
||||
<?php echo $surveillances = $this->action('infos','surveillance', null, array('siret' => $this->siret))?>
|
||||
<?php }?>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="row">
|
||||
<div class="col-md-offset-6 col-md-6">
|
||||
<?php if (!empty($this->dateDerMaj)) { ?>
|
||||
<a class="datemaj pull-right" href="#">
|
||||
<?=$this->translate("Dernière mise à jour le")?> <?=$this->dateDerMaj?>
|
||||
@ -33,7 +31,7 @@
|
||||
<?php }?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
<h1 class="titre"><?=$this->translate("FICHE D'IDENTITÉ");?></h1>
|
||||
<h2><?=$this->translate("Fiche d'identite");?></h2>
|
||||
<?php }?>
|
||||
|
||||
<div class="paragraph">
|
||||
@ -57,42 +55,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreSiren']);
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2><?=$this->translate("Dénomination sociale & Coordonnées")?></h2>
|
||||
<div class="paragraph">
|
||||
|
||||
<?php if ( empty($this->AutrePage) && $this->accessWorldCheck) { ?>
|
||||
<div style="float:right;">
|
||||
<img style="cursor:pointer;" class="wcheck" data-url="<?=$this->url(array(
|
||||
'controller'=>'worldcheck',
|
||||
'action'=>'occurence',
|
||||
'dirSociete'=>$this->infos->Nom,
|
||||
'dirSocNom2'=>$this->infos->Nom2,
|
||||
'dirSocNomLong'=>$this->infos->NomLong,
|
||||
'dirSocCommercial'=>$this->infos->NomCommercial,
|
||||
'dirSocSigle'=>$this->infos->Sigle,
|
||||
'dirSocSigleLong'=>$this->infos->SigleLong,
|
||||
'dirSocEnseigne'=>$this->infos->Enseigne,
|
||||
'dirSocEnseigneLong'=>$this->infos->EnseigneLong,
|
||||
'dirType' =>'ORGANISATION',
|
||||
'siren'=>substr($this->siret, 0, 9)
|
||||
), 'default', true)?>" src="/themes/default/images/worldcheck/wc.png"/>
|
||||
</div>
|
||||
<script>
|
||||
$('img.wcheck').each(function(){
|
||||
$(this).qtip({
|
||||
hide: { event: 'unfocus' },
|
||||
show: { solo: true, delay: 500 },
|
||||
content: {
|
||||
button: true,
|
||||
title: 'WorlCheck',
|
||||
text: "Chargement...",
|
||||
ajax: { url: $(this).data('url') } },
|
||||
position: { my: 'right center', at: 'left center' }
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?php }?>
|
||||
|
||||
<h3><?=$this->translate("Dénomination sociale & Coordonnées")?></h3>
|
||||
<table>
|
||||
<?php
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['RaisonSociale']);
|
||||
@ -114,10 +77,8 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Web']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Mail']);
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2><?=$this->translate("Activité(s) & Chiffre d'affaires")?></h2>
|
||||
<div class="paragraph">
|
||||
<h3><?=$this->translate("Activité(s) & Chiffre d'affaires")?></h3>
|
||||
<table>
|
||||
<?php
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEn']);
|
||||
@ -137,24 +98,17 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Effectif']);
|
||||
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['EffectifEtab']);
|
||||
?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
|
||||
<?=$this->action('geo', 'identite', null, array('infos' => $this->infos));?>
|
||||
<?=$this->action('news', 'identite');?>
|
||||
|
||||
<div class="paragraph" style="clear:both;">
|
||||
<div class="paragraph clearfix">
|
||||
<a href="<?=$this->url(array('controller'=>'identite','action'=>'corporama', 'siret'=>$this->siret), 'default', true)?>" title="Toute la puissance des réseaux sociaux professionnels pour identifier rapidement un interlocuteur et accéder à ses coordonnées">
|
||||
Actualités de la société <?=$this->raisonSociale?> sur le Web</a>
|
||||
</div>
|
||||
|
||||
<?php if ( !empty($this->surveillance) ) {?>
|
||||
<div class="paragraph" style="clear:both;">
|
||||
<?=$surveillances?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
|
||||
<?php if ( empty($this->AutrePage) ) {?>
|
||||
|
@ -57,7 +57,7 @@ span.title { float:right; margin:0 10px; }
|
||||
echo $font2;
|
||||
?>
|
||||
</td>
|
||||
<td class="StyleInfoLib" width="300">
|
||||
<td width="300">
|
||||
<?php
|
||||
echo $font1;
|
||||
echo $lien->RaisonSociale;
|
||||
@ -172,7 +172,7 @@ span.title { float:right; margin:0 10px; }
|
||||
<?php if($this->infos->Identite->SituationJuridique=='P'): ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" valign="top" class="StyleInfoLib">Tribunal :</td>
|
||||
<td width="200" valign="top">Tribunal :</td>
|
||||
<td width="300" class="StyleInfoData"><a href="<?=$this->url(array(
|
||||
'controller' => 'juridique',
|
||||
'action' => 'competences',
|
||||
@ -182,7 +182,7 @@ span.title { float:right; margin:0 10px; }
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" valign="top" class="StyleInfoLib"> </td>
|
||||
<td width="200" valign="top"> </td>
|
||||
<td width="300" class="StyleInfoData"> </td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
@ -193,7 +193,7 @@ if(count($this->infos->Organes->item)>0) {
|
||||
?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" valign="top" class="StyleInfoLib"><?=$organe->admfonction?></td>
|
||||
<td width="200" valign="top"><?=$organe->admfonction?></td>
|
||||
<td width="300" class="StyleInfoData"><?=$organe->admnom?><br/>
|
||||
<?=$organe->admadrNum?> <?=$organe->admadrVoie?> <?=$organe->admadrCP?> <?=$organe->admadrVille?>
|
||||
</td>
|
||||
@ -204,7 +204,7 @@ if(count($this->infos->Organes->item)>0) {
|
||||
?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" valign="top" class="StyleInfoLib">Néant</td>
|
||||
<td width="200" valign="top">Néant</td>
|
||||
<td width="300" class="StyleInfoData"></td>
|
||||
</tr>
|
||||
<?php
|
||||
@ -267,7 +267,7 @@ if(isset($this->infos->Identite->dateCessationPaiement) && !empty($this->infos->
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" valign="top" class="StyleInfoLib">Cessation des paiements, le</td>
|
||||
<td width="200" valign="top">Cessation des paiements, le</td>
|
||||
<td width="300" class="StyleInfoData"><?=$date->toString('dd/MM/yyyy')?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,35 +1,33 @@
|
||||
<div id="center">
|
||||
<h1>Informations Groupe</h1>
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<h2>Informations Groupe <?=$this->result->grpNom?></h2>
|
||||
<?php if ($this->result->grpSiren=='') {?>
|
||||
<div class="paragraph">Aucune information disponible.</div>
|
||||
<?php } elseif (is_string($result)) { ?>
|
||||
<div class="paragraph"><?=$result?></div>
|
||||
<?php } else {?>
|
||||
<style>
|
||||
table.secteurs { width:100%; border-collapse:collapse; }
|
||||
table.secteurs th { border:1px solid; padding:5px; font-weight:bold;}
|
||||
table.secteurs td { border:1px solid; padding:5px; }
|
||||
</style>
|
||||
|
||||
<h2>Groupe <?=$this->result->grpNom?></h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<table class="table table-condensed">
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib" style="font-weight:bold;">Siren</td>
|
||||
<td width="350" class="StyleInfoData" style="font-weight:bold;"><?=$this->result->grpSiren?></td>
|
||||
<td style="font-weight:bold;">Siren</td>
|
||||
<td style="font-weight:bold;"><?=$this->result->grpSiren?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">TVA</td>
|
||||
<td width="350" class="StyleInfoData"><?=substr($this->result->grpTva,0,2).' '.
|
||||
substr($this->result->grpTva,2,2).' '.
|
||||
substr($this->result->grpTva,-9)?></td>
|
||||
<td>TVA</td>
|
||||
<td><?=substr($this->result->grpTva,0,2).' '.substr($this->result->grpTva,2,2).' '.substr($this->result->grpTva,-9)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">RCS <?=preg_replace('/(^TC |^TI |^TGIcc |^TMX )/i','',$this->result->grpTribunal)?></td>
|
||||
<td width="300">RCS <?=preg_replace('/(^TC |^TI |^TGIcc |^TMX )/i','',$this->result->grpTribunal)?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->result->grpNumRC?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">ISIN</td>
|
||||
<td width="300">ISIN</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->result->grpIsin?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -37,15 +35,15 @@ table.secteurs td { border:1px solid; padding:5px; }
|
||||
<td width="350"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Nom du groupe</td>
|
||||
<td width="300">Nom du groupe</td>
|
||||
<td width="350" class="StyleInfoData" style="font-weight:bold;"><?=$this->result->grpNom?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Sigle</td>
|
||||
<td width="300">Sigle</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->result->grpSigle?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Adresse</td>
|
||||
<td width="300">Adresse</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->result->grpAdrNum . ' ' . $this->result->grpAdrBtq . ' ' . $this->result->grpAdrTypeVoie ?>
|
||||
<?=$this->result->grpadrLibVoie?><br/>
|
||||
@ -54,7 +52,7 @@ table.secteurs td { border:1px solid; padding:5px; }
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Code Commune</td>
|
||||
<td width="300">Code Commune</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->result->grpAdrDep . $this->result->grpAdrCom?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -62,15 +60,15 @@ table.secteurs td { border:1px solid; padding:5px; }
|
||||
<td width="350"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Tél.</td>
|
||||
<td width="300">Tél.</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->result->grpTel?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Fax</td>
|
||||
<td width="300">Fax</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->result->grpFax?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Site Web</td>
|
||||
<td width="300">Site Web</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->result->grpWeb?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -78,20 +76,20 @@ table.secteurs td { border:1px solid; padding:5px; }
|
||||
<td width="350"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Année de création</td>
|
||||
<td width="300">Année de création</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->result->grpAnneCreation?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Grand Groupe Français</td>
|
||||
<td width="300">Grand Groupe Français</td>
|
||||
<td width="350" class="StyleInfoData"><?=($this->result->grpGrandGroupeFr==1) ? 'Oui' : 'Non';?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Nombre d'entreprises Française du groupe</td>
|
||||
<td width="300">Nombre d'entreprises Française du groupe</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->result->grpNbEntrep?></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">Effectif salarié du groupe en France</td>
|
||||
<td width="300">Effectif salarié du groupe en France</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->result->grpEffectif, 0, ',', ' ')?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -99,12 +97,12 @@ table.secteurs td { border:1px solid; padding:5px; }
|
||||
<td width="350"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">CA France</td>
|
||||
<td width="300">CA France</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->result->grpCA, 0, ',', ' ')?> €</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="300" class="StyleInfoLib">CA Export</td>
|
||||
<td width="300">CA Export</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->result->grpCAExport, 0, ',', ' ')?> €</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -112,20 +110,18 @@ table.secteurs td { border:1px solid; padding:5px; }
|
||||
<td width="350"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="350" colspan="2" class="StyleInfoLib">
|
||||
<td width="350" colspan="2">
|
||||
<a id="groupesarbo" title="Arborescence du groupe" href="<?=$this->url(array(
|
||||
'controller'=>'identite','action'=>'groupesarbo', 'siret'=>$this->siren), null, true)
|
||||
?>">Organigramme du groupe</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Secteurs</h2>
|
||||
<div class="paragraph">
|
||||
<table class="secteurs">
|
||||
<table class="table table-bordered secteurs">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th width="150">Secteurs</th>
|
||||
<th>Secteurs</th>
|
||||
<th colspan="2">Nb Entrep.</th>
|
||||
<th colspan="2">CA</th>
|
||||
<th colspan="2">Effectif</th>
|
||||
@ -143,7 +139,6 @@ table.secteurs td { border:1px solid; padding:5px; }
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
|
@ -5,12 +5,12 @@
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="200">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,58 +1,46 @@
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small>
|
||||
<?php if ($this->siren) {?> <?=$this->SirenTexte($this->siren)?> <?php }?>
|
||||
<?php if ($this->isin) {?>ISIN : <?=$this->isin?> <?php }?>
|
||||
</small></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<h1>LIENS INTER-ENTREPRISES</h1>
|
||||
<h1>Liens Inter-Entreprises</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<?php if ($this->siren) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if ($this->isin) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">ISIN</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->isin?></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if (isset ($this->identification->item) && count($this->identification->item)>0) {?>
|
||||
<?php foreach ($this->identification->item as $id) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"><?=$id->label?></td>
|
||||
<td width="200"><?=$id->label?></td>
|
||||
<td width="350" class="StyleInfoData"><?=$id->num?></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->actif) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Actif</td>
|
||||
<td width="200">Actif</td>
|
||||
<td width="350" class="StyleInfoData"><?=($this->actif==1) ? 'Oui' : 'Non'?></td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if ($this->liengroupe) { ?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" colspan="2" class="StyleInfoLib">
|
||||
<td width="550" colspan="2">
|
||||
<a id="groupesarbo" title="Arborescence du groupe" href="<?=$this->liengroupe?>">Organigramme du groupe</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib" valign="top">Documents</td>
|
||||
<td width="350" class="StyleInfoLib">
|
||||
<td width="200" valign="top">Documents</td>
|
||||
<td width="350">
|
||||
<?php
|
||||
if ($this->siren) {
|
||||
echo $this->action('liendoc', 'identite', null, array('id'=>$this->siren, 'type'=>'Siren'));
|
||||
@ -64,8 +52,8 @@
|
||||
<?php if ($this->edition) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"></td>
|
||||
<td width="350" class="StyleInfoLib">
|
||||
<td width="200"></td>
|
||||
<td width="350">
|
||||
<?php
|
||||
if ($this->siren) {
|
||||
$href = $this->url(array('controller'=>'saisie','action'=>'liendoc','siren'=>$this->siren, 'type'=>'Entreprise'), 'default', true);
|
||||
@ -81,8 +69,8 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"></td>
|
||||
<td width="350" class="StyleInfoLib">
|
||||
<td width="200"></td>
|
||||
<td width="350">
|
||||
<?php
|
||||
if ($this->siren) {
|
||||
$href = $this->url(array('controller'=>'saisie', 'action'=>'lienfiche', 'siren'=>$this->siren),null,true);
|
||||
@ -96,22 +84,11 @@
|
||||
<a class="confirm" title="Fiche suppression" href="<?=$hrefSuppr; ?>">Supprimer la fiche</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance', null, array(
|
||||
'source' => 'liens',
|
||||
'siret' => $this->siret
|
||||
))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
<?php if ($this->PP) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib"></td>
|
||||
<td width="350" class="StyleInfoLib">
|
||||
<td width="200"></td>
|
||||
<td width="350">
|
||||
<?php
|
||||
$date = new Zend_Date($this->naissanceDate, 'YYYY-MM-dd');
|
||||
$param = array(
|
||||
@ -133,20 +110,13 @@
|
||||
<?php }?>
|
||||
|
||||
<?php $liste = array('actionnaires', 'participations');?>
|
||||
<style>
|
||||
a.lienNom{color:#535353;}
|
||||
a.lienNom:link{color:#535353;}
|
||||
a.lienNom:hover{color:#535353;}
|
||||
a.lienNom:active{color:#535353;}
|
||||
a.lienNom:visited {color:#535353;}
|
||||
</style>
|
||||
|
||||
<?php foreach ($liste as $part) {?>
|
||||
|
||||
<?php if ($part == 'actionnaires') {?>
|
||||
<h2>Actionnariat</h2>
|
||||
<h3>Actionnariat</h3>
|
||||
<?php } else {?>
|
||||
<h2>Participations</h2>
|
||||
<h3>Participations</h3>
|
||||
<?php }?>
|
||||
|
||||
<div class="paragraph">
|
||||
@ -172,7 +142,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
<?php }?>
|
||||
|
||||
<?php if ( count($this->$part)>0 ) {?>
|
||||
<table class="data">
|
||||
<table class="table table-condensed table-hover">
|
||||
<?php foreach ($this->$part as $lien) {?>
|
||||
<?php
|
||||
$trStyle = '';
|
||||
@ -181,7 +151,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
}
|
||||
?>
|
||||
<tr<?=$trStyle?>>
|
||||
<td class="StyleInfoData" width="50">
|
||||
<td>
|
||||
<?php
|
||||
if ($lien->PDetention>0) echo $lien->PDetention.' %';
|
||||
elseif ($lien->MajMin=='+') echo 'major.'; // Traiter l'affichage ou les arbres comme si %=51
|
||||
@ -198,7 +168,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
else echo ' ';
|
||||
?>
|
||||
</td>
|
||||
<td class="StyleInfoLib lienfiche" id="<?=$lien->idFiche?>" width="350">
|
||||
<td class="lienfiche" id="<?=$lien->idFiche?>">
|
||||
<?php if (intval($lien->siren)!=0) {?>
|
||||
<a class="lienNom" href="<?=$this->url(array('controller'=>'identite','action'=>'liens','siret'=>$lien->siren), null, true)?>">
|
||||
<?php } else {?>
|
||||
@ -226,7 +196,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
?>
|
||||
</td>
|
||||
<?php if (empty($this->AutrePage) && $this->edition) {?>
|
||||
<td width="150">
|
||||
<td>
|
||||
<a class="documentsLien" title="Documents associés" href="<?=$this->url(array('controller'=>'identite','action'=>'liendoc','id'=>$lien->id,'type'=>'Lien'), null, true)?>">+</a>
|
||||
<?php if ($part == 'actionnaires') {?>
|
||||
<a class="dialog" title="Fusionner/Déplacer actionnaire" href="<?=$this->url(array('controller'=>'saisie','action'=>'lienchange','mode'=>'moveact','idLien'=>$lien->id,'lienref'=>$lien->idFiche), null, true)?>"><img src="/themes/default/images/interfaces/page_swap.png" /></a>
|
||||
@ -270,11 +240,11 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
|
||||
<?php if ( count($this->directions)>0 ) {?>
|
||||
<h2>Fonctions de directions</h2>
|
||||
<div class="paragraph">
|
||||
<table class="data">
|
||||
<table class="table table-condensed table-hover">
|
||||
<?php foreach ($this->directions as $lien) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoData" width="100" valign="top"><strong><?=$lien->fonction?> de</strong></td>
|
||||
<td class="StyleInfoData" width="500">
|
||||
<td valign="top"><strong><?=$lien->fonction?> de</strong></td>
|
||||
<td>
|
||||
<b><?=$lien->nom?></b>
|
||||
<?php if ( $lien->dirNom!='' ) {?>
|
||||
<br/>représenté par <b><?=$lien->dirNom?></b>
|
||||
|
@ -28,17 +28,17 @@
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant SIRET</td>
|
||||
<td width="200">Numéro identifiant SIRET</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SiretTexte($this->siret)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Adresse source officielle</td>
|
||||
<td width="200">Adresse source officielle</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->adresse?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -1,41 +1,25 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">ANNONCES LÉGALES</h1>
|
||||
<div class="paragraph">
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200"></td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->raisonSociale?>
|
||||
<?php if($this->hasModeEdition) : ?>
|
||||
<a href="<?=$this->url(array(
|
||||
'controller' => 'saisie',
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
), 'default', true)?>">(Edition)</a>
|
||||
<?php endif; ?>
|
||||
<?php if($this->hasModeEdition) { ?>
|
||||
<a href="<?=$this->url(array('controller' => 'saisie', 'action' => 'fiche', 'siret' => $this->siret,
|
||||
'id' => $this->id), 'default', true)?>">(Edition)</a>
|
||||
<?php } ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance', null, array(
|
||||
'source' => 'annonces',
|
||||
'siret' => $this->siret
|
||||
))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<h2 class="titre">Annonces légales</h2>
|
||||
<?php
|
||||
switch ($this->annonce['Type']) {
|
||||
case 'balo':
|
||||
@ -53,7 +37,6 @@ switch ($this->annonce['Type']) {
|
||||
break;
|
||||
}
|
||||
?>
|
||||
<div class="paragraph">
|
||||
|
||||
<?php if (!empty($this->annonce['Deleted'])) {?>
|
||||
<div class="ui-widget">
|
||||
@ -106,9 +89,8 @@ if ($this->hasModeEdition){
|
||||
?>
|
||||
</p>
|
||||
|
||||
<p class="StyleInfoLib"><b><?=$this->annonce['Even']?></b></p>
|
||||
<p><b><?=$this->annonce['Even']?></b></p>
|
||||
<p><code><?=$this->RemplaceSiren($this->annonce['Texte'])?></code></p>
|
||||
</div>
|
||||
|
||||
<div class="paragraph" style="text-align:center;">
|
||||
<?php if ( $this->lienBodacc ) { ?>
|
||||
|
@ -5,7 +5,7 @@ if ($this->deleted!='') {
|
||||
}
|
||||
?>
|
||||
<tr<?=$class?>>
|
||||
<td width="140" class="StyleInfoLib">
|
||||
<td width="140">
|
||||
<span id="annoncesDate">Le <?=$this->date?></span>
|
||||
</td>
|
||||
<td>
|
||||
|
@ -1,154 +1,50 @@
|
||||
<?php if (empty($this->AutrePage)):?>
|
||||
<div id="center">
|
||||
<?php endif;?>
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="content">
|
||||
|
||||
<?php if (empty($this->AutrePage)):?>
|
||||
<h1 class="titre">ANNONCES LÉGALES</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?>
|
||||
<?php if($this->hasModeEdition) : ?>
|
||||
<a href="<?=$this->url(array(
|
||||
'controller' => 'saisie',
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
))?>">(Edition)</a>
|
||||
<?php endif ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance', null, array(
|
||||
'source' => 'annonces',
|
||||
'siret' => $this->siret
|
||||
))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->AutreSource){ ?>
|
||||
<h2>EVÉNEMENTS LÉGAUX</h2>
|
||||
<div class="paragraph">
|
||||
Aucune annonces disponible pour cette entité.
|
||||
</div>
|
||||
<h2>Evénements légaux</h2>
|
||||
<p>Aucune annonces disponible pour cette entité.</p>
|
||||
<?php } else {?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<style>
|
||||
div.blockType {
|
||||
width:140px;
|
||||
height:25px;
|
||||
line-height:20px;
|
||||
padding:2px;
|
||||
margin:5px;
|
||||
text-align:center;
|
||||
float:left;
|
||||
display:block;
|
||||
border-radius: 10px;
|
||||
background-color: #606060;
|
||||
}
|
||||
|
||||
div.blockTypeActive {
|
||||
width:140px;
|
||||
height:25px;
|
||||
line-height:20px;
|
||||
padding:2px;
|
||||
margin:5px;
|
||||
text-align:center;
|
||||
float:left;
|
||||
display:block;
|
||||
border-radius: 10px;
|
||||
background-color:#2f343a;
|
||||
border-color:#2f343a;
|
||||
}
|
||||
|
||||
div.blockType:hover {
|
||||
background-color:#2f343a;
|
||||
border-color:#2f343a;
|
||||
}
|
||||
|
||||
div.blockTypeActive span.nb {
|
||||
background-color: #00008C;
|
||||
font-weight: bold;
|
||||
padding: 2px 4px;
|
||||
font-size: 10px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
div.blockType span.nb {
|
||||
background-color: #A0A0A0;
|
||||
font-weight: bold;
|
||||
padding: 2px 4px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
a.lienType {
|
||||
width:140px;
|
||||
vertical-align:middle;
|
||||
display:inline-block;
|
||||
line-height:1.2;
|
||||
color: #FFFFFF;
|
||||
font-weight:bold;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="paragraph">
|
||||
<div class="clearfix" style="margin:0 auto 5px auto;">
|
||||
|
||||
<div id="TypeBodacc" class="blockType<?php if ($this->vue=='bodacc') echo 'Active';?>">
|
||||
<a class="lienType" title="Annonces légales" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'bodacc', 'siret'=>$this->siret, 'id'=>$this->id))?>">Annonces Légales</a>
|
||||
</div>
|
||||
|
||||
<div id="TypeBalo" class="blockType<?php if ($this->vue=='balo') echo 'Active';?>">
|
||||
<a class="lienType" title="Bulletin des Annonces Légales Obligatoires" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'balo', 'siret'=>$this->siret, 'id'=>$this->id))?>">B.A.L.O.</a>
|
||||
</div>
|
||||
|
||||
<div id="TypeBoamp" class="blockType<?php if ($this->vue=='bomp') echo 'Active';?>">
|
||||
<a class="lienType" title="Bulletin officiel des annonces des marchés publics" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'bomp', 'siret'=>$this->siret, 'id'=>$this->id))?>">B.O.A.M.P.</a>
|
||||
</div>
|
||||
|
||||
<div id="TypeAsso" class="blockType<?php if ($this->vue=='asso') echo 'Active';?>">
|
||||
<a class="lienType" title="Journal Officiel des Associations" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'asso', 'siret'=>$this->siret, 'id'=>$this->id))?>">J.O Associations</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<ul class="nav nav-pills" role="tablist">
|
||||
<li role="presentation" class="<?php if ($this->vue=='bodacc') echo 'active';?>">
|
||||
<a id="TypeBodacc" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'bodacc',
|
||||
'siret'=>$this->siret, 'id'=>$this->id))?>">Annonces légales</a></li>
|
||||
<li role="presentation" class="<?php if ($this->vue=='balo') echo 'active';?>">
|
||||
<a id="TypeBalo" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'balo',
|
||||
'siret'=>$this->siret, 'id'=>$this->id))?>">B.A.L.O.</a></li>
|
||||
<li role="presentation" class="<?php if ($this->vue=='bomp') echo 'active';?>">
|
||||
<a id="TypeBoamp" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'bomp',
|
||||
'siret'=>$this->siret, 'id'=>$this->id))?>">B.O.A.M.P.</a></li>
|
||||
<li role="presentation" class="<?php if ($this->vue=='asso') echo 'active';?>">
|
||||
<a id="TypeAsso" href="<?=$this->url(array('controller'=>'juridique', 'action'=>'annonces', 'vue'=>'asso',
|
||||
'siret'=>$this->siret, 'id'=>$this->id))?>">J.O Associations</a></li>
|
||||
</ul>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->vue=='bodacc'){ ?>
|
||||
<h2>EVÉNEMENTS LÉGAUX</h2>
|
||||
<div class="paragraph">
|
||||
<h2>Annonces légales</h2>
|
||||
<?php if(count($this->annoncesBodacc)==0){ ?>
|
||||
Néant
|
||||
<p>Néant</p>
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBodacc)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->vue=='balo'){ ?>
|
||||
<h2>BALO</h2>
|
||||
<div class="paragraph">
|
||||
<?php if(count($this->annoncesBalo)==0){ ?>
|
||||
Néant
|
||||
<p>Néant</p>
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBalo)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
@ -174,28 +70,24 @@ $('select[name=filtre]').on('change',function(){
|
||||
</div>
|
||||
|
||||
<h2>Marchés publics</h2>
|
||||
<div class="paragraph">
|
||||
<?php if (count($this->annoncesBomp)==0) { ?>
|
||||
Néant
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBomp)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if ($this->vue=='asso') { ?>
|
||||
<h2>Associations</h2>
|
||||
<div class="paragraph">
|
||||
<?php if (count($this->annoncesAsso)==0){ ?>
|
||||
Néant
|
||||
<p>Néant</p>
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesAsso)?>
|
||||
</table>
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
@ -222,7 +114,7 @@ Néant
|
||||
<script>
|
||||
$.get('/juridique/annoncenum/siren/<?=$this->siren?>', function(data){
|
||||
for (var type in data) {
|
||||
$('div#'+type).append('<span class="nb">'+data[type]+'</span>');
|
||||
$('li a#'+type).append(' <span class="badge">'+data[type]+'</span>');
|
||||
}
|
||||
}, 'json');
|
||||
</script>
|
||||
|
@ -1,16 +1,11 @@
|
||||
<h2>Tribunaux</h2>
|
||||
<div class="paragraph">
|
||||
<h3>Tribunaux</h3>
|
||||
<?php if ( count($this->competences)>0 ) {?>
|
||||
<ul class="StyleInfoData listeCompetences">
|
||||
<ul class="listeCompetences">
|
||||
<?php foreach ($this->competences as $comp) { ?>
|
||||
<li>
|
||||
<b><?=$comp->Nom?></b><br/>
|
||||
<li><b><?=$comp->Nom?></b><br/>
|
||||
<?php if (trim($comp->Siret)<>'') { ?>
|
||||
<b>RCS <a href="<?=$this->partial()->view->url(array(
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $comp->Siret,
|
||||
))?>">
|
||||
<b>RCS <a href="<?=$this->partial()->view->url(array('controller' => 'identite', 'action' => 'fiche',
|
||||
'siret' => $comp->Siret))?>">
|
||||
<?=$this->partial()->view->SiretTexte($comp->Siret)?></a></b>
|
||||
<br/>
|
||||
<?php } ?>
|
||||
@ -34,5 +29,4 @@
|
||||
</ul>
|
||||
<?php } else {?>
|
||||
Aucune information.
|
||||
<?php }?>
|
||||
</div>
|
||||
<?php }?>
|
@ -1,91 +1,28 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">COMPÉTENCES TERRITORIALES</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->SirenTexte($this->siren)?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<tr><td colspan="4" class="StyleInfoData"> </td></tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'tri'
|
||||
))?>">Tribunaux</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'adm'
|
||||
))?>">Administrateurs & Mandataires judiciaires</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'hui'
|
||||
))?>">Huissiers de justice</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'pre'
|
||||
))?>">Préfectures & Sous-préfectures</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'cfe'
|
||||
))?>">Centres de formalités des Entreprises (CCI, Greffes, Métiers, Artisanat, Agriculture, URSSAF, Impôts, etc...)</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="3" class="StyleInfoData">
|
||||
<a href="<?=$this->url(array(
|
||||
'action' => 'competences',
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
'type' => 'jal'
|
||||
))?>">Journaux d'Annonces Légales</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Compétences territoriales</h2>
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item"><a href="<?=$this->url(array('module'=>'legal', 'controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'tri'), 'default', true)?>">Tribunaux</a></li>
|
||||
<li class="list-group-item"><a href="<?=$this->url(array('module'=>'legal', 'controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'adm'), 'default', true)?>">Administrateurs & Mandataires judiciaires</a></li>
|
||||
<li class="list-group-item"><a href="<?=$this->url(array('module'=>'legal', 'controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'hui'), 'default', true)?>">Huissiers de justice</a></li>
|
||||
<li class="list-group-item"><a href="<?=$this->url(array('module'=>'legal', 'controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'pre'), 'default', true)?>">Préfectures & Sous-préfectures</a></li>
|
||||
<li class="list-group-item"><a href="<?=$this->url(array('module'=>'legal', 'controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'cfe'), 'default', true)?>">Centres de formalités des Entreprises (CCI, Greffes, Métiers, Artisanat, Agriculture, URSSAF, Impôts, etc...)</a></li>
|
||||
<li class="list-group-item"><a href="<?=$this->url(array('module'=>'legal', 'controller'=>'juridique', 'action'=>'competences', 'siret'=>$this->siret,
|
||||
'id'=>$this->id, 'type'=>'jal'), 'default', true)?>">Journaux d'Annonces Légales</li>
|
||||
</ul>
|
||||
|
||||
<?php if ($this->type) {?>
|
||||
<?=$this->partial('juridique/competences-'.$this->type.'.phtml', array('competences' => $this->competences))?>
|
||||
<?php }?>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
@ -1,73 +1,37 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">CONVENTIONS COLLECTIVES APPLICABLES</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->SirenTexte($this->siren)?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Conventions collectives</h2>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<?php
|
||||
if (count($this->conventions)>0){
|
||||
foreach ($this->conventions as $conv) {
|
||||
?>
|
||||
<h2>Conventions collectives applicables</h1>
|
||||
<table class="table table-hover">
|
||||
<?php if (count($this->conventions)>0){?>
|
||||
<?php foreach ($this->conventions as $conv) {?>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="20"> </td>
|
||||
<td width="90" class="StyleInfoData">
|
||||
<u>
|
||||
<a href="http://www.legifrance.gouv.fr/rechConvColl.do?champActivite=&champIDCC=&champNumeroBrochure=<?=substr($conv->idCC,0,4)?>&bouton=Rechercher" target="_blank">Brochure <?=substr($conv->idCC,0,4)?>
|
||||
</a>
|
||||
</u>
|
||||
</td>
|
||||
<td width="300" class="StyleInfoData"><b><?=$conv->nomCC?></b>
|
||||
</td>
|
||||
<td class="StyleInfoData"><font size="1"><i>Journal Officiel
|
||||
<?php
|
||||
if (trim($conv->dateCC)<>'') echo ', '.$conv->dateCC;
|
||||
if (trim($conv->nbPageCC)*1>0) echo ', '.$conv->nbPageCC.' pages.';
|
||||
if (trim($conv->isbnCC)<>'') echo '<br/>ISBN '.$conv->isbnCC;
|
||||
?>
|
||||
</i></font></td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr width="100%"/>
|
||||
<td>
|
||||
<u>
|
||||
<a href="http://www.legifrance.gouv.fr/rechConvColl.do?champActivite=&champIDCC=&champNumeroBrochure=<?=substr($conv->idCC,0,4)?>&bouton=Rechercher" target="_blank">
|
||||
Brochure <?=substr($conv->idCC,0,4)?></a>
|
||||
</u>
|
||||
</td>
|
||||
<td width="300" class="StyleInfoData"><b><?=$conv->nomCC?></b></td>
|
||||
<td class="StyleInfoData"><font size="1">
|
||||
<i>Journal Officiel
|
||||
<?php
|
||||
if (trim($conv->dateCC)<>'') echo ', '.$conv->dateCC;
|
||||
if (trim($conv->nbPageCC)*1>0) echo ', '.$conv->nbPageCC.' pages.';
|
||||
if (trim($conv->isbnCC)<>'') echo '<br/>ISBN '.$conv->isbnCC;
|
||||
?>
|
||||
</i></font>
|
||||
</td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
} else {
|
||||
?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="100" class="StyleInfoLib"> </td>
|
||||
<td colspan="2" class="StyleInfoData">Néant</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4"> </td>
|
||||
</tr>
|
||||
<?
|
||||
}
|
||||
?>
|
||||
</td>
|
||||
<?php }?>
|
||||
<?php } else {?>
|
||||
<p>Néant</p>
|
||||
<?php } ?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
@ -1,5 +1,10 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">Contentieux Judiciaires</h1>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2 class="titre">Contentieux judiciaires</h2>
|
||||
|
||||
<?php if ($this->msg) {?>
|
||||
<div class="paragraph">
|
||||
@ -10,40 +15,24 @@
|
||||
</div>
|
||||
<?php } else {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Affaire(s) en tant que</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<form action="<?=$this->url(array('module'=>'default','controller'=>'juridique',
|
||||
'action'=>'ctx'))?>" method="post">
|
||||
<select name="type">
|
||||
<?php foreach($this->TypeList as $k => $v) {?>
|
||||
<option value="<?=$k?>" <?php if ($k==$this->Type){?> selected<?php }?>><?=$v?></option>
|
||||
<?php }?>
|
||||
|
||||
<form class="form-inline" action="<?=$this->url(array('module'=>'default','controller'=>'juridique',
|
||||
'action'=>'ctx'))?>" method="post">
|
||||
<div class="form-group">
|
||||
<label>Affaire(s) en tant que</label>
|
||||
<select class="form-control input-sm" name="type">
|
||||
<?php foreach($this->TypeList as $k => $v) {?>
|
||||
<option value="<?=$k?>" <?php if ($k==$this->Type){?> selected<?php }?>><?=$v?></option>
|
||||
<?php }?>
|
||||
</select>
|
||||
<input type="submit" name="submit" value="OK">
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-sm" name="submit">OK</button>
|
||||
</form>
|
||||
|
||||
<h2>Liste des affaires en tant que <?=$this->TypeLabel?></h2>
|
||||
<div class="paragraph">
|
||||
<?php if (count($this->List) > 0) {?>
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
@ -1,5 +1,10 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">Contentieux Judiciaires</h1>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2 class="titre">Contentieux Judiciaires - Détail</h2>
|
||||
|
||||
<?php if ($this->msg) {?>
|
||||
<div class="paragraph">
|
||||
@ -10,24 +15,7 @@
|
||||
</div>
|
||||
<?php } else {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Détail de l'affaire</h2>
|
||||
<div class="paragraph">
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<tbody>
|
||||
<tr><td>Tribunal</td><td><?=$this->Affaire->GreffeLabel?></td></tr>
|
||||
<tr>
|
||||
@ -105,7 +93,6 @@
|
||||
<?php }?>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php }?>
|
||||
|
||||
|
@ -1,26 +1,11 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">INFORMATIONS RÉGLEMENTÉES</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->SirenTexte($this->siren)?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Informations réglementées <span style="font-weight:normal; font-size:8pt">(sources diffuseurs: BusinessWire / Hugin / actunews / DI Release)</span></h2>
|
||||
<div class="paragraph">
|
||||
<h2>Informations réglementées <small>(sources diffuseurs: BusinessWire / Hugin / actunews / DI Release)</small></h2>
|
||||
|
||||
<?php if (count($this->annonces)>0) {?>
|
||||
|
||||
<?php if ($this->idAnn) {?>
|
||||
@ -35,7 +20,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="550" colspan="3" class="StyleInfoLib"><b><?=$item['titre']?></b></td>
|
||||
<td width="550" colspan="3"><b><?=$item['titre']?></b></td>
|
||||
</tr>
|
||||
<tr><td colspan="4"> </td></tr>
|
||||
<tr>
|
||||
@ -50,31 +35,26 @@
|
||||
</tr>
|
||||
</table>
|
||||
<?php } else {?>
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<tbody>
|
||||
<?php foreach($this->annonces as $item){?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="100" class="StyleInfoLib">Le <?=$item['DateParution']?></td>
|
||||
<td width="450" colspan="2" class="StyleInfoData">
|
||||
<td width="100">Le <?=$item['DateParution']?></td>
|
||||
<td width="450" colspan="2">
|
||||
<a href="<?=$this->url(array('controller'=>'juridique', 'action'=>'infosreg', 'siret'=>$this->siret, 'idann'=>$item['id']),'default',true)?>">
|
||||
<?=$item['titre']?>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php }?>
|
||||
|
||||
<?php } else {?>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="100" class="StyleInfoLib"> </td>
|
||||
<td width="450" colspan="2" class="StyleInfoData">Néant</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Néant</p>
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<?=$this->render('cgu.phtml', $this->cgu)?>
|
||||
</div>
|
@ -1,30 +1,12 @@
|
||||
<div id="center">
|
||||
<h1 class="titre">PROPRIÉTÉ INTELLECTUELLE</h1>
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<?=$this->SirenTexte($this->siren)?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
<?php if ($this->idObject!=0) { ?>
|
||||
|
||||
<?php $item = $this->marques[0]; ?>
|
||||
<h2>Marque déposée - détail</h2>
|
||||
<div class="paragraph">
|
||||
<?php //img ?>
|
||||
<p><strong>Type de Marque</strong> : <?=$item->Perimetre?></p>
|
||||
<p><strong>Marque</strong> : <?=$item->Marques?></p>
|
||||
<p><strong>Classification de Nice</strong> : <?=$item->Classes?></p>
|
||||
@ -48,16 +30,14 @@
|
||||
<?php }?>
|
||||
<?php }?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php } else {?>
|
||||
|
||||
<h2>Marque(s) déposée(s)</h2>
|
||||
<div class="paragraph">
|
||||
<table class="data">
|
||||
<table class="table table-hover">
|
||||
<?php if (count($this->marques)==0) { ?>
|
||||
<tr>
|
||||
<td width="550" colspan="3" class="StyleInfoLib">
|
||||
<td width="550" colspan="3">
|
||||
Aucune marque n'a été déposée par cette entreprise depuis 1982.
|
||||
</td>
|
||||
</tr>
|
||||
@ -79,7 +59,7 @@
|
||||
</a>
|
||||
<div id="document<?=$marque->Depot?>"></div>
|
||||
</td>
|
||||
<td width="400" class="StyleInfoLib">
|
||||
<td width="400">
|
||||
<a href="<?=$this->url(array('controller' => 'juridique', 'action' => 'marques',
|
||||
'siret' => $this->siret, 'idObject' => $marque->Depot ), 'default', true)?>">
|
||||
<?=$marque->Marques?></a>
|
||||
@ -88,7 +68,6 @@
|
||||
<?php } ?>
|
||||
<?php }?>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<?php }?>
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
<input type="hidden" name="mode" value="EMAIL"/>
|
||||
<input type="hidden" name="refCommande" value="<?=$this->refCommande?>"/>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Modifier l'adresse email</label>
|
||||
<label>Modifier l'adresse email</label>
|
||||
<div class="field">
|
||||
<input class="longfield" name="email" type="text" value="<?=$this->email?>" size="100"/>
|
||||
</div>
|
||||
|
@ -1,38 +1,17 @@
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<h1>PIÈCES OFFICIELLES</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance',null,array('source'=>'actes','siret'=>$this->siret))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<div style="margin:5px;" class="ui-state-highlight ui-corner-all">
|
||||
<h2>Actes & Status</h2>
|
||||
|
||||
<div class="ui-state-highlight ui-corner-all">
|
||||
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
|
||||
Les éléments disponibles ci-dessous en téléchargement ou commande peuvent faire l'objet d'une facturation selon vos accords contractuels.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<h2>Actes & Status</h2>
|
||||
<div class="paragraph">
|
||||
<?php if ($this->ErreurMessage) {?>
|
||||
<?=$this->ErreurMessage?>
|
||||
<?php } else {?>
|
||||
@ -91,7 +70,6 @@ Les éléments disponibles ci-dessous en téléchargement ou commande peuvent fa
|
||||
Aucun acte disponible.
|
||||
<?php }?>
|
||||
|
||||
<?php };?>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
</div>
|
@ -5,7 +5,7 @@
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
<td width="200">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
<td width="200">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -42,7 +42,7 @@
|
||||
<input type="hidden" name="mode" value="EMAIL"/>
|
||||
<input type="hidden" name="refCommande" value="<?=$this->refCommande?>"/>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Modifier l'adresse email</label>
|
||||
<label>Modifier l'adresse email</label>
|
||||
<div class="field">
|
||||
<input class="longfield" name="email" type="text" value="<?=$this->email?>" size="100"/>
|
||||
</div>
|
||||
|
@ -1,38 +1,16 @@
|
||||
<div id="center">
|
||||
<div id="content">
|
||||
|
||||
<h1>PIÈCES OFFICIELLES</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td colspan="2" width="550" class="StyleInfoData">
|
||||
<?=$this->action('infos','surveillance',null,array('source'=>'actes','siret'=>$this->siret))?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }?>
|
||||
</table>
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Compte annuels</h1>
|
||||
|
||||
<div style="margin:5px;" class="ui-state-highlight ui-corner-all">
|
||||
<div class="ui-state-highlight ui-corner-all">
|
||||
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
|
||||
Les éléments disponibles ci-dessous en téléchargement ou commande peuvent faire l'objet d'une facturation selon vos accords contractuels.
|
||||
</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
<h2>Compte annuels</h2>
|
||||
<div class="paragraph">
|
||||
<?php if ($this->ErreurMessage) {?>
|
||||
<?=$this->ErreurMessage?>
|
||||
<?php } else {?>
|
||||
@ -106,6 +84,5 @@ Les éléments disponibles ci-dessous en téléchargement ou commande peuvent fa
|
||||
<?php }?>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
</div>
|
@ -1,19 +1,12 @@
|
||||
<div id="center">
|
||||
<h1>COMMANDES DE PIÈCES</h1>
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<?php if (empty($this->AutrePage)) {?>
|
||||
<div id="content">
|
||||
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
<?php }?>
|
||||
|
||||
<h2>Commandes de pièces</h2>
|
||||
|
||||
<?php if( !empty($this->message) ) { ?>
|
||||
<div id="message"><?=$this->message?></div>
|
||||
@ -23,8 +16,7 @@
|
||||
#privilegesM {display:none;}
|
||||
</style>
|
||||
|
||||
<h2>EXTRAIT KBIS</h2>
|
||||
<div class="paragraph">
|
||||
<h3>Extrait KBIS</h3>
|
||||
<?php if ($this->permKbis) {?>
|
||||
|
||||
<?php if ( $this->KbisErreurCJ ) { ?>
|
||||
@ -65,10 +57,9 @@
|
||||
<p class="marge"><?=$this->translate("Vous n'avez pas les droits d'accès pour cette fonctionalité."); ?></p>
|
||||
|
||||
<?php }?>
|
||||
</div>
|
||||
|
||||
<h2>PRIVILÉGES & NANTISSEMENTS</h2>
|
||||
|
||||
<h3>Privilèges et nantissements</h3>
|
||||
<?php if ( $this->permPriv ) {?>
|
||||
|
||||
<div class="paragraph">
|
||||
|
@ -114,7 +114,7 @@
|
||||
<input type="hidden" name="mode" value="EMAIL"/>
|
||||
<input type="hidden" name="refCommande" value="<?=$this->refCommande?>"/>
|
||||
<div class="fieldgrp">
|
||||
<label class="StyleInfoLib">Modifier l'adresse email</label>
|
||||
<label>Modifier l'adresse email</label>
|
||||
<div class="field">
|
||||
<input class="longfield" name="email" type="text" value="<?=$this->email?>" size="100"/>
|
||||
</div>
|
||||
|
@ -9,12 +9,12 @@
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="200">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -28,11 +28,11 @@
|
||||
<td colspan="2"><i>Inscription n° <?=$this->Privilege->Num?> du <?=$date->toString('dd/MM/yyyy')?>, au <?=$this->Privilege->GreffeLabel?></i></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="StyleInfoLib">Montant de la créance</td>
|
||||
<td>Montant de la créance</td>
|
||||
<td><?=number_format($this->Privilege->Mt, 2, ',', ' ')?> <?=$this->Privilege->Devise?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="StyleInfoLib">Organisme créancier</td>
|
||||
<td>Organisme créancier</td>
|
||||
<td>
|
||||
<?=$this->Privilege->CreancierNom?><br/>
|
||||
<?=$this->Privilege->CreancierAdresse1?>
|
||||
@ -45,13 +45,13 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="StyleInfoLib">Date de fraicheur</td>
|
||||
<td>Date de fraicheur</td>
|
||||
<?php $date = new Zend_Date($this->Privilege->DateFresh, 'yyyy-MM-dd')?>
|
||||
<td><?=$date->toString('dd/MM/yyyy')?></td>
|
||||
</tr>
|
||||
<?php if ($this->Privilege->RadiationDate == '0000-00-00' && empty($this->Privilege->RadiationPartiel)) {?>
|
||||
<tr>
|
||||
<td class="StyleInfoLib">Date de fin</td>
|
||||
<td>Date de fin</td>
|
||||
<td>
|
||||
<?php $date = new Zend_Date($this->Privilege->Date, 'yyyy-MM-dd'); ?>
|
||||
<?php
|
||||
@ -68,7 +68,7 @@
|
||||
</tr>
|
||||
<?php }?>
|
||||
<tr>
|
||||
<td class="StyleInfoLib" style="vertical-align:top;">Compléments</td>
|
||||
<td style="vertical-align:top;">Compléments</td>
|
||||
<?php if (!empty($this->Privilege->RadiationDate) && $this->Privilege->RadiationDate!='0000-00-00'
|
||||
|| !empty($this->Privilege->RadiationPartiel)) { ?>
|
||||
<td>
|
||||
@ -96,7 +96,7 @@
|
||||
<?php }?>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="StyleInfoLib">Date Insertion</td>
|
||||
<td>Date Insertion</td>
|
||||
<?php $date = new Zend_Date($this->Privilege->DateInsert,'yyyy-MM-dd')?>
|
||||
<td><?=$date->toString('dd/MM/yyyy')?></td>
|
||||
</tr>
|
||||
|
@ -1,39 +1,26 @@
|
||||
<div id="center">
|
||||
<h1>Synthèse des inscriptions d'endettement</h1>
|
||||
<div id="content">
|
||||
|
||||
<div class="paragraph">
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Numéro identifiant Siren</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->SirenTexte($this->siren)?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="page-header">
|
||||
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></h1>
|
||||
</div>
|
||||
|
||||
<h2>Synthèse</h2>
|
||||
<div class="paragraph">
|
||||
<h2>Synthèse des inscriptions d'endettement</h2>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Nombre total d'inscription(s)</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->PrivilegesNb?></td>
|
||||
<td width="200">Nombre total d'inscription(s)</td>
|
||||
<td width="350"><?=$this->PrivilegesNb?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Montant total des inscriptions</td>
|
||||
<td width="350" class="StyleInfoData"><?=number_format($this->PrivilegesMt, 2, ',', ' ')?></td>
|
||||
<td width="200">Montant total des inscriptions</td>
|
||||
<td width="350"><?=number_format($this->PrivilegesMt, 2, ',', ' ')?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Cumul par type d'inscription</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
<td width="200">Cumul par type d'inscription</td>
|
||||
<td width="350">
|
||||
<?php if (count($this->PrivilegesCumul) > 0) {?>
|
||||
<?php foreach ($this->PrivilegesCumul as $c) {?>
|
||||
<?php if ($c->Type == '04') {?>
|
||||
@ -49,14 +36,13 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<h2>Liste des privilèges</h2>
|
||||
<div class="paragraph">
|
||||
<?php if (count($this->Privileges) > 0) {?>
|
||||
<table class="greffe">
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<tr class="info">
|
||||
<th>Date</th>
|
||||
<th>Type</th>
|
||||
<th>Créancier</th>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<table class="identite">
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">
|
||||
<td width="200">
|
||||
Numéro identifiant Siren
|
||||
</td>
|
||||
<td width="350" class="StyleInfoData">
|
||||
@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="30"> </td>
|
||||
<td width="200" class="StyleInfoLib">Dénomination Sociale</td>
|
||||
<td width="200">Dénomination Sociale</td>
|
||||
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||||
</tr>
|
||||
<?php if ($this->surveillance) {?>
|
||||
|
Loading…
Reference in New Issue
Block a user