diff options
author | emkael <emkael@tlen.pl> | 2019-02-15 22:51:05 +0300 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-02-15 22:51:05 +0300 |
commit | d25462acf09cbd7f91d4689ef67063b3f4b69a62 (patch) | |
tree | 8d2d39b526ac505d0e91d076c7b118971cdf9369 /http | |
parent | 1e7ead44dfe6c09ec8f3367e85c1849156e0ff90 (diff) |
Moving KMP radio button to the top
Diffstat (limited to 'http')
-rw-r--r-- | http/pkle2018-test.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/http/pkle2018-test.php b/http/pkle2018-test.php index ca8882a..446a94c 100644 --- a/http/pkle2018-test.php +++ b/http/pkle2018-test.php @@ -246,6 +246,7 @@ function submitit(ev){ <input type="radio" name="rozdan" id="rozdan1" value="1"><label for="rozdan1"> od 40</label> </td> <td valign=top rowspan="2">RANGA ZAWODÓW<br /> + <input type="radio" name="rng" id="rg_kmp" value="-93"><label for="rg_kmp"> KMP</label><br /> <input type="radio" name="rng" id="rg1" value="1"><label for="rg1"> OTP<sup>∗∗∗∗</sup></label><br /> <input type="radio" name="rng" id="rg2" value="2"><label for="rg2"> OTP<sup>∗∗∗</sup></label><br /> <input type="radio" name="rng" id="rg3" value="3"><label for="rg3"> OTP<sup>∗∗</sup></label><br /> @@ -253,8 +254,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><br /> - <input type="radio" name="rng" id="rg_kmp" value="-93"><label for="rg_kmp"> KMP</label></td> + <input type="radio" name="rng" id="rg8" value="8"><label for="rg8"> Klubowy</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> |