www/list_onewire.php

Thu, 25 Apr 2024 15:10:37 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 25 Apr 2024 15:10:37 +0200
changeset 710
abe60578d695
parent 696
fe042f9484ac
permissions
-rw-r--r--

Moved webcam scripts over to this www directory. Upgraded jquery to 2.1.1 (still old).

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('One-wire bus devices', 'list_onewire');
?>

   <div id="jqxgrid"></div>
    <div style="margin-top: 30px;">
    <div id="cellbegineditevent"></div>
    <div style="margin-top: 10px;" id="cellendeditevent"></div>
   </div>

<?php
page_footer();
?>

mercurial