Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
Softwarengeneer committed Nov 10, 2020
1 parent bf99464 commit 5b44eea
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion web/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,28 @@
<td colspan="3"><input required name="Y-input" class="illuminated animated" type="text" placeholder="значение в промежутке (-5 до 3)" maxlength="6"></td>
</tr>
<tr>
<td rowspan="2">Выберите R:</td>
<td rowspan="2">Выберите R: <br> Если выбрать несколько, <br> вы получите сумму...</td>
<br>

<td >
<h3></h3>
1<input type="checkbox" name="radius" autocomplete="off" class="rb" id="r_1" value="1" my-title="1">
</td>

<td>
+
2<input type="checkbox" name="radius" class="rb" autocomplete="off" id="r_2" value="2" my-title="2">
<td>
+
3<input type="checkbox" name="radius" class="rb" id="r_3" autocomplete="off" value="3" my-title="3">
</td>
</tr>
<tr>
<td>
+
4<input type="checkbox" name="radius" class="rb" id="r_4" value="4" autocomplete="off" my-title="4">
<td>
+
5<input type="checkbox" name="radius" class="rb" id="r_5" value="5" autocomplete="off" my-title="5">
</td>
</tr>
Expand All @@ -99,6 +107,7 @@




<tr>
<td colspan="5">
<button id="checkButton">Проверить</button>
Expand Down

0 comments on commit 5b44eea

Please sign in to comment.