|
Lines 44-50
Link Here
|
| 44 |
<legend>Task scheduler</legend |
44 |
<legend>Task scheduler</legend |
| 45 |
><ol> |
45 |
><ol> |
| 46 |
<li><span class="label">Current server time is:</span> [% time | html %]</li> |
46 |
<li><span class="label">Current server time is:</span> [% time | html %]</li> |
| 47 |
<li><label for="starttime">Time:</label> <input type="text" name="starttime" id="starttime" value="" maxlength="5" size="5" /></li> |
47 |
<li><label for="starttime">Time: (set 24 hour time hhmm):</label> |
|
|
48 |
<input type="text" name="starttime" id="starttime" value="" maxlength="5" size="5" placeholder="hhmm" required /></li> |
| 48 |
<li> |
49 |
<li> |
| 49 |
<label for="startdate">Date: </label> |
50 |
<label for="startdate">Date: </label> |
| 50 |
<input type="text" size="10" id="startdate" name="startdate" class="flatpickr" data-flatpickr-futuredate="true" value="" /> |
51 |
<input type="text" size="10" id="startdate" name="startdate" class="flatpickr" data-flatpickr-futuredate="true" value="" /> |
| 51 |
- |
|
|