Newer
Older
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>HyppyNet</title>
<link rel="stylesheet" href="styles.css">
<script src="code.js"></script>
</head>
<body onload="init()">
<div id="container">
<h1>Hypyt</h1>
<input type="text" placeholder="Hyppy nro.*" id="newJumpNumber" onkeypress="return /[0-9]/i.test(event.key)"/>
<input type="text" placeholder="Päivä*" id="newJumpDate"/>
<input type="text" placeholder="Paikka*" id="newJumpPlace"/>
<input type="text" placeholder="Lentokone*" id="newJumpPlane"/>
<input type="text" placeholder="Päävarjo*" id="newJumpCanopy"/>
<input type="text" placeholder="Korkeus*" id="newJumpHeight" onkeypress="return /[0-9]/i.test(event.key)"/>
<input type="text" placeholder="Vapaa*" id="newJumpFalltime" onkeypress="return /[0-9]/i.test(event.key)"/>
<input type="text" placeholder="Kommentit" id="newJumpComments"/>
<input type="text" placeholder="Medialinkki" id="newJumpLink"/>
<p id="sortJumpsButton" onclick="changeJumpOrder()">Järjestys ▼</p>