| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/iotdatal/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Senzor BME280</title>
<script type="text/JavaScript" src="calendar/calendar_eu.js"></script>
<link rel="stylesheet" href="calendar/calendar.css">
</head>
<body>
<div align="center" >
<div style="border-bottom-width:3px; border-bottom-color:blue; border-bottom-style: solid; width:800px; height:70px; padding-top:5px; ">
<span style="font-size:34px; color: blue; font-family:Verdana, Geneva, sans-serif"><b>OČITAVANJE ID SA RFID TAG</b></span>
<br />
</div>
<div style="border-bottom-width:2px; border-bottom-color:blue; border-bottom-style: solid; width:800px; height:40px; padding-top:10px;" >
<form style="margin: 0; padding: 0;" action="list_3.php" target="iframe1" method="get" name="node_list_data" id="node_list_data">
<table>
<tr>
<td>
<b>Prvi datum:</b>
<input type="text" name="date1" />
<script language="JavaScript">
new tcal ({
// form name
'formname': 'node_list_data',
// input name
'controlname': 'date1'
});
</script>
<br>
</td>
<td> <b>Drugi datum:</b>
<input type="text" name="date2" />
<script language="JavaScript">
new tcal ({
// form name
'formname': 'node_list_data',
// input name
'controlname': 'date2'
});
</script>
</td>
<td>
<input value="Prikaz" name="enter" src="" alt="Proracun" type="submit" style="height: 25px; width: 65px" >
</td>
</tr>
</table>
</form>
</div>
</div>
<?php
?>
</body>
</html>