mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-03-04 10:28:47 -05:00
small html code update
This commit is contained in:
parent
9116399a03
commit
827efec78f
@ -90,8 +90,8 @@
|
|||||||
{% for _master in _table['MASTERS'] %}
|
{% for _master in _table['MASTERS'] %}
|
||||||
{% if _table['MASTERS'][_master]['PEERS']|length >0 %}
|
{% if _table['MASTERS'][_master]['PEERS']|length >0 %}
|
||||||
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
|
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
|
||||||
<span class="tooltip" style="border-bottom: 10px dotted white;">
|
<span class="tooltip" style="border-bottom: 1px 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>
|
<a style="border-bottom: 1px 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 class="tooltiptext">
|
||||||
<span style="font: 9pt arial,sans-serif;color:#FFFFFF">
|
<span style="font: 9pt arial,sans-serif;color:#FFFFFF">
|
||||||
<b>DMR ID</b>: <b><font color=yellow>{{ _client }}</b></font><br>
|
<b>DMR ID</b>: <b><font color=yellow>{{ _client }}</b></font><br>
|
||||||
|
Loading…
Reference in New Issue
Block a user