www/profile_mash.php

Thu, 13 Dec 2018 20:32:36 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 13 Dec 2018 20:32:36 +0100
changeset 139
eb1ac7487710
parent 45
95251bedfab4
child 213
b0d484a5525e
permissions
-rw-r--r--

Added EBC color examples. Added simple progessbars for hop flavour and aroma contribution. We need something better. In the fermentables tab, above the grid display the malt color and OG estimates. Display supplier as well in the fermentables grid.

<?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