Rebasing from master.

I had started work on a new feature on the production branch. Master
having been protected.
This commit is contained in:
20xd6 2020-09-27 16:40:06 -04:00
parent b10810b120
commit de2e79491c

View File

@ -109,14 +109,13 @@
<br/> <br/>
<label for="originalTZ">Display original timezone</label> <label for="originalTZ">Display original timezone</label>
<input type="checkbox" name="originalTZ" value="origTZ"> <input type="checkbox" name="originalTZ" value="origTZ">
<span class="chkbox> <span class="chkbox">
<label for="displayOffset">Display offset of selected timezones</label> <label for="displayOffset">Display offset of selected timezones</label>
<input type="checkbox" name="displayOffset" value="disOS"/> <input type="checkbox" name="displayOffset" value="disOS"/>
</span> </span>
</form> </form>
<p id="JStz"><?php echo date("e");?></p> <p id="JStz"><?php echo date("e");?></p>
<h3>Timer</h3>
<a href="timer/" title="The timer page">Timer</a>
</div><!--end of "body" div--> </div><!--end of "body" div-->
</body> </body>
</html> </html>