Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html [ <!ENTITY % dtd1 SYSTEM "chrome://calendar/locale/global.dtd"> %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://calendar/locale/calendar.dtd" >
%dtd2;
<!ENTITY % dtd3 SYSTEM "chrome://calendar/locale/calendar-event-dialog.dtd" >
%dtd3; ]>
<html
id="calendar-event-dialog-timezone"
windowtype="Calendar:EventDialog:Timezone"
lightweightthemes="true"
scrolling="false"
>
<head>
<title>&timezone.title.label;</title>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://calendar/skin/calendar-event-dialog.css" />
<link rel="stylesheet" href="chrome://calendar/skin/shared/widgets/minimonth.css" />
<link rel="stylesheet" href="chrome://calendar/skin/shared/datetimepickers.css" />
<link rel="stylesheet" href="chrome://messenger/skin/contextMenu.css" />
<link rel="stylesheet" href="chrome://messenger/skin/themeableDialog.css" />
<script defer="defer" src="chrome://messenger/content/dialogShadowDom.js"></script>
<script defer="defer" src="chrome://calendar/content/widgets/calendar-minimonth.js"></script>
<script defer="defer" src="chrome://calendar/content/calendar-dialog-utils.js"></script>
<script defer="defer" src="chrome://calendar/content/calendar-ui-utils.js"></script>
<script defer="defer" src="chrome://calendar/content/widgets/datetimepickers.js"></script>
<script
defer="defer"
></script>
</head>
<dialog>
<hbox align="center">
<spacer flex="1" />
<datetimepicker id="timezone-time" disabled="true" />
</hbox>
<menulist id="timezone-menulist" oncommand="updateTimezone()">
<menupopup id="timezone-menupopup" style="height: 460px" />
</menulist>
<stack id="timezone-stack">
<html:img
id="highlighter"
alt=""
class="timezone-highlight"
tzid="+0000"
/>
</stack>
</dialog>
</html:body>
</html>