Делаем подарки
This commit is contained in:
parent
5834b58783
commit
b9f4935841
@ -98,7 +98,7 @@ if (!empty($_POST['present'])) {
|
|||||||
<label><input type=radio name=from value=1> анонимно</label><br>
|
<label><input type=radio name=from value=1> анонимно</label><br>
|
||||||
<label><input type=radio name=from value=2> от имени клана</label><br>
|
<label><input type=radio name=from value=2> от имени клана</label><br>
|
||||||
Долговечность подарка (5кр в день):<br>
|
Долговечность подарка (5кр в день):<br>
|
||||||
<input name="days" onkeyup="calc()" placeholder="Количество дней"> Цена: <span id="price"></span>
|
<input name="days" placeholder="Количество дней">
|
||||||
<p>
|
<p>
|
||||||
<button>Подарить</button>
|
<button>Подарить</button>
|
||||||
|
|
||||||
@ -137,11 +137,5 @@ if (!empty($_POST['present'])) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<script>
|
|
||||||
function calc() {
|
|
||||||
var num = document.getElementById("days").value;
|
|
||||||
document.getElementById("price").innerHTML = num * 5;
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user