buf=buf.."<h1>Welcome to the WordClock</h1>Please note that all settings are mandatory<br /><br />"
buf=buf.."<form action=\"\" method=\"POST\">"
buf=buf.."<table id=\"table-6\">"
buf=buf.."<tr><th>WIFI-SSID</b></th><td><input id=\"ssid\" name=\"ssid\" value=\""..ssid.."\"></td><td>SSID of the wireless network</td></tr>"
buf=buf.."<tr><th>WIFI-Password</th><td><input id=\"password\" name=\"password\"></td><td>Password of the wireless network</td></tr>"
buf=buf.."<tr><th>SNTP Server</th><td><input id=\"sntpserver\" name=\"sntpserver\" value=\""..sntpserverhostname.."\"></td><td>Server to sync the time with. Only one ntp server is allowed.</tr>"
buf=buf.."<tr><th>Offset to UTC time</th><td><input id=\"timezoneoffset\" name=\"timezoneoffset\" value=\""..timezoneoffset.."\"></td><td>Define the offset to UTC time in hours. For example +1 hour for Germany</tr>"