Jacek Kowalski
2019-12-16 07517ae563097e04e91ea3fae2c2ca1cf2309b86
commit | author | age
175a52 1 <!DOCTYPE html>
JK 2 <html>
3 <head>
4 <title>Inwentaryzacja</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <link rel="stylesheet" type="text/css" href="locate.css" />
7 <script type="text/javascript" src="locate.js"></script>
8 </head>
9 <body>
10
11 <noscript>
12 Narzędzie wymaga JavaScriptu.
13 </noscript>
14
15 <div id="data">
16 </div>
17
18 <div id="status">
19 <p id="result1">(puste)</p>
20 <p id="result2">(puste)</p>
21 <p id="result3">Proszę czekać...</p>
22 <p id="input"><input type="text" name="i1" id="i1" size="8" tabindex="1" /> <input type="text" name="i2" id="i2" size="3" tabindex="2" /> <input type="text" name="i3" id="i3" size="3" tabindex="3" /> <input type="button" id="i4" value="Wprowadź" tabindex="4" /> <input type="button" id="i5" value="Zapisz dane na serwerze" tabindex="5" /> <input type="button" id="i6" value="Zakończ inwentaryzację" tabindex="6" /> </p>
23 </div>
24
25 <audio src="error.wav" id="audio"></audio>
26
27 </body>
28 </html>