1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
<span id="$id" >
<a onmouseover="alert('{$id}'); MontreCache('{$id}','{$id_cache}')"
onmouseout="MontreCache('{$id}','{$id_cache}')">
<xsl:attribute name="href"><xsl:value-of select="$url" /></xsl:attribute>
<img class="ico" src="images/IcoRechercher18x18.gif" alt="Rechercher"/>
</a>
</span>
<span id="$id_cache" style="display: none">
<a onmouseover="MontreCache('{$id}','{$id_cache}')"
onmouseout="MontreCache('{$id}','{$id_cache}')">
<xsl:attribute name="href"><xsl:value-of select="$url" /></xsl:attribute>
<img class="ico" src="images/IcoRechercher18x18Hover.gif" alt="Rechercher"/>
</a>
</span> |
Partager