1 <?xml version='1.0' standalone='yes'?>
3 <table xmlns="http://www.w3.org/1999/xhtml"
4 xmlns:var="http://www.skyrix.com/od/binding"
5 xmlns:const="http://www.skyrix.com/od/constant"
7 xmlns:label="OGo:label"
10 <tr var:class="headerStyle">
12 <var:if condition="hasMonthSelectionHref"
13 ><a var:href="monthSelectionHref"
14 var:queryDictionary="currentMonthQueryParameters"
15 ><var:string value="headerString" /></a>
17 <var:if condition="hasMonthSelectionHref"
19 ><var:string value="headerString" /></var:if>
24 <var:month-overview currentDay="currentDay"
28 const:startDateKey="startDate"
29 const:endDateKey="endDate"
31 <var:month-label const:orientation="top"
33 class="dayHeaderStyle"
35 <var:string value="localizedDayOfWeekName" />
37 <var:if condition="showWeekColumn">
38 <var:month-label const:orientation="left"
39 weekOfYear="weekOfYear"
40 class="currentWeekStyle"
42 <var:if condition="hasWeekSelectionHref">
43 <a var:href="weekSelectionHref"
44 var:queryDictionary="currentWeekQueryParameters"
45 ><var:string value="weekOfYear" /></a>
47 <var:if condition="hasWeekSelectionHref"
50 <var:string value="weekOfYear" />
54 <var:month-title class="contentStyle">
55 <span var:class="extraStyle">
56 <var:if condition="hasDaySelectionHref">
57 <a var:href="daySelectionHref"
58 var:queryDictionary="currentDayQueryParameters"
59 ><var:string value="currentDay.dayOfMonth"/></a>
61 <var:if condition="hasDaySelectionHref"
64 <var:string value="currentDay.dayOfMonth"/>