www/prod_archive_name.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 292
90cd3798edc2
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('Producten archief op naam', 'prod_archive_name');
?>

   <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