Damien LASSERRE 0ab05d94a7 Rapport synthese
Rapport complet
Correction de bug
Oneline Bilan, ratio, synthése.

Partie 1
2011-06-03 08:51:28 +00:00

40 lines
1.3 KiB
PHTML

<div id="center">
<div id="paragraph">
<h1>Ratios</h1>
<table id="identite">
<tr>
<td width="30">&nbsp;</td>
<td class="StyleInfoLib" width="200">Numéro identifiant Siren</td>
<td class="StyleInfoData" width="350"><?php echo $this->siren;?></td>
</tr>
<tr>
<td width="30">&nbsp;</td>
<td class="StyleInfoLib" width="200">Raison Sociale</td>
<td class="StyleInfoData" width="350"><?php echo $this->raisonSociale;?></td>
</tr>
</table>
<br />
<table width="100%" id="ratios">
<tr class="subhead">
<td align="center">EquilibreFinancier</td>
<td>Entreprise</td>
<td>Secteur</td>
<td>Position</td>
</tr>
<tr>
<td><?php echo $this->nom;?></td>
<td><?php echo $this->entreprise . ' ' .$this->unite;?></td>
<td><?php echo $this->secteur . ' ' .$this->unite;?></td>
<td>
<a href="<?php echo $this->url(array('controller' => 'finance', 'action' => 'ratios'))?>">
<img src="/themes/default/images/finance/ratios_<?php echo $this->position;?>.png" />
</a>
</td>
</tr>
</table>
<center>
<img src="/fichier/imgcache/<?php echo $this->graphique;?>" />
</center>
</div>
</div>