www/profile_mash.php

Mon, 12 Nov 2018 16:34:43 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 12 Nov 2018 16:34:43 +0100
changeset 89
082c23b26055
parent 45
95251bedfab4
child 213
b0d484a5525e
permissions
-rw-r--r--

Missing Water agent costs from Brouwhulp import are now added from the imported miscs database. The printed recipe report now calculates the beer color from the ingredients. Also set during recipes import. This will later allow to set the color method for each recipe individually.

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

   <div id="jqxgrid"></div>
   <div style="margin-top: 30px;">
    <div id="cellbegineditevent"></div>
    <div style="margin-top: 10px;" id="cellendeditevent"></div>
   </div>

   <!-- Popup editor window. -->
   <div id="popupWindow">
    <div>Wijzig maisch schema.</div>
    <div style="overflow: hidden;">
     <table>
      <tr>
       <td align="right" style="vertical-align: top;">Schema naam:</td>
       <td align="left" colspan="3" style="vertical-align: top;"><input id="name" /></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Opmerkingen:</td>
       <td align="left" colspan="3"><textarea id="notes"></textarea></td>
      </tr>
      <tr>
       <td align="right" style="vertical-align: top;">Stappen:</td>
       <td align="left" colspan="3"><div id="grid">Graat</div></td>
      </tr>
      <tr>
       <td style="padding-top: 10px;" align="right"><input type="button" id="Delete" value="Delete" /></td>
       <td align="right"></td>
       <td align="right"></td>
       <td style="padding-top: 10px;" align="right">
        <input style="margin-right: 5px;" type="button" id="Save" value="Save" />
        <input id="Cancel" type="button" value="Cancel" />
       </td>
      </tr>
     </table>
    </div>
   </div>

<?php
confirm_delete();
page_footer();
?>

mercurial