2011-06-13 13:49:57 +00:00
|
|
|
<?php if (empty($this->AutrePage)):?>
|
2011-04-11 14:20:26 +00:00
|
|
|
<div id="center">
|
2011-06-13 13:49:57 +00:00
|
|
|
<?php endif;?>
|
2011-06-07 15:01:03 +00:00
|
|
|
|
|
|
|
<?php if (empty($this->AutrePage)):?>
|
2011-05-10 15:20:42 +00:00
|
|
|
<div class="paragraph" style="text-align:right;">
|
2011-11-23 15:43:07 +00:00
|
|
|
<?php if (!empty($this->dateDerMaj)): ?>
|
|
|
|
<a class="datemaj" href="#">
|
|
|
|
Dernière mise à jour<?=$this->dateDerMaj?>
|
|
|
|
<span><?=$this->datemajTexte?></span>
|
|
|
|
</a>
|
|
|
|
<?php endif;?>
|
2011-04-21 13:33:21 +00:00
|
|
|
</div>
|
2011-06-13 13:49:57 +00:00
|
|
|
<?php endif;?>
|
2011-04-21 13:33:21 +00:00
|
|
|
|
2011-06-13 13:49:57 +00:00
|
|
|
<?php if (empty($this->AutrePage)):?>
|
|
|
|
<h1 class="titre">FICHE D'IDENTITÉ</h1>
|
2011-06-07 15:01:03 +00:00
|
|
|
<?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']);
|
2011-04-29 07:46:29 +00:00
|
|
|
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 & Coordonnées</h2>
|
|
|
|
<div class="paragraph">
|
|
|
|
<table>
|
|
|
|
<?php
|
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['RaisonSociale']);
|
2011-08-12 15:25:04 +00:00
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NomCommercial']);
|
2011-04-21 13:33:21 +00:00
|
|
|
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
|
2011-08-03 10:12:56 +00:00
|
|
|
//Remplace Siren pour texte
|
2011-12-12 11:40:49 +00:00
|
|
|
//$this->dBlock['ActiviteEn']['texte'] = $this->RemplaceSiren($this->dBlock['ActiviteEn']['texte']);
|
2011-04-21 13:33:21 +00:00
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEn']);
|
2011-08-03 10:12:56 +00:00
|
|
|
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEt']);
|
2011-04-21 13:33:21 +00:00
|
|
|
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)):?>
|
2011-12-11 18:25:54 +00:00
|
|
|
<?=$this->action('geo', 'identite', null, array('infos' => $this->infos));?>
|
2011-12-07 15:49:05 +00:00
|
|
|
<?=$this->action('news', 'identite');?>
|
2011-06-13 13:49:57 +00:00
|
|
|
<?php endif;?>
|
2011-05-02 12:22:49 +00:00
|
|
|
|
2012-02-08 15:32:32 +00:00
|
|
|
<?php if (!empty($this->surveillance)):?>
|
2011-12-16 11:05:58 +00:00
|
|
|
<div class="paragraph" style="clear:both;">
|
2011-05-17 08:13:22 +00:00
|
|
|
<?=$this->action('infos','surveillance', null, array('siret' => $this->siret))?>
|
|
|
|
</div>
|
2012-02-08 15:32:32 +00:00
|
|
|
<?php endif;?>
|
2011-05-17 08:13:22 +00:00
|
|
|
|
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;?>
|
2011-06-13 13:49:57 +00:00
|
|
|
|
|
|
|
<?php if (empty($this->AutrePage)):?>
|
|
|
|
</div>
|
|
|
|
<?php endif;?>
|