W&T
Beispiel 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 Analog-In</p>
<p>Zeit: <w&t_tags=time></p>
<p><w&t_tags=sensor1>: <w&t_tags=m1></p>
<p> </p>
<form action="log.htm" method="POST">
<p>Ausgabeformat Data Logger:</p>
<p><w&t_tags=steps></p>
<p><w&t_tags=ok_button></p>
</form>
<form action="logger.csv" method="POST">
<p>Ausgabeformat CSV-Ausgabe:</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>
63