small html update

This commit is contained in:
Waldemar Ogonowski 2021-01-09 19:31:19 +01:00
parent adb13b50bf
commit 95e914acf3
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
.button { <<<theme_color>>> }
.dropbtn { <<<theme_color>>> }
</style>
<meta name="description" content="Copyright (c) 2016-2021.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2021 (v20210106)" />
<meta name="description" content="Copyright (c) 2016-2021.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2021 (v20210109)" />
</head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;">
@ -36,7 +36,7 @@
<p style="text-align: center;"><span style="text-align: center;">
Copyright (c) 2016-2021<br>The Regents of the <a href=http://k0usy.mystrikingly.com/>K0USY Group</a>. All rights reserved.<br><a href=https://github.com/sp2ong/HBMonv2>Version SP2ONG 2019-2021</a><br><br></span>
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
<!-- This is version of HBMonitor SP2ONG 2019-2021 (v20210106)-->
<!-- This is version of HBMonitor SP2ONG 2019-2021 (v20210109)-->
</p>
</div>
</center>

View File

@ -90,7 +90,7 @@
{% for _master in _table['MASTERS'] %}
{% if _table['MASTERS'][_master]['PEERS']|length >0 %}
{% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %}
<a style="font: 9pt arial,sans-serif;font-weight:bold;color:#0066ff;" target="_blank" href="http://www.qrz.com/db/{{_cdata['CALLSIGN']}}"><b>{{_cdata['CALLSIGN']}}</b></a>&nbsp;<span style="font: 8pt arial,sans-serif;color:#464646">({{_master}})&nbsp;
<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>&nbsp;<span style="font: 8pt arial,sans-serif;color:#464646">({{_master}})&nbsp;
{% endfor %}
{% endif %}
{% endfor %}
@ -99,9 +99,9 @@
{% if _table['PEERS']|length >0 %}
<br>
<div style="text-align:left;"><span style="color:#464646;font-weight:600;line-height:1.3;">&nbsp;&nbsp;PEERS:</span></div>
<div style="text-align:left;font:9pt arial, sans-serif;font-weight:bold;margin-left:25px; margin-right:25px;line-height:1.3;">
<div style="text-align:left;font:9.5pt arial, sans-serif;font-weight:bold;margin-left:25px; margin-right:25px;line-height:1.3;">
{% for _peer, _pdata in _table['PEERS'].items() %}
<span style="color:#464646;{{'background-color:#98FB98' if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' else ';background-color:#ff704d'}}"><b>&nbsp;{{_pdata['CALLSIGN']}}&nbsp;</b></span>&nbsp;<span style="font:8pt arial,sans-serif;color:#464646">({{_peer}})</span>&nbsp;
<span style="{{'background-color:#98FB98;color:#464646;' if _table['PEERS'][_peer]['STATS']['CONNECTION'] == 'YES' else 'background-color:#ff704d;color:white;'}}"><b>&nbsp;{{_pdata['CALLSIGN']}}&nbsp;</b></span>&nbsp;<span style="font:8pt arial,sans-serif;color:#464646">({{_peer}})</span>&nbsp;
{% endfor %}
</div>
{% endif %}