mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-12-15 05:56:00 -05:00
add tooltip
This commit is contained in:
parent
3f5462da9d
commit
ef061b562c
@ -90,7 +90,22 @@
|
||||
{% for _master in _table['MASTERS'] %}
|
||||
{% if _table['MASTERS'][_master]['PEERS']|length >0 %}
|
||||
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
|
||||
<a style="font: 9.5pt arial,sans-serif;font-weight:bold;color:#0066ff;" target="_blank" href="http://www.qrz.com/db/{{_cdata['CALLSIGN']}}"><b>{{_cdata['CALLSIGN']}}</b></a>
|
||||
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
|
||||
<span class="tooltip" style="border-bottom: 10px dotted white;">
|
||||
<a style="border-bottom: 10px dotted white;font: 9.5pt arial,sans-serif;font-weight:bold;color:#0066ff;" target="_blank" href="http://www.qrz.com/db/{{_cdata['CALLSIGN']}}"><b>{{_cdata['CALLSIGN']}}</b></a>
|
||||
<span class="tooltiptext">
|
||||
<span style="font: 9pt arial,sans-serif;color:#FFFFFF">
|
||||
<b>DMR ID</b>: <b><font color=yellow>{{ _client }}</b></font><br>
|
||||
{% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %}
|
||||
<b>Connected via: <font color=yellow>IP Network</font></b><br>
|
||||
{% else %}
|
||||
<b>Connected via: <font color=yellow>Radio</font></b><br>
|
||||
{% endif %}
|
||||
<b>Type</b>: {{ _cdata['SLOTS'] }}
|
||||
<br> <b>Hardware</b>: {{_cdata['PACKAGE_ID'] }}
|
||||
<br> <b>Soft_Ver</b>: {{_cdata['SOFTWARE_ID'] }}
|
||||
<br> <b>Location</b>: {{_cdata['LOCATION']}}
|
||||
</span></span></span>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user