mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
315 lines
17 KiB
XML
315 lines
17 KiB
XML
<?xml version="1.0"?>
|
|
<!-- ***** BEGIN LICENSE BLOCK *****
|
|
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
-
|
|
- The contents of this file are subject to the Mozilla Public License Version
|
|
- 1.1 (the "License"); you may not use this file except in compliance with
|
|
- the License. You may obtain a copy of the License at
|
|
- http://www.mozilla.org/MPL/
|
|
-
|
|
- Software distributed under the License is distributed on an "AS IS" basis,
|
|
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
- for the specific language governing rights and limitations under the
|
|
- License.
|
|
-
|
|
- The Original Code is OEone Calendar Code, released October 31st, 2001.
|
|
-
|
|
- The Initial Developer of the Original Code is
|
|
- OEone Corporation.
|
|
- Portions created by the Initial Developer are Copyright (C) 2001
|
|
- the Initial Developer. All Rights Reserved.
|
|
-
|
|
- Contributor(s): Garth Smedley <garths@oeone.com>
|
|
- Mike Potter <mikep@oeone.com>
|
|
-
|
|
- Alternatively, the contents of this file may be used under the terms of
|
|
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
- in which case the provisions of the GPL or the LGPL are applicable instead
|
|
- of those above. If you wish to allow use of your version of this file only
|
|
- under the terms of either the GPL or the LGPL, and not to allow others to
|
|
- use your version of this file under the terms of the MPL, indicate your
|
|
- decision by deleting the provisions above and replace them with the notice
|
|
- and other provisions required by the LGPL or the GPL. If you do not delete
|
|
- the provisions above, a recipient may use your version of this file under
|
|
- the terms of any one of the MPL, the GPL or the LGPL.
|
|
-
|
|
- ***** END LICENSE BLOCK ***** -->
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
|
<?xul-overlay href="chrome://calendar/content/datepicker/datepicker-overlay.xul"?>
|
|
<?xul-overlay href="chrome://calendar/content/timepicker/timepicker-overlay.xul"?>
|
|
|
|
<!-- CSS File with all styles specific to the dialog -->
|
|
<?xml-stylesheet href="chrome://calendar/skin/calendarEventDialog.css" ?>
|
|
<?xml-stylesheet href="chrome://calendar/skin/dialogOverlay.css" type="text/css"?>
|
|
|
|
|
|
<!-- DTD File with all strings specific to the calendar -->
|
|
<!DOCTYPE window
|
|
[
|
|
<!ENTITY % dtd1 SYSTEM "chrome://calendar/locale/global.dtd" > %dtd1;
|
|
<!ENTITY % dtd2 SYSTEM "chrome://calendar/locale/calendar.dtd" > %dtd2;
|
|
]>
|
|
|
|
|
|
<window
|
|
id="calendar-new-eventwindow"
|
|
title="Calendar Event"
|
|
orient="vertical"
|
|
onload="loadCalendarEventDialog()"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
>
|
|
|
|
|
|
<!-- Javascript DTD To Variable -->
|
|
<script type="application/x-javascript">
|
|
var neStartTimeErrorAlertMessage = "&newevent.starttimeerror.alertmessage;";
|
|
var neRecurErrorAlertMessage = "&newevent.recurendtimeerror.alertmessage;";
|
|
</script>
|
|
|
|
<!-- Javascript includes -->
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/strres.js"/>
|
|
<script type="application/x-javascript" src="chrome://calendar/content/dateUtils.js"/>
|
|
<script type="application/x-javascript" src="chrome://calendar/content/calendarEventDialog.js"/>
|
|
|
|
<!-- Data used in JS from dtd -->
|
|
|
|
<dataset>
|
|
<data id="data-event-title-new" value="&event.title.new;" />
|
|
<data id="data-event-title-edit" value="&event.title.edit;" />
|
|
<data id="neStartTimeErrorAlertMessage" value="&newevent.starttimeerror.alertmessage;" />
|
|
</dataset>
|
|
|
|
|
|
<!-- Picker popups -->
|
|
|
|
<popup id="oe-date-picker-popup" position="after_start" oncommand="onDatePick( this )" value=""/>
|
|
<popup id="oe-time-picker-popup" position="after_start" oncommand="onTimePick( this )" value=""/>
|
|
|
|
<!-- The dialog -->
|
|
|
|
<!-- dialog-box: from dialogOverlay.xul -->
|
|
|
|
<vbox id="dialog-box" flex="1">
|
|
|
|
<!-- standard-dialog-content: from dialogOverlay.xul -->
|
|
|
|
<vbox id="standard-dialog-content" flex="1">
|
|
|
|
<!-- Form elements -->
|
|
|
|
<grid>
|
|
|
|
<columns>
|
|
<column />
|
|
<column flex="1"/>
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<!-- Title -->
|
|
<row align="center">
|
|
<hbox class="field-label-box-class" pack="end">
|
|
<label for="title-field" value="&newevent.title.label;"/>
|
|
</hbox>
|
|
<textbox id="title-field"/>
|
|
</row>
|
|
|
|
<!-- Location -->
|
|
<row align="center">
|
|
<hbox class="field-label-box-class" pack="end">
|
|
<label for="location-field" value="&newevent.location.label;"/>
|
|
</hbox>
|
|
<textbox id="location-field"/>
|
|
</row>
|
|
|
|
<!-- Category -->
|
|
<row collapsed="true" align="center">
|
|
<hbox class="field-label-box-class" pack="end">
|
|
<label for="category-field" value="&newevent.category.label;"/>
|
|
</hbox>
|
|
<menulist id="category-field" label="&newevent.choosecategory.label;" value="" >
|
|
<menupopup id="category-field-menupopup">
|
|
<menuitem label="&newevent.nocategory.label;" value=""/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
|
|
<!-- Date -->
|
|
<row align="center">
|
|
<hbox class="field-label-box-class" pack="end">
|
|
<label value="&newevent.date.label;"/>
|
|
</hbox>
|
|
<hbox id="start-date-box" align="center">
|
|
<textbox id="start-date-text" readonly="true" onmousedown="prepareDatePicker('start-date-text')" popup="oe-date-picker-popup" position="after_start"/>
|
|
<image class="four-state-image-button" id="start-date-button" onmousedown="prepareDatePicker('start-date-text')" popup="oe-date-picker-popup" position="after_start" />
|
|
</hbox>
|
|
</row>
|
|
|
|
|
|
<!-- All Day -->
|
|
<row align="center">
|
|
<spacer />
|
|
<checkbox id="all-day-event-checkbox" label="&newevent.alldayevent.label;" checked="false" oncommand="commandAllDay()"/>
|
|
</row>
|
|
|
|
|
|
<!-- Start -->
|
|
<row align="center">
|
|
<hbox class="field-label-box-class" pack="end">
|
|
<label id="start-time-label" value="&newevent.start.label;"/>
|
|
</hbox>
|
|
<hbox id="start-event-time-box" align="center">
|
|
<textbox id="start-time-text" readonly="true" value="" onmousedown="prepareTimePicker('start-time-text')" popup="oe-time-picker-popup" position="after_start"/>
|
|
<image class="four-state-image-button" id="start-time-button" onmousedown="prepareTimePicker('start-time-text')" popup="oe-time-picker-popup" position="after_start"/>
|
|
</hbox>
|
|
</row>
|
|
|
|
|
|
<!-- End -->
|
|
<row align="center">
|
|
<hbox class="field-label-box-class" pack="end">
|
|
<label id="end-time-label" value="&newevent.end.label;"/>
|
|
</hbox>
|
|
<hbox id="end-event-time-box" align="center">
|
|
<textbox id="end-time-text" readonly="true" value="" onmousedown="prepareTimePicker('end-time-text')" popup="oe-time-picker-popup" position="after_start"/>
|
|
<image class="four-state-image-button" id="end-time-button" onmousedown="prepareTimePicker('end-time-text')" popup="oe-time-picker-popup" position="after_start"/>
|
|
</hbox>
|
|
</row>
|
|
|
|
|
|
<!-- Description -->
|
|
<row flex="1" align="start">
|
|
<hbox class="field-label-box-class" pack="end">
|
|
<label for="description-field" value="&newevent.description.label;"/>
|
|
</hbox>
|
|
<textbox id="description-field" multiline="true" rows="3" cols="30" />
|
|
</row>
|
|
|
|
|
|
<!-- Private -->
|
|
<row collapsed="true" align="center">
|
|
<spacer />
|
|
<checkbox id="private-checkbox" checked="false" label="&newevent.private.label;"/>
|
|
</row>
|
|
|
|
|
|
<!-- Alarm -->
|
|
<row align="center">
|
|
<spacer />
|
|
<vbox>
|
|
<hbox id="alarm-box" align="center">
|
|
<checkbox id="alarm-checkbox" class="proper-align" label="&newevent.alarm.label;" checked="false" oncommand="commandAlarm()"/>
|
|
<textbox id="alarm-length-field" oninput="alarmLengthKeyDown( this )"/>
|
|
|
|
<menulist id="alarm-length-units" labelnumber="labelplural">
|
|
<menupopup>
|
|
<menuitem label="&alarm.units.minutes;" labelplural="&alarm.units.minutes;" labelsingular="&alarm.units.minutes.singular;" value="minutes"/>
|
|
<menuitem label="&alarm.units.hours;" labelplural="&alarm.units.hours;" labelsingular="&alarm.units.hours.singular;" value="hours" />
|
|
<menuitem label="&alarm.units.days;" labelplural="&alarm.units.days;" labelsingular="&alarm.units.days.singular;" value="days"/>
|
|
</menupopup>
|
|
</menulist>
|
|
|
|
<label id="alarm-length-text" for="alarm-length-field" value="&newevent.beforealarm.label;"/>
|
|
|
|
</hbox>
|
|
<hbox id="alarm-box-email" collapsed="true" align="center">
|
|
<checkbox id="alarm-email-checkbox" label="&newevent.email.label;" checked="false" oncommand="commandAlarmEmail()"/>
|
|
<textbox id="alarm-email-field" disabled="true" size="39" value="" />
|
|
</hbox>
|
|
</vbox>
|
|
</row>
|
|
|
|
<!-- Invite -->
|
|
<row collapsed="true" align="center">
|
|
<spacer />
|
|
<vbox>
|
|
<hbox id="invite-box" align="center">
|
|
<checkbox id="invite-checkbox" label="&newevent.invite.label;" checked="false" oncommand="commandInvite()"/>
|
|
<spacer id="invite-spacer" />
|
|
<textbox id="invite-email-field" size="39" disabled="true"/>
|
|
</hbox>
|
|
</vbox>
|
|
</row>
|
|
|
|
<!-- Repeat -->
|
|
<row collapsed="false" align="center">
|
|
<spacer />
|
|
<vbox>
|
|
<hbox id="repeat-box" align="center">
|
|
<checkbox id="repeat-checkbox" class="proper-align" label="&newevent.repeat.label;" checked="false" oncommand="commandRepeat()"/>
|
|
<textbox id="repeat-length-field" disable-controller="repeat" value="1" oninput="repeatLengthKeyDown( this )"/>
|
|
|
|
<menulist crop="none" oncommand="repeatUnitCommand( this )" labelnumber="labelplural" id="repeat-length-units" disable-controller="repeat">
|
|
<menupopup>
|
|
<menuitem label="&repeat.units.days;" labelplural="&repeat.units.days;" labelsingular="&repeat.units.days.singular;" id="repeat-length-days" value="days" />
|
|
<menuitem label="&repeat.units.weeks;" labelplural="&repeat.units.weeks;" labelsingular="&repeat.units.weeks.singular;" id="repeat-length-weeks" value="weeks" selected="true" />
|
|
<menuitem label="&repeat.units.months;" labelplural="&repeat.units.months;" labelsingular="&repeat.units.months.singular;" id="repeat-length-months" value="months" />
|
|
<menuitem label="&repeat.units.years;" labelplural="&repeat.units.years;" labelsingular="&repeat.units.years.singular;" id="repeat-length-years" value="years" />
|
|
</menupopup>
|
|
</menulist>
|
|
</hbox>
|
|
|
|
|
|
<hbox id="repeat-extenstions-week" disabled="true" disable-controller="repeat" collapsed="false" align="center">
|
|
<spacer class="repeat-left-spacer" />
|
|
<checkbox disable-controller="repeat" class="repeat-day-class" label="Sun" id="advanced-repeat-week-0" value="0" checked="false" />
|
|
<checkbox disable-controller="repeat" class="repeat-day-class" label="Mon" id="advanced-repeat-week-1" value="1" checked="false" />
|
|
<checkbox disable-controller="repeat" class="repeat-day-class" label="Tue" id="advanced-repeat-week-2" value="2" checked="false" />
|
|
<checkbox disable-controller="repeat" class="repeat-day-class" label="Wed" id="advanced-repeat-week-3" value="3" checked="false" />
|
|
<checkbox disable-controller="repeat" class="repeat-day-class" label="Thu" id="advanced-repeat-week-4" value="4" checked="false" />
|
|
<checkbox disable-controller="repeat" class="repeat-day-class" label="Fri" id="advanced-repeat-week-5" value="5" checked="false" />
|
|
<checkbox disable-controller="repeat" class="repeat-day-class" label="Sat" id="advanced-repeat-week-6" value="6" checked="false" />
|
|
</hbox>
|
|
|
|
|
|
<hbox id="repeat-extenstions-month" diabled="true" collapsed="true" align="center">
|
|
<spacer class="repeat-left-spacer" />
|
|
<vbox align="center">
|
|
<radiogroup id="advanced-repeat-month" disable-controller="repeat">
|
|
<radio group="advanced-repeat-month" disable-controller="repeat" id="advanced-repeat-dayofmonth" label="On the xth day of the month" selected="true"/>
|
|
<radio group="advanced-repeat-month" disable-controller="repeat" id="advanced-repeat-dayofweek" label="Last Tuesday of the month"/>
|
|
</radiogroup>
|
|
</vbox>
|
|
</hbox>
|
|
|
|
<spacer height="10" />
|
|
|
|
<hbox align="center">
|
|
<spacer class="repeat-left-spacer" />
|
|
<radiogroup id="repeat-until-group" disable-controller="repeat">
|
|
<radio group="repeat-until-group" id="repeat-forever-radio" disable-controller="repeat" label="&newevent.forever.label;" oncommand="commandUntil()"/>
|
|
|
|
<hbox id="repeat-end-box" align="center">
|
|
<radio group="repeat-until-group" id="repeat-until-radio" disable-controller="repeat" selected="true" label="&newevent.until.label;" oncommand="commandUntil()"/>
|
|
<spacer id="until-spacer"/>
|
|
<textbox id="repeat-end-date-text" readonly="true" value="" onmousedown="prepareDatePicker('repeat-end-date-text')" popup="oe-date-picker-popup" position="before_start"/>
|
|
<image class="four-state-image-button" id="repeat-end-date-button" onmousedown="prepareDatePicker('repeat-end-date-text')" popup="oe-date-picker-popup" position="before_start"/>
|
|
</hbox>
|
|
|
|
|
|
</radiogroup>
|
|
</hbox>
|
|
|
|
|
|
</vbox>
|
|
</row>
|
|
<!-- Repeat -->
|
|
|
|
</rows>
|
|
</grid>
|
|
|
|
</vbox> <!-- standard-dialog-content -->
|
|
|
|
|
|
<!-- Bottom Box -->
|
|
<box id="okCancelButtonsRight"/>
|
|
|
|
</vbox> <!-- dialog-box -->
|
|
|
|
</window>
|