2021-01-06 12:56:38 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" >
2021-02-22 12:41:00 +01:00
< title > DMR Server monitor - STATUS< / title >
2021-01-06 12:56:38 +01:00
< script type = "text/javascript" src = "scripts/hbmon.js" > < / script >
< link rel = "stylesheet" type = "text/css" href = "css/styles.css" / >
< style >
. link { < < < t h e m e _ c o l o r > > > }
. button { < < < t h e m e _ c o l o r > > > }
. dropbtn { < < < t h e m e _ c o l o r > > > }
< / style >
2021-02-22 07:42:50 +01:00
< meta name = "description" content = "Copyright (c) 2016-2021.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2021 (v20210222)" / >
2021-01-06 12:56:38 +01:00
< / head >
< body style = "background-color: #d0d0d0;font: 10pt arial, sans-serif;" >
< center > < div style = "width:1250px; text-align: center; margin-top:5px;" >
2021-02-25 07:01:42 +01:00
< img src = "/img/logo.png?random=323527528432525.24234" alt = "" / >
2021-01-06 12:56:38 +01:00
< / div >
< div style = "width: 1100px;" >
< p style = "text-align:center;" > < span style = "color:#000;font-size: 18px; font-weight:bold;" > < < < system_name > >>< / span > < / p >
< p > < / p >
< / div >
< div style = "width: 1100px;" >
< noscript > You must enable JavaScript< / noscript >
< p id = "main" > < / p >
< / div >
<!-- LOG monitor -->
<!--
<div style="width: 1150px; margin - left:0px;">
<fieldset style="width: 1100px; margin - left:0px;margin - right:0px;font - size:14px;border - top - left - radius: 10px; border - top - right - radius: 10px;border - bottom - left - radius: 10px; border - bottom - right - radius: 10px;">
<legend><b><font color="#000"> .: Call log window :. </font></b></legend>
<pre id="log" style="height: 20em; text - align: left; overflow - y: scroll; font - size:13px; background - color: #000000; color:#b1eee9;"></pre>
</fieldset></div>
-->
< div style = "width: 1100px;" >
< p style = "text-align: center;" > < span style = "text-align: center;" >
2021-03-01 07:25:55 +01:00
Copyright (c) 2016-2021< br > The Regents of the < a target = "_blank" href = http://k0usy.mystrikingly.com/ > K0USY Group< / a > . All rights reserved.< br > < a title = "HBMonitor v2 SP2ONG" target = "_blank" href = https://github.com/sp2ong/HBMonv2 > Version SP2ONG 2019-2021< / a > < br > < br > < / span >
2021-01-06 12:56:38 +01:00
<!-- THIS COPYRIGHT NOTICE MUST BE DISPLAYED AS A CONDITION OF THE LICENCE GRANT FOR THIS SOFTWARE. ALL DERIVATEIVES WORKS MUST CARRY THIS NOTICE -->
2021-02-22 07:42:50 +01:00
<!-- This is version of HBMonitor SP2ONG 2019 - 2021 (v20210222) -->
2021-01-06 12:56:38 +01:00
< / p >
< / div >
< / center >
< / body >
< / html >