69 lines
1.6 KiB
PHTML

<div id="center">
<?php if (empty($this->AutrePage)):?>
<h1 class="titre">ANNONCES L&Eacute;GALES</h1>
<div class="paragraph">
<table class="identite">
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib">
Num&eacute;ro identifiant Siren
</td>
<td width="350" class="StyleInfoData">
<?=$this->SirenTexte($this->siren)?>
</td>
</tr>
<tr>
<td width="30">&nbsp;</td>
<td width="200" class="StyleInfoLib">Raison Sociale</td>
<td width="350" class="StyleInfoData"><?=$this->raisonSociale?></td>
</tr>
<tr>
<td width="30">&nbsp;</td>
<td colspan="2" width="550" class="StyleInfoData">
<?=$this->action('infos','surveillance', null, array(
'source' => 'annonces',
'siret' => $this->siret
))?>
</td>
</tr>
</table>
</div>
<?php endif;?>
<?php if(count($this->annoncesBodacc)>0){ ?>
<h2>EV&Eacute;NEMENTS L&Eacute;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&eacute;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>