mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2026-06-01 13:40:30 -04:00
Make html less verbose, include footer, update html versioning
This commit is contained in:
+8
-10
@@ -1,19 +1,20 @@
|
||||
<?php
|
||||
$progname = basename($_SERVER['SCRIPT_FILENAME'],".php");
|
||||
include_once 'include/config.php';
|
||||
?>
|
||||
include_once 'include/version.php';?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>DMR Server monitor - Info</title>
|
||||
<title>HBlink3 DMR Server - Talkgroup Info</title>
|
||||
<script type="text/javascript" src="scripts/hbmon.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="css/styles.php" />
|
||||
<meta name="description" content="Copyright © 2016-2022.The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2022" />
|
||||
<meta name="description" content="Copyright © 2016-2023. The Regents of the K0USY Group. All rights reserved. Version SP2ONG 2019-2023 (v20230102) HBlink3 Dashboard " />
|
||||
</head>
|
||||
<body style="background-color: #d0d0d0;font: 10pt arial, sans-serif;">
|
||||
<center><div style="width:1100px; text-align: center; margin-top:5px;">
|
||||
<p style="font-size: 10px; text-align: right; margin-right: 16px">Dashboard Version: <?php echo DASH; ?></p>
|
||||
<img src="img/HBLINK_logoV2.png?random=323527528432525.24234" alt="" />
|
||||
</div>
|
||||
<div style="width: 1100px;">
|
||||
@@ -36,7 +37,7 @@ include_once 'include/config.php';
|
||||
<td> <b>TG 5</b> </td>
|
||||
<td> <b></b> </td>
|
||||
<td> <b>D | S</b> </td>
|
||||
<td>Talk group XLX132-D D-Star/DMR/C4FM.</td>
|
||||
<td>Talk group XLX750-X D-Star/DMR/C4FM.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> <b>TG 9999</b> </td>
|
||||
@@ -48,12 +49,9 @@ include_once 'include/config.php';
|
||||
<br>
|
||||
<span style="text-align: center;">Hotspot: D - duplex | S - simplex</span>
|
||||
</fieldset></div><br>
|
||||
|
||||
<p style="text-align: center;"><span style="text-align: center;">
|
||||
Copyright © 2016-2022<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-2022</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-2022 -->
|
||||
</p>
|
||||
<!--footer-->
|
||||
<?php include_once 'elements/footer.php'; ?>
|
||||
<!--//footer-->
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user