www/mon_node.php

Fri, 31 Jul 2020 13:19:14 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 31 Jul 2020 13:19:14 +0200
changeset 707
8488195b3c50
parent 181
db4e62482d0b
permissions
-rw-r--r--

Edit a yeast row now checks the project stage and the use moment to allow edit.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Monitor node', 'mon_node');
?>

   <div id="MainPanel">
    <div id="ContentPanel"></div>
   </div>

<?php
page_footer();
?>

mercurial