Colonne worldcheck
This commit is contained in:
parent
f4c1243d6f
commit
8d02ead01f
@ -88,35 +88,6 @@ div.img {background:url(/themes/default/images/worldcheck/wc.png) no-repeat; hei
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
<td><?php if($this->permission==1) { ?>
|
|
||||||
<?php
|
|
||||||
if ($this->allOccurrences[$dir->Nom]===NULL) {
|
|
||||||
$qtipContent = "WorldCheck<br/>Cliquez sur l’icone WorldCheck";
|
|
||||||
} else {
|
|
||||||
$qtipContent = "WorldCheck<br/>Occurrences: ".$this->allOccurrences[$dir->Nom];
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<?php if ($dir->Societe != '') {?>
|
|
||||||
<a class='wcheck' tooltip='<?=$qtipContent ?>' href="<?=$this->url(array(
|
|
||||||
'controller' => 'worldcheck',
|
|
||||||
'action' => 'index',
|
|
||||||
'dirNom' => $dir->Societe,
|
|
||||||
'dirType' => 'ORGANISATION'), null, true)?>" style="cursor: pointer;" >
|
|
||||||
<div id='<?=$this->allOccurrences[$dir->Nom];?>' class='img'></div></a><br/>
|
|
||||||
<?php } ?>
|
|
||||||
|
|
||||||
<?php if ($dir->Nom != '') { ?>
|
|
||||||
<a class='wcheck' tooltip='<?=$qtipContent ?>' href="<?=$this->url(array(
|
|
||||||
'controller' => 'worldcheck',
|
|
||||||
'action' => 'index',
|
|
||||||
'dirNom' => $dir->Nom,
|
|
||||||
'dirPrenom' => $dir->Prenom,
|
|
||||||
'dirType' => 'INDIVIDUAL'), null, true)?>" style="cursor: pointer;" >
|
|
||||||
<div id='<?=$this->allOccurrences[$dir->Nom];?>' class='img'></div></a>
|
|
||||||
<?php } ?>
|
|
||||||
<?php }?>
|
|
||||||
</td>
|
|
||||||
<td class="StyleInfoData" width="100" valign="top">
|
<td class="StyleInfoData" width="100" valign="top">
|
||||||
<?php if ($dir->Siren!='') {?>
|
<?php if ($dir->Siren!='') {?>
|
||||||
<a title="Consulter la fiche identité" href="<?=$this->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=>$dir->Siren))?>">
|
<a title="Consulter la fiche identité" href="<?=$this->url(array('controller'=>'identite', 'action'=>'fiche', 'siret'=>$dir->Siren))?>">
|
||||||
@ -128,9 +99,38 @@ div.img {background:url(/themes/default/images/worldcheck/wc.png) no-repeat; hei
|
|||||||
<img style="vertical-align:middle;" src="/themes/default/images/interfaces/ajouter.png" /></a>
|
<img style="vertical-align:middle;" src="/themes/default/images/interfaces/ajouter.png" /></a>
|
||||||
</div>
|
</div>
|
||||||
<?php }?>
|
<?php }?>
|
||||||
|
|
||||||
<?php }?>
|
<?php }?>
|
||||||
</td>
|
</td>
|
||||||
|
<?php if (empty($this->AutrePage)) { ?>
|
||||||
|
<td>
|
||||||
|
<?php if($this->permission==1) { ?>
|
||||||
|
<?php
|
||||||
|
if ($this->allOccurrences[$dir->Nom]===NULL) {
|
||||||
|
$qtipContent = "WorldCheck<br/>Cliquez sur l’icone WorldCheck";
|
||||||
|
} else {
|
||||||
|
$qtipContent = "WorldCheck<br/>Occurrences: ".$this->allOccurrences[$dir->Nom];
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<?php if ($dir->Societe != '') {?>
|
||||||
|
<a class='wcheck' tooltip='<?=$qtipContent ?>' href="<?=$this->url(array(
|
||||||
|
'controller' => 'worldcheck',
|
||||||
|
'action' => 'index',
|
||||||
|
'dirNom' => $dir->Societe,
|
||||||
|
'dirType' => 'ORGANISATION'), null, true)?>" style="cursor: pointer;" >
|
||||||
|
<div id='<?=$this->allOccurrences[$dir->Nom];?>' class='img'></div></a><br/>
|
||||||
|
<?php } ?>
|
||||||
|
<?php if ($dir->Nom != '') { ?>
|
||||||
|
<a class='wcheck' tooltip='<?=$qtipContent ?>' href="<?=$this->url(array(
|
||||||
|
'controller' => 'worldcheck',
|
||||||
|
'action' => 'index',
|
||||||
|
'dirNom' => $dir->Nom,
|
||||||
|
'dirPrenom' => $dir->Prenom,
|
||||||
|
'dirType' => 'INDIVIDUAL'), null, true)?>" style="cursor: pointer;" >
|
||||||
|
<div id='<?=$this->allOccurrences[$dir->Nom];?>' class='img'></div></a>
|
||||||
|
<?php }?>
|
||||||
|
<?php }?>
|
||||||
|
</td>
|
||||||
|
<?php }?>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user