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