58 lines
1.3 KiB
PHTML
58 lines
1.3 KiB
PHTML
|
<div id="center">
|
||
|
<h1 class="titre">ANNONCES LÉGALES</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">Raison Sociale</td>
|
||
|
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
|
||
|
<?php if(count($this->annoncesBodacc)>0){ ?>
|
||
|
<h2>EVÉNEMENTS LÉGAUX</h2>
|
||
|
<div class="paragraph">
|
||
|
<table>
|
||
|
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBodacc)?>
|
||
|
</table>
|
||
|
</div>
|
||
|
<?php }?>
|
||
|
|
||
|
<?php if(count($this->annoncesBalo)>0){ ?>
|
||
|
<h2>BALO</h2>
|
||
|
<div class="paragraph">
|
||
|
<table>
|
||
|
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBalo)?>
|
||
|
</table>
|
||
|
</div>
|
||
|
<?php }?>
|
||
|
|
||
|
<?php if(count($this->annoncesBomp)>0){ ?>
|
||
|
<h2>Marchés publics</h2>
|
||
|
<div class="paragraph">
|
||
|
<table>
|
||
|
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesBomp)?>
|
||
|
</table>
|
||
|
</div>
|
||
|
<?php }?>
|
||
|
|
||
|
<?php if(count($this->annoncesAsso)>0){ ?>
|
||
|
<h2>Associations</h2>
|
||
|
<div class="paragraph">
|
||
|
<table>
|
||
|
<?=$this->partialLoop('juridique/annonces-resume.phtml', $this->annoncesAsso)?>
|
||
|
</table>
|
||
|
</div>
|
||
|
<?php }?>
|
||
|
|
||
|
</div>
|