5 lines
321 B
PHTML
Raw Normal View History

2011-05-20 15:42:44 +00:00
<img <?php echo ($this->hide)? 'style="display:none"' :'style="display:block" name="graphique'.$this->type.'"';?> src="/fichier/imgcache/<?php echo $this->file;?>?<?php echo $this->chartID;?>" border="1" usemap="#map<?php echo $this->i;?>">
2011-05-19 15:48:36 +00:00
<map name="map<?php echo $this->i;?>">
<?php echo $this->imageMap;?>
</map>