www/prod_impbrew.php

Sun, 01 Dec 2019 13:35:32 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 01 Dec 2019 13:35:32 +0100
changeset 552
ee0db754111e
parent 297
5e2424bfbc4a
permissions
-rw-r--r--

In calcWater() the optimum SO4:Cl ratio is taken from the target profile if set, else it's calculated from the BUGU value. Swapped Cl:SO4 to SO4:Cl ratio presentation. Added remark text next to the Optimal SO4:Cl ratio.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Product brouwlog import', 'prod_impbrew');
?>

   <div id="MainPanel">
    <div style="float: left; margin-left: 240px; margin-top: 50px;">
     <div align="center">Brouw log bestanden upload.</div><br>
     <div id="eventsPanel"> </div>
     <div style="float: left; margin-top: 10px;" id="jqxFileUpload"> </div>
    </div>
   </div>

<?php
page_footer();
?>

mercurial