W&T
66
Example user.htm:
<
user.htm
>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>
Web-IO Thermometer
</p>
<p>Time: <
w&t_tags=time
></p>
<p><
w&t_tags=sensor1
>: <
w&t_tags=t1
> °C</p>
<p><
w&t_tags=sensor2
>: <
w&t_tags=t2
> °C</p>
<p><
w&t_tags=sensor3
>: <
w&t_tags=t3
> °C</p>
<p><
w&t_tags=sensor4
>: <
w&t_tags=t4
> °C</p>
<p> </p>
<
form action="log.htm" method="POST"
>
<p>Output data logger:</p>
<p><
w&t_tags=steps
></p>
<p><
w&t_tags=ok_button
></p>
<
/form
>
<
form action="thermo.csv" method="POST"
>
<p>CSV output</p>
<p><
w&t_tags=steps
></p>
<p><
w&t_tags=ok_button
></p>
<
/form
>
<
form action="user.htm" method="GET"
>
<p><
w&t_tags=reload_button
></p>
<
/form
>
</body>
</html>