Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: http-clock-html.c
- Revision:
- 22:f45bbb468439
- Parent:
- 21:048b7dbdf0aa
- Child:
- 24:0ed9f1faea96
--- a/http-clock-html.c Wed Jan 09 12:25:08 2019 +0000
+++ b/http-clock-html.c Wed Jan 09 18:22:56 2019 +0000
@@ -40,9 +40,9 @@
PageAddAjaxHex ( 6.0, "Next Month" , 5.2 , "ajax-leap-month" , "set-clock-leap-month" );
PageAddAjaxHex ( 6.0, "Count" , 5.2 , "ajax-leap-count" , "set-clock-leap-count" );
- HttpAddText("<button type='button' onclick='DisplayLeap()'>Display Leap</button>\r\n");
+ HttpAddText("<div><button type='button' onclick='DisplayLeap()'>Display Leap</button></div>\r\n");
- HttpAddText("<div><a href='https://www.ietf.org/timezones/data/leap-seconds.list'>ietf leap seconds list</a></div>\r\n");
+ HttpAddText("<div>The leap seconds list is available from <a href='https://www.ietf.org/timezones/data/leap-seconds.list' target='_blank'>ietf</a></div>\r\n");
PageAddH2("Settings");
PageAddIntInput ("/clock", 0, "Ppb", 12, "ppb", 5, ClkGovGetPpb() );