18 lines
543 B
HTML
18 lines
543 B
HTML
<div class="move">
|
|
<span id="update-status"></span> <span id="update-timer"></span>
|
|
</div>
|
|
#{html}
|
|
<div>
|
|
<label title="Controls whether *this* thread automatically updates or not">
|
|
<input type="checkbox" name="Auto Update This" #{if Conf['Auto Update'] then "checked" else ""}> Auto Update This
|
|
</label>
|
|
</div>
|
|
<div>
|
|
<label>
|
|
<input type="number" name="Interval" class="field" min="5" value="#{Conf['Interval']}"> Refresh rate (s)
|
|
</label>
|
|
</div>
|
|
<div>
|
|
<input value="Refresh thread" type="button" name="Update">
|
|
</div>
|