2011-06-29 14:06:51 +00:00
|
|
|
<div id="center">
|
|
|
|
|
|
|
|
<h1>PIÈCES OFFICIELLES</h1>
|
|
|
|
<div class="paragraph">
|
|
|
|
<table class="identite">
|
|
|
|
<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>
|
2012-03-01 13:10:25 +00:00
|
|
|
<?php if ($this->surveillance) {?>
|
2011-06-29 14:06:51 +00:00
|
|
|
<tr>
|
|
|
|
<td width="30"> </td>
|
|
|
|
<td colspan="2" width="550" class="StyleInfoData">
|
|
|
|
<?=$this->action('infos','surveillance', null, array(
|
|
|
|
'source' => 'actes',
|
|
|
|
'siret' => $this->siret
|
|
|
|
))?>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2012-03-01 13:10:25 +00:00
|
|
|
<?php }?>
|
2011-06-29 14:06:51 +00:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2>Commande</h2>
|
|
|
|
<div class="paragraph">
|
|
|
|
<?=$this->message?>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|