2 <html i18n-values=
"dir:textdirection;lang:language">
5 <title i18n-content=
"setTimeTitle"></title>
7 <link rel=
"stylesheet" href=
"chrome://resources/css/chrome_shared.css">
8 <link rel=
"stylesheet" href=
"set_time.css">
13 <h2 i18n-content=
"setTimeTitle"></h2>
14 <p id=
"prompt" i18n-content=
"prompt" class=
"row"></p>
16 <div class=
"timeControl">
17 <input id=
"date" type=
"date" i18n-values=
"title:dateLabel">
18 <input id=
"time" type=
"time" i18n-values=
"title:timeLabel">
21 <div id=
"timezone" class=
"row" hidden
>
22 <label id=
"timezone-label" for=
"timezone-select" i18n-content=
"timezone">
24 <select id=
"timezone-select" i18n-options=
"timezoneList"></select>
27 <div class=
"button-strip">
28 <button id=
"done" type=
"submit" i18n-content=
"doneButton"></button>
32 <script src=
"chrome://resources/js/cr.js"></script>
33 <script src=
"chrome://resources/js/load_time_data.js"></script>
34 <script src=
"chrome://resources/js/util.js"></script>
35 <script src=
"strings.js"></script>
36 <script src=
"set_time.js"></script>
37 <script src=
"chrome://resources/js/i18n_template.js"></script>