www/mon_brewer.php

Sun, 31 May 2020 12:23:01 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 31 May 2020 12:23:01 +0200
changeset 697
367ae7ff52f0
parent 16
522022b4fae4
permissions
-rw-r--r--

Version 0.3.34 Changed log messages in the daemon. Added yeast_pitchrate field to the product database. Added yeast pitchrate edit field to the yeast tab. Initial value is guessed. There is also a popup window for predefined values. An finally the value can be edited by the user. All popup windows are initialized together.

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

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

<?php
page_footer();
?>

mercurial