changed info

This commit is contained in:
Waldemar Ogonowski 2021-01-11 17:08:22 +01:00
parent 6d4274c558
commit 42c5d298e6
2 changed files with 5 additions and 6 deletions

View File

@ -10,7 +10,7 @@
.button { <<<theme_color>>> } .button { <<<theme_color>>> }
.dropbtn { <<<theme_color>>> } .dropbtn { <<<theme_color>>> }
</style> </style>
<meta name="description" content="Copyright (c) 2016-2021.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2021 (v20210109)" /> <meta name="description" content="Copyright (c) 2016-2021.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2021 (v2021011)" />
</head> </head>
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;"> <body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
<center><div style="width:1250px; text-align: center; margin-top:5px;"> <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;"> <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> 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 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 (v20210109)--> <!-- This is version of HBMonitor SP2ONG 2019-2021 (v20210111)-->
</p> </p>
</div> </div>
</center> </center>

View File

@ -96,12 +96,11 @@
<span style="font: 9pt arial,sans-serif;color:#FFFFFF"> <span style="font: 9pt arial,sans-serif;color:#FFFFFF">
&nbsp;&nbsp;&nbsp;<b>DMR ID</b>: <b><font color=yellow>{{ _client }}</b></font><br> &nbsp;&nbsp;&nbsp;<b>DMR ID</b>: <b><font color=yellow>{{ _client }}</b></font><br>
{% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %} {% if _cdata['RX_FREQ'] == 'N/A' and _cdata['TX_FREQ'] == 'N/A' %}
&nbsp;&nbsp;&nbsp;<b>Connected via: <font color=yellow>IP Network</font></b><br> &nbsp;&nbsp;&nbsp;<b>Type: <font color=yellow>IP Network</font></b><br>
{% else %} {% else %}
&nbsp;&nbsp;&nbsp;<b>Connected via: <font color=yellow>Radio</font></b><br> &nbsp;&nbsp;&nbsp;<b>Type: <font color=yellow>Radio</font></b> ({{ _cdata['SLOTS'] }})<br>
{% endif %} {% endif %}
&nbsp;&nbsp;&nbsp;<b>Type</b>: {{ _cdata['SLOTS'] }} &nbsp;&nbsp;&nbsp;<b>Hardware</b>: {{_cdata['PACKAGE_ID'] }}
<br>&nbsp;&nbsp;&nbsp;<b>Hardware</b>: {{_cdata['PACKAGE_ID'] }}
<br>&nbsp;&nbsp;&nbsp;<b>Soft_Ver</b>: {{_cdata['SOFTWARE_ID'] }} <br>&nbsp;&nbsp;&nbsp;<b>Soft_Ver</b>: {{_cdata['SOFTWARE_ID'] }}
<br>&nbsp;&nbsp;&nbsp;<b>Location</b>: {{_cdata['LOCATION']}} <br>&nbsp;&nbsp;&nbsp;<b>Location</b>: {{_cdata['LOCATION']}}
</span></span></span> </span></span></span>