diff options
author | emkael <emkael@tlen.pl> | 2019-02-15 21:24:43 +0300 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-02-15 21:24:43 +0300 |
commit | 1e7ead44dfe6c09ec8f3367e85c1849156e0ff90 (patch) | |
tree | 239f16244354a426927900b742f0af017a23cbca /http/pkle2018-test.php | |
parent | 939d7ea7f6267ce3e5f4d6ba7988af7c1f3fb86c (diff) |
KMP support in calculator form
Diffstat (limited to 'http/pkle2018-test.php')
-rw-r--r-- | http/pkle2018-test.php | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/http/pkle2018-test.php b/http/pkle2018-test.php index c236c0d..ca8882a 100644 --- a/http/pkle2018-test.php +++ b/http/pkle2018-test.php @@ -90,6 +90,7 @@ function sendit(form) { over39_boards: parseInt(form.rozdan.value) } var tourtypes = ['tk', 'to', 'tp', 'ok', 'ok1', 'ot', 'gp', 'gg']; + tourtypes[101] = 'kmp'; params['manual[players_coefficient]'] = parseFloat(form.zaw.value); params['manual[min_points]'] = parseInt(form['min' + (8-params.tournament_rank) + (params.over39_boards ? '_' : '')].value); params['manual[tournament_weight]'] = parseInt(form['r' + tourtypes[params.tournament_rank] + (params.over39_boards ? '_' : '')].value); @@ -188,7 +189,9 @@ function submitit(ev){ OTP: <input type="text" id="rok" name="rok" maxlength="3" style="width:30px" value="5"><br /> Regionalny: <input type="text" id="rtp" name="rtp" maxlength="3" style="width:30px" value="4"><br /> Okręgowy: <input type="text" id="rto" name="rto" maxlength="3" style="width:30px" value="2"><br /> - Klubowy: <input type="text" id="rtk" name="rtk" maxlength="3" style="width:30px" value="1"></td> + Klubowy: <input type="text" id="rtk" name="rtk" maxlength="3" style="width:30px" value="1"> + <input type="hidden" id="rkmp" name="rkmp" value="1"> + </td> <td align="left" rowspan="3"> <input type="text" id="min1" name="min1" maxlength="3" style="width:30px" value="200"><br /> <input type="text" id="min2" name="min2" maxlength="3" style="width:30px" value="150"><br /> @@ -197,7 +200,8 @@ function submitit(ev){ <input type="text" id="min5" name="min5" maxlength="3" style="width:30px" value="0"><br /> <input type="text" id="min6" name="min6" maxlength="3" style="width:30px" value="0"><br /> <input type="text" id="min7" name="min7" maxlength="3" style="width:30px" value="0"><br /> - <input type="text" id="min8" name="min8" maxlength="3" style="width:30px" value="0"></td> + <input type="text" id="min8" name="min8" maxlength="3" style="width:30px" value="0"> + <input type="hidden" id="min-93" name="min-93" value="0"></td> <td align="right" rowspan="3"> OTP<sup>∗∗∗∗</sup>: <input type="text" id="rgg_" name="rgg_" maxlength="3" style="width:30px" value="40"><br /> OTP<sup>∗∗∗</sup>: <input type="text" id="rgp_" name="rgp_" maxlength="3" style="width:30px" value="25"><br /> @@ -206,7 +210,9 @@ function submitit(ev){ OTP: <input type="text" id="rok_" name="rok_" maxlength="3" style="width:30px" value="7"><br /> Regionalny: <input type="text" id="rtp_" name="rtp_" maxlength="3" style="width:30px" value="5"><br /> Okręgowy: <input type="text" id="rto_" name="rto_" maxlength="3" style="width:30px" value="3"><br /> - Klubowy: <input type="text" id="rtk_" name="rtk_" maxlength="3" style="width:30px" value="2"></td> + Klubowy: <input type="text" id="rtk_" name="rtk_" maxlength="3" style="width:30px" value="2"> + <input type="hidden" id="rkmp_" name="rkmp_" value="1"> + </td> <td align="left" rowspan="3"> <input type="text" id="min1_" name="min1_" maxlength="3" style="width:30px" value="300"><br /> <input type="text" id="min2_" name="min2_" maxlength="3" style="width:30px" value="200"><br /> @@ -215,7 +221,8 @@ function submitit(ev){ <input type="text" id="min5_" name="min5_" maxlength="3" style="width:30px" value="0"><br /> <input type="text" id="min6_" name="min6_" maxlength="3" style="width:30px" value="0"><br /> <input type="text" id="min7_" name="min7_" maxlength="3" style="width:30px" value="0"><br /> - <input type="text" id="min8_" name="min8_" maxlength="3" style="width:30px" value="0"></td> + <input type="text" id="min8_" name="min8_" maxlength="3" style="width:30px" value="0"> + <input type="hidden" id="min-93_" name="min-93_" value="0"></td> <td align="left" valign="top"><input type="text" id="zaw" name="zaw" maxlength="5" style="width:30px" value="0.05"></td> <td valign="top" colspan="2">PKL za 1 m = <b>śr.WK×WAGA + il.zaw×WSP</b></td> </tr> @@ -246,7 +253,8 @@ function submitit(ev){ <input type="radio" name="rng" id="rg5" value="5"><label for="rg5"> OTP</label><br /> <input type="radio" name="rng" id="rg6" value="6"><label for="rg6"> Regionalny</label><br /> <input type="radio" name="rng" id="rg7" value="7"><label for="rg7"> Okręgowy</label><br /> - <input type="radio" name="rng" id="rg8" value="8"><label for="rg8"> Klubowy</label></td> + <input type="radio" name="rng" id="rg8" value="8"><label for="rg8"> Klubowy</label><br /> + <input type="radio" name="rng" id="rg_kmp" value="-93"><label for="rg_kmp"> KMP</label></td> <td align="CENTER" valign=top>UCZESTNIKÓW<br /> <input type="text" id="iuc" name="iuc" maxlength="3" style="width:50px" onblur="valiuc(this,1)"><br /> <small>W zależności od typu<br />ilość indywidualistów,<br />par lub teamów</small></td> |