47 lines
1.7 KiB
PHTML
Raw Normal View History

2011-05-27 16:07:48 +00:00
<div id="center">
<div id="paragraph">
<h1>Bilan</h1>
<table class="identite">
<tr>
<td width="30"></td>
<td class="StyleInfoLib" width="200">Numéro identifiant Siren</td>
<td class="StyleInfoData" width="340"><?php echo $this->siret;?></td>
</tr>
<tr>
<td width="30"></td>
<td class="StyleInfoLib" width="200">Raison Sociale</td>
<td class="StyleInfoData" width="340"><?php echo $this->raisonSociale;?></td>
</tr>
</table>
<table class="bilans">
<thead>
<tr>
<th>
<a href="/finance/bilan/siret/<?php echo $this->siret;?>/id/<?php echo $this->idSC;?>">
<img src="/themes/default/images/finance/char_bar.png" />
</a>
</th>
<?php foreach($this->dates as $date):?>
<th class="date"><?php echo htmlentities($date);?></th>
<?php endforeach;?>
<th></th>
</tr>
</thead>
<tr>
<td><?php echo htmlentities(urldecode($this->name));?></td>
<?php foreach($this->datas as $data):?>
<td align="right"><?php echo htmlentities($data);?> K€</td>
<?php endforeach;?>
<td align="center">
<a href="/finance/bilan/siret/<?php echo $this->siret;?>/id/<?php echo $this->idSC;?>">
<img src="/themes/default/images/finance/char_bar.png" />
</a>
</td>
</tr>
</table>
<center>
<img src="/fichier/imgcache/<?php echo $this->image;?>" />
</center>
</div>
</div>