Lien vers legal

This commit is contained in:
Michael RICOIS 2016-05-25 10:36:54 +02:00
parent ec9a52b38f
commit e28596635d

View File

@ -151,9 +151,9 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
}
?>
<tr<?=$trStyle?>>
<td>
<td class="lientype">
<?php
if ($lien->PDetention>0) echo $lien->PDetention.'&nbsp;%';
if ($lien->PDetention>0) echo $lien->PDetention.'&nbsp;%';
elseif ($lien->MajMin=='+') echo 'major.'; // Traiter l'affichage ou les arbres comme si %=51
elseif ($lien->MajMin=='-') echo 'minor.';
elseif ($lien->MajMin=='C') echo 'contrôle'; // Traiter l'affichage ou les arbres comme si %=51
@ -178,7 +178,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
<?php if($lien->sigle) echo " (".$lien->sigle.")"; ?>
</a>
</td>
<td class="StyleInfoData" width="150">
<td width="200">
<?php
if ( !empty($lien->siren) && intval($lien->siren)!=0 ) {
$href = $this->url(array(
@ -243,7 +243,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
<table class="table table-condensed table-hover">
<?php foreach ($this->directions as $lien) {?>
<tr>
<td valign="top"><strong><?=$lien->fonction?>&nbsp;de</strong></td>
<td class="lientype" valign="top"><strong><?=$lien->fonction?>&nbsp;de</strong></td>
<td>
<b><?=$lien->nom?></b>
<?php if ( $lien->dirNom!='' ) {?>
@ -253,7 +253,7 @@ Cette entreprise est une personne physique exerçant son activité en nom propre
<?php if( $lien->dirNaissLieu ) {?> à <b><?=$lien->dirNaissLieu?></b> <?php }?>
<?php }?>
</td>
<td class="StyleInfoData" width="150" valign="top">
<td width="200" valign="top">
<?php if ( !empty($lien->siren) && intval($lien->siren)!=0 ) {
$href = $this->url(array(
'controller' => 'identite',
@ -290,7 +290,8 @@ $('td.lienfiche').each(function(){
hide: { event: 'unfocus' },
show: { solo: true, delay: 2000 },
content: { title: {button: true}, text: "Chargement...",
ajax: { url: '<?=$this->url(array('controller'=>'identite','action'=>'lienfiche'),null,true)?>/idFiche/'+$(this).attr('id') } },
ajax: { url: '<?=$this->url(array('module'=>'legal', 'controller'=>'identite', 'action'=>'lienfiche'),
'default',true)?>/idFiche/'+$(this).attr('id') } },
position: { my: "bottom left", at: "top left" }
});
});