mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
61 lines
2.7 KiB
XML
61 lines
2.7 KiB
XML
<?xml version="1.0" standalone="no" encoding="UTF-8"?>
|
|
<!DOCTYPE julian SYSTEM "http://kirkwood.mcom.com/julian.dtd">
|
|
<Calendar>
|
|
|
|
<!-- This is the User Heading Rule -->
|
|
<panel name="UserHeadingRule">
|
|
<tcc foregroundcolor="#0000FF" name="PrevDay" orientation="west" control="MultiCalendarEventWeekView" usectxrule="day-1" weightminor="0" weightmajor="0"/>
|
|
<object class="timebaruserheading" name="tuh" title="Zulu Calendar 0.1" weightmajor="1"/>
|
|
<tcc foregroundcolor="#0000FF" name="NextDay" orientation="east" control="MultiCalendarEventWeekView" usectxrule="day+1" weightminor="0" weightmajor="0"/>
|
|
</panel>
|
|
|
|
<!-- This is the Timebar Scale Rule -->
|
|
<panel name="ScaleViewRule">
|
|
<tcc foregroundcolor="#0000FF" name="PrevHour" orientation="north" control="MultiCalendarEventWeekView" usectxrule="hour-1" weightminor="0" weightmajor="0"/>
|
|
<timebarscale name="TimebarScale" weightminor="0" weightmajor="1" layout="ybox"/>
|
|
<tcc foregroundcolor="#0000FF" name="NextHour" orientation="south" control="MultiCalendarEventWeekView" usectxrule="hour+1" weightminor="0" weightmajor="0"/>
|
|
</panel>
|
|
|
|
<!-- This is the MonthController and Todo List -->
|
|
<panel name="ToDoCalViewRule">
|
|
<mcc name="MiniCalendar" control="MultiCalendarEventWeekView" usectxrule="DayList"/>
|
|
<!--
|
|
<todocanvas name="ToDoCanvas"/>
|
|
-->
|
|
</panel>
|
|
|
|
<!-- This is the MultiDayView and Command Bar -->
|
|
<panel name="MultiDayViewRule">
|
|
<multidayviewcanvas name="MultiCalendarEventWeekView" control="MiniCalendar" repeatable="DayContext" minrepeat="1" maxrepeat="1" count="1" layout="xbox"/>
|
|
<!--
|
|
<commandcanvas name="CommandCanvas" weightmajor="0" weightminor="0"/>
|
|
-->
|
|
<object class="timebaruserheading" name="tuh" title="Status Bar" weightmajor="0" weightminor="0"/>
|
|
</panel>
|
|
|
|
|
|
<!-- This is the MultiDay, Scale and Todo together -->
|
|
<panel name="MultiCalendarEventWeekViewPanel">
|
|
<control rule="ScaleViewRule" layout="ybox" weightmajor="0" weightminor="0"/>
|
|
<control rule="MultiDayViewRule" layout="ybox" width="400" weightmajor="1"/>
|
|
<control rule="ToDoCalViewRule" layout="ybox" weightmajor="0" weightminor="0"/>
|
|
<!-- <set tag="Canvas" type="EventComponentCanvas"/>-->
|
|
</panel>
|
|
|
|
|
|
<!-- This is the user header with the big Multi One -->
|
|
<panel id="MultiCalendarUserEventWeekView" label="Day View">
|
|
<control id="uhr" rule="UserHeadingRule" layout="xbox" weightminor="0" weightmajor="0"/>
|
|
<control id="mcewv" rule="MultiCalendarEventWeekViewPanel" layout="xbox"/>
|
|
</panel>
|
|
|
|
<!-- This is the root GUI panel. This is where life begins -->
|
|
<panel id="MainCalendarPanel" label="Calendar UI">
|
|
<control id="uhr" rule="MultiCalendarUserEventWeekView" layout="ybox"/>
|
|
<ctx id="StartContext" default="today"/>
|
|
</panel>
|
|
|
|
|
|
</Calendar>
|
|
|