2011-05-20 15:42:44 +00:00
|
|
|
<?php echo $this->html;?>
|
|
|
|
</table>
|
|
|
|
<?php for($i=0; $i < count($this->valeur);$i++)
|
|
|
|
echo $this->action($this->type.'graph', 'finance', null, array('valeur' => $this->valeur[$i],
|
2011-06-30 15:30:43 +00:00
|
|
|
'i' => $i,
|
|
|
|
'siret' => $this->siret,
|
|
|
|
'id' => $this->id,
|
2011-05-20 15:42:44 +00:00
|
|
|
'date' => $this->Graphdate[$i],
|
|
|
|
'count' => (count($this->valeur)-1)
|
|
|
|
));
|
|
|
|
?>
|