95 lines
4.1 KiB
PHTML
Raw Normal View History

<?php if (empty($this->AutrePage)):?>
2011-04-11 14:20:26 +00:00
<div id="center">
<?php endif;?>
<?php if (empty($this->AutrePage)):?>
<div class="paragraph" style="text-align:right;">
2011-04-21 13:33:21 +00:00
<a class="datemaj" href="#">
Dernière mise à jour<?=$this->dateDerMaj?>
<span><?=$this->datemajTexte?></span>
</a>
</div>
<?php endif;?>
2011-04-21 13:33:21 +00:00
<?php if (empty($this->AutrePage)):?>
<h1 class="titre">FICHE D'IDENTIT&Eacute;</h1>
<?php endif;?>
2011-04-21 13:33:21 +00:00
<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']);
echo $this->partial('identite/fiche-item.phtml', $this->logo);
2011-04-21 13:33:21 +00:00
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 &amp; 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) &amp; 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']);
2011-08-02 15:05:27 +00:00
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['SurfaceMagasin']);
2011-04-21 13:33:21 +00:00
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-06-13 14:02:57 +00:00
<?php if (empty($this->AutrePage)):?>
<?php echo $this->action('geophoto', 'geolocalisation', null, array('infos' => $this->infos));?>
2011-05-17 09:38:47 +00:00
<?php echo $this->action('news', 'identite');?>
<?php endif;?>
2011-05-17 08:13:22 +00:00
<div class="paragraph">
<?=$this->action('infos','surveillance', null, array('siret' => $this->siret))?>
</div>
2011-06-07 15:04:05 +00:00
<?php if (empty($this->AutrePage)):?>
2011-04-27 12:09:12 +00:00
<?=$this->render('cgu.phtml', $this->cgu)?>
2011-06-07 15:04:05 +00:00
<?php endif;?>
<?php if (empty($this->AutrePage)):?>
</div>
<?php endif;?>