2011-04-11 14:20:26 +00:00
|
|
|
<div id="center">
|
2011-04-21 13:33:21 +00:00
|
|
|
<div>
|
|
|
|
<a class="datemaj" href="#">
|
|
|
|
Dernière mise à jour<?=$this->dateDerMaj?>
|
|
|
|
<span><?=$this->datemajTexte?></span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h1 class="titre">FICHE D'IDENTITÉ</h1>
|
|
|
|
<div class="paragraph">
|
|
|
|
<table>
|
2011-04-14 13:14:02 +00:00
|
|
|
<?php
|
2011-04-21 13:33:21 +00:00
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Siret']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['SiretSiege']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['TvaNumero']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Isin']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Capitalisation']);
|
2011-04-14 13:14:02 +00:00
|
|
|
?>
|
2011-04-21 13:33:21 +00:00
|
|
|
//Logo
|
|
|
|
<?php
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NumRC']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreId']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Actif']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['SituationJuridique']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreSiren']);
|
|
|
|
?>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2>Raison sociale & Coordonnées</h2>
|
|
|
|
<div class="paragraph">
|
|
|
|
<table>
|
|
|
|
<?php
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['RaisonSociale']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['EnseigneSigle']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['FormeJuridique']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['DateImmat']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['DateCreaEn']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['DateCreaEt']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Adresse']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Zones']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Tel']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Fax']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Web']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Mail']);
|
|
|
|
?>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2>Activité(s) & Chiffre d'affaires</h2>
|
|
|
|
<div class="paragraph">
|
|
|
|
<table>
|
|
|
|
<?php
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEt']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEn']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['FormeJuridique']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Naf4']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Nace']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NatureActivite']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['OrigineFond']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['TypeExploitation']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Saisonnalite']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NbEtabActif']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Capital']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ChiffreAffaire']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Dirigeants']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Effectif']);
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['EffectifEtab']);
|
|
|
|
?>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
2011-04-22 15:10:03 +00:00
|
|
|
<p class="confidentiel"><?php
|
|
|
|
echo $this->cgu
|
|
|
|
?></p>
|
2011-04-11 14:20:26 +00:00
|
|
|
</div>
|