www/gen_about.php

Thu, 25 Apr 2024 14:26:47 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 25 Apr 2024 14:26:47 +0200
changeset 708
13555c27b592
parent 688
8bf6389e59a2
permissions
-rw-r--r--

Version 0.9.19a6. Fixes after a short trial on the production controller. Fixed json for alternate beer termperature sensor. Fixed division by 1000 for the room temperature and humidity values. The dropdown list for devices shows the address instead of description in the list.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('About ThermFerm', NULL);
?>

   <div id="MainPanel">
    <div id="ContentPanel"></div>
    <div id='about_table'>
     <table style='width: 100%; padding: 10px;'>
      <tr><th colspan=2>About ThermFerm</th></tr>
      <tr><td> </td><td> </td></tr>
      <tr><td>Version:</td><td><?php echo $my_version;?> </td></tr>
      <tr><td>Written by:</td><td>M. Broek</td></tr>
      <tr><td>jQuery JavaScript:</td><td><a style="color:white; text-decoration:none;" href="https://jquery.com/">OpenJS Foundation</a></td></tr>
      <tr><td>Widgets and style:</td><td><a style="color:white; text-decoration:none;" href="https://www.jqwidgets.com/">jQWidgets</a></td></tr>
      <tr><td>Reconnecting Websocket:</td><td><a style="color:white; text-decoration:none;" href="https://github.com/joewalnes/reconnecting-websocket/">Joe Walnes</a></td></tr>
     </table>
    </div>
   </div>

<?php
page_footer();
?>

mercurial