Lines 48-54
Link Here
|
48 |
<li><span class="label">Current server time is:</span> |
48 |
<li><span class="label">Current server time is:</span> |
49 |
[% time | html %]</li> |
49 |
[% time | html %]</li> |
50 |
<li><label for="starttime">Time:</label> |
50 |
<li><label for="starttime">Time:</label> |
51 |
<input type="text" name="starttime" id="starttime" value="" maxlength="5" size="5" /></li> |
51 |
<input type="time" name="starttime" id="starttime" value="" maxlength="5" size="5" /></li> |
52 |
<li> |
52 |
<li> |
53 |
<label for="startdate">Date: </label> |
53 |
<label for="startdate">Date: </label> |
54 |
<input type="text" size="10" id="startdate" name="startdate" class="flatpickr" data-flatpickr-futuredate="true" value="" /> |
54 |
<input type="text" size="10" id="startdate" name="startdate" class="flatpickr" data-flatpickr-futuredate="true" value="" /> |
55 |
- |
|
|