Control this->action

This commit is contained in:
Michael RICOIS 2016-06-15 15:28:24 +02:00
parent 11ddb2fd15
commit b614d79b36
7 changed files with 17 additions and 17 deletions

View File

@ -28,7 +28,7 @@
<td width="30">&nbsp;</td>
<td width="200"></td>
<td width="350" class="StyleInfoData">
<?php //$this->action('scorecutoff', 'saisie', 'default', array('siren'=>$this->indiscore->Siren)); ?>
<?php $this->action('scorecutoff', 'index', 'input', array('siren'=>$this->indiscore->Siren)); ?>
</td>
</tr>
<?php }?>

View File

@ -44,8 +44,8 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ChiffreAffaire']
</table>
</div>
<?php
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'));
echo $this->action('liste', 'dirigeant', 'legal', array('siret' => $this->siret, 'id' => $this->id, 'apage' => 'indiscore2'));
echo $this->action('liens', 'identite', 'legal', array('siret' => $this->siret, 'id' => $this->id, 'apage' => 'indiscore2'));
?>
<h3>Eléments financiers</h3>
<div class="paragraph">

View File

@ -18,25 +18,25 @@ $parametresAction = array(
<h2>RAPPORT COMPLET</h2>
<h3>FICHE D'IDENTITÉ</h3>
<?=$this->action('fiche', 'identite', null, array_merge($parametresAction, array('infos'=>$this->Identite)));?>
<?=$this->action('fiche', 'identite', 'legal', array_merge($parametresAction, array('infos'=>$this->Identite)));?>
<h3>DIRIGEANTS</h3>
<?=$this->action('liste', 'dirigeant', null, array_merge($parametresAction, array('infos'=>$this->Dirigeants)));?>
<?=$this->action('liste', 'dirigeant', 'legal', array_merge($parametresAction, array('infos'=>$this->Dirigeants)));?>
<h3>LIENS FINANCIERS</h3>
<?=$this->action('liens', 'identite', null, array_merge($parametresAction, array('infos'=>$this->Liens)));?>
<?=$this->action('liens', 'identite', 'legal', array_merge($parametresAction, array('infos'=>$this->Liens)));?>
<h3>ANNONCES LÉGALES</h3>
<?=$this->action('annonces', 'juridique', null, array_merge($parametresAction, array('infos'=>$this->Annonces)))?>
<?=$this->action('annonces', 'juridique', 'legal', array_merge($parametresAction, array('infos'=>$this->Annonces)))?>
<h3>SYNTHÈSE</h3>
<?=$this->action('synthese', 'finance', null, array_merge($parametresAction, array('infos'=>$this->Ratios)));?>
<?=$this->action('synthese', 'finance', 'legal', array_merge($parametresAction, array('infos'=>$this->Ratios)));?>
<h3>ÉLÉMENTS FINANCIERS - BILANS</h3>
<?=$this->action('bilan', 'finance', null, array_merge($parametresAction, array('infos'=>$this->Ratios)));?>
<?=$this->action('bilan', 'finance', 'legal', array_merge($parametresAction, array('infos'=>$this->Ratios)));?>
<h3>RATIOS</h3>
<?=$this->action('ratios', 'finance', null, array_merge($parametresAction, array('infos'=>$this->Ratios)));?>
<?=$this->action('ratios', 'finance', 'legal', array_merge($parametresAction, array('infos'=>$this->Ratios)));?>
<h3>COMMENTAIRES</h3>
<div class="paragraph">
@ -46,6 +46,6 @@ $parametresAction = array(
</div>
<h3>INDISCORE©</h3>
<?=$this->action('indiscore', 'evaluation', null, array_merge($parametresAction, array('infos'=>$this->Indiscore)));?>
<?=$this->action('indiscore', 'evaluation', 'legal', array_merge($parametresAction, array('infos'=>$this->Indiscore)));?>
</div>

View File

@ -2,7 +2,7 @@
<div id="content">
<div class="page-header">
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siren)?></small></h1>
<h1><?=$this->raisonSociale?> <small><?=$this->SirenTexte($this->siret)?></small></h1>
</div>
<?php }?>
@ -101,7 +101,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['EffectifEtab']);
<?php if ( empty($this->AutrePage) ) {?>
<?=$this->action('geo', 'identite', null, array('infos' => $this->infos));?>
<?=$this->action('geo', 'identite', 'legal', array('infos' => $this->infos));?>
<?=$this->action('news', 'identite');?>
<div class="paragraph clearfix">

View File

@ -37,7 +37,7 @@
<?php if ($this->source == 'google') {?>
<div id="infogeo_photo">
<?=$this->action('streetview', 'identite', null, array('infos' => $this->infos,));?>
<?=$this->action('streetview', 'identite', 'legal', array('infos' => $this->infos,));?>
</div>
<?php } elseif ($this->source == 'mappy') {?>

View File

@ -43,9 +43,9 @@
<td width="350">
<?php
if ($this->siren) {
echo $this->action('liendoc', 'identite', null, array('id'=>$this->siren, 'type'=>'Siren'));
echo $this->action('liendoc', 'identite', 'legal', array('id'=>$this->siren, 'type'=>'Siren'));
} else {
echo $this->action('liendoc', 'identite', null, array('id'=>$this->lienref, 'type'=>'Entreprise'));
echo $this->action('liendoc', 'identite', 'legal', array('id'=>$this->lienref, 'type'=>'Entreprise'));
}
?>
</tr>

View File

@ -21,7 +21,7 @@
<tr>
<td width="30">&nbsp;</td>
<td colspan="2" width="550" class="StyleInfoData">
<?=$this->action('infos','surveillance', null, array(
<?=$this->action('infos','surveillance', 'legal', array(
'source' => 'actes',
'siret' => $this->siret
))?>