$ret.="<div style='position:absolute; visibility:visible; top:".$top."px; left:".$left."px; width:20px; height:20px; background-color:#FFFFFF;z-index:1;border:1px solid #FFFFFF;'>";
if ($cal[1] == "Samedi" || $cal[1] == "Dimanche")
$ret.="<img src='../images/cal2.bmp' width='18' height='18' border='0'>";
else
{
$ret.="<a href='#'>";
$ret.="<img name='jour[".$x."]' src='../images/cal1.bmp' width='18' height='18' border='0' onmousedown='if (this.src == \"".ADRESSE_SITE."/images/cal3.bmp\") this.src=\"../images/cal1.bmp\"; else this.src=\"../images/cal3.bmp\";'></a>";
}
$ret.="</div>"; |