www/js/rec_edit.js

changeset 348
5fc0f4b42224
parent 347
e6e7ec9e33e0
child 350
c314277905e6
equal deleted inserted replaced
347:e6e7ec9e33e0 348:5fc0f4b42224
1021 // 1 Balanced 1021 // 1 Balanced
1022 // 2 Malty. 1022 // 2 Malty.
1023 $('#tgt_bu').val(Math.round(GetBUGU() * 100) / 100); 1023 $('#tgt_bu').val(Math.round(GetBUGU() * 100) / 100);
1024 // From brouwhulp. 1024 // From brouwhulp.
1025 if (GetBUGU() < 0.32) 1025 if (GetBUGU() < 0.32)
1026 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Zeer zoet</span>"); 1026 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Zeer moutig en zoet</span>");
1027 else if (GetBUGU() < 0.43) 1027 else if (GetBUGU() < 0.43)
1028 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Zoet</span>"); 1028 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Moutig, zoet</span>");
1029 else if (GetBUGU() < 0.52) 1029 else if (GetBUGU() < 0.52)
1030 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Evenwichtig</span>"); 1030 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Evenwichtig</span>");
1031 else if (GetBUGU() < 0.63) 1031 else if (GetBUGU() < 0.63)
1032 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Bitter</span>"); 1032 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Licht hoppig, bitter</span>");
1033 else 1033 else
1034 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Zeer bitter</span>"); 1034 $('#wr_bu').html("<span style='vertical-align: top; font-size: 14px; font-style: italic;'>Extra hoppig, zeer bitter</span>");
1035 $('#tgt_cl_so4').val(Math.round(GetOptClSO4ratio() * 10) / 10); 1035 $('#tgt_cl_so4').val(Math.round(GetOptClSO4ratio() * 10) / 10);
1036 if (sulfate > 0) 1036 if (sulfate > 0)
1037 RA = chloride / sulfate; 1037 RA = chloride / sulfate;
1038 else 1038 else
1039 RA = 10; 1039 RA = 10;

mercurial