<!DOCTYPE html> 
 | 
<html> 
 | 
<head> 
 | 
<title>Inwentaryzacja</title> 
 | 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
 | 
<link rel="stylesheet" type="text/css" href="locate.css" /> 
 | 
<script type="text/javascript" src="locate.js"></script> 
 | 
</head> 
 | 
<body> 
 | 
  
 | 
<noscript> 
 | 
Narzędzie wymaga JavaScriptu. 
 | 
</noscript> 
 | 
  
 | 
<div id="data"> 
 | 
</div> 
 | 
  
 | 
<div id="status"> 
 | 
<p id="result1">(puste)</p> 
 | 
<p id="result2">(puste)</p> 
 | 
<p id="result3">Proszę czekać...</p> 
 | 
<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> 
 | 
</div> 
 | 
  
 | 
<audio src="error.wav" id="audio"></audio> 
 | 
  
 | 
</body> 
 | 
</html> 
 |