www/gen_about.php

Fri, 19 Apr 2024 14:11:19 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 19 Apr 2024 14:11:19 +0200
changeset 688
8bf6389e59a2
parent 676
09b5efe0c633
permissions
-rw-r--r--

More copyright references.

<?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