www/rec_import.php

Thu, 13 Jun 2019 21:28:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 13 Jun 2019 21:28:17 +0200
changeset 407
9281bbbf26a6
parent 307
75f8b569043c
permissions
-rw-r--r--

Added fermentablesugars dropdown table. The calcCarbonation function now works with the new dropdown lists. Selecting a priming sugar adds or updates the sugar in the fermentables table.

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

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

<?php
page_footer();
?>

mercurial