20 lines
588 B
XML
20 lines
588 B
XML
<?xml version="1.0" standalone="no" encoding="UTF-8"?>
|
|
<!DOCTYPE julian SYSTEM "http://kirkwood.mcom.com/julian.dtd">
|
|
<Calendar>
|
|
|
|
<!-- This is the MultiDayView and Command Bar -->
|
|
<panel name="MultiDayViewRule">
|
|
<multiuserviewcanvas layout="ybox" name="MultiCalendarEventWeekView" control="MiniCalendar" repeatable="DayContext">
|
|
</panel>
|
|
|
|
|
|
<!-- This is the root GUI panel. This is where life begins -->
|
|
<panel id="MainCalendarPanel" label="Calendar UI">
|
|
<control id="uhr" rule="MultiDayViewRule" layout="ybox"/>
|
|
<ctx id="StartContext" default="today"/>
|
|
</panel>
|
|
|
|
|
|
</Calendar>
|
|
|