File size: 281 Bytes
d5bfab8
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<td>
    <a 
        class="symbol_{{ color }} pixel"

        {% if infoid %}
        data-infoid="{{ infoid }}"
        {% endif %}

        onmouseover="showInfoOnMouseOver(this)"
        onmouseout="hideInfoOnMouseOut(this)"
        href="{{ href }}"
    >{{ color }}</a>
</td>