<td> | |
<a | |
class="symbol_{{ color }} pixel" | |
{% if infoid %} | |
data-infoid="{{ infoid }}" | |
{% endif %} | |
onmouseover="showInfoOnMouseOver(this)" | |
onmouseout="hideInfoOnMouseOut(this)" | |
href="{{ href }}" | |
>{{ color }}</a> | |
</td> |
<td> | |
<a | |
class="symbol_{{ color }} pixel" | |
{% if infoid %} | |
data-infoid="{{ infoid }}" | |
{% endif %} | |
onmouseover="showInfoOnMouseOver(this)" | |
onmouseout="hideInfoOnMouseOut(this)" | |
href="{{ href }}" | |
>{{ color }}</a> | |
</td> |