mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-05-27 19:52:31 -04:00
html code updated
This commit is contained in:
parent
827efec78f
commit
6c5e3447ae
@ -92,7 +92,7 @@
|
||||
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
|
||||
<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 class="tooltiptext" style="left:105%;top:-10px;">
|
||||
<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' %}
|
||||
@ -102,8 +102,8 @@
|
||||
{% endif %}
|
||||
<b>Hardware</b>: {{_cdata['PACKAGE_ID'] }}
|
||||
<br> <b>Soft_Ver</b>: {{_cdata['SOFTWARE_ID'] }}
|
||||
<br> <b>Location</b>: {{_cdata['LOCATION']}}
|
||||
<br> <b>Master</b>: {{_master}}
|
||||
<br> <b>Info</b>: {{_cdata['LOCATION']}}
|
||||
<br> <b>Master</b>: <font color=yellow>{{_master}}</font>
|
||||
</span></span></span>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
@ -115,8 +115,11 @@
|
||||
<div style="text-align:left;"><span style="color:#464646;font-weight:600;line-height:1.4;"> PEERS:</span></div>
|
||||
<div style="text-align:left;font:9.5pt arial, sans-serif;font-weight:bold;margin-left:25px; margin-right:25px;line-height:1.4;white-space:normal;">
|
||||
{% for _peer, _pdata in _table['PEERS'].items() %}
|
||||
<span style="{{'background-color:#98FB98;color:#464646;' if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' else 'background-color:#ff704d;color:white;'}}"><b> {{_pdata['CALLSIGN']}}</span>
|
||||
{% endfor %}
|
||||
<span class="tooltip" style="border-bottom: 1px dotted white;{{'background-color:#98FB98; color:#464646;' if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' else 'background-color:#ff0000; color:white;'}}"><b> {{_pdata['CALLSIGN']}} </b>
|
||||
<span class="tooltiptext" style="top:120%;left:50%;margin-left:-130%;width:160px;">
|
||||
<center> <b>Peer</b>: <font color=yellow>{{_peer}}</font> </center>
|
||||
</span></span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user