Будильник
(custom)
<form action="http://192.168.0.193/cgi-bin/alarm-web/alarms.pl" method="get" target="_blank">
<input type="hidden" name="id" value="0"/>
<input type="hidden" name="page" value="save"/>
<input name="save" value="Update" type="submit">
<table class="edit_alarm">
<tr>
<th><label for="name">Название</label></th>
<td><input type="text" name="name" id="name" value="%Chumby.AlarmName%"/></td>
</tr>
<tr>
<th><label for="time">Время</label></th>
<td><input type="text" name="time" size="7" id="time" value="%Chumby.AlarmTime%"/></td>
</tr>
<tr>
<th><label for="enabled">Включить</label></th>
<td>
<input type="checkbox" name="enabled" id="enabled" %Chumby.AlarmEnabled%>
</td>
</tr>
<tr>
<th>Когда</th>
<td>
<div><input type="radio" value="daily" name="when" id="daily" checked/> <label for="daily">Ежедневно</label></div>
<div><input type="radio" value="weekend" name="when" id="weekend"/> <label for="weekend">Выходные</label></div>
<div><input type="radio" value="weekday" name="when" id="weekday"/> <label for="weekday">Будни</label></div>
<div><input type="radio" value="sunday" name="when" id="sunday"/> <label for="sunday">Воскресенье</label></div>
<div><input type="radio" value="monday" name="when" id="monday"/> <label for="monday">Понедельник</label></div>
<div><input type="radio" value="tuesday" name="when" id="tuesday"/> <label for="tuesday">Вторник</label></div>
<div><input type="radio" value="wednesday" name="when" id="wednesday"/> <label for="wednesday">Среда</label></div>
<div><input type="radio" value="thursday" name="when" id="thursday"/> <label for="thursday">Четверг</label></div>
<div><input type="radio" value="friady" name="when" id="friady"/> <label for="friady">Пятница</label></div>
<div><input type="radio" value="saturday" name="when" id="saturday"/> <label for="saturday">Суббота</label></div>
</td>
</tr>
<tr>
<th><label for="duration">Прод.</label></th>
<td><input type="text" name="duration" id="duration" value="60"/></td>
</tr>
<tr>
<th><label for="action">Сигнал</label></th>
<td>
<div><input type="radio" value="beep" name="type" id="beep" checked/> <label for="beep">Play sound</label></div>
<div><input type="radio" value="audio" name="type" id="audio"/> <label for="audio">Play music</label></div>
</td>
</tr>
<tr>
<th>Sound</th>
<td>
<div><input type="radio" value="Beep" name="arg" id="Beep" checked/> <label for="Beep">Beep</label></div>
<div><input type="radio" value="Bugle" name="arg" id="Bugle"/> <label for="Bugle">Bugle</label></div>
<div><input type="radio" value="Klaxon" name="arg" id="Klaxon"/> <label for="Klaxon">Klaxon</label></div>
</td>
</tr>
</table>
</form>