]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/UIxCalInlineMonthOverview.wox
Beginning of 'dayoverview'. Still incomplete.
[scalable-opengroupware.org] / SOGo / UI / Scheduler / UIxCalInlineMonthOverview.wox
1 <?xml version='1.0' standalone='yes'?>
2
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"
6        xmlns:rsrc="OGo:url"
7        xmlns:label="OGo:label"
8        var:class="style"
9 >
10         <tr var:class="headerStyle">
11                 <td>
12               <var:if condition="hasMonthSelectionHref"><a var:href="monthSelectionHref"
13                                                            var:queryDictionary="currentMonthQueryParameters"
14                                                         ><var:string value="headerString" /></a>
15               </var:if>
16               <var:if condition="hasMonthSelectionHref" const:negate="YES"><var:string value="headerString" /></var:if>
17                 </td>
18         </tr>
19         <tr>
20                 <td>
21             <var:month-overview currentDay="currentDay"
22                                 index="dayIndex"
23                                 year="year"
24                                 month="month"
25                                 const:startDateKey="startDate"
26                                 const:endDateKey="endDate"
27             >
28                 <var:month-label const:orientation="top"
29                                  dayOfWeek="dayOfWeek"
30                                  class="dayHeaderStyle"
31                 >
32                     <var:string value="localizedDayOfWeekName" />
33                 </var:month-label>
34                 <var:if condition="showWeekColumn">
35                     <var:month-label const:orientation="left"
36                                      weekOfYear="weekOfYear"
37                                      class="currentWeekStyle"
38                     >
39                         <var:if condition="hasWeekSelectionHref">
40                             <a var:href="weekSelectionHref"
41                                var:queryDictionary="currentWeekQueryParameters"
42                             ><var:string value="weekOfYear" /></a>
43                         </var:if>
44                         <var:if condition="hasWeekSelectionHref" const:negate="YES">
45                             <var:string value="weekOfYear" />
46                         </var:if>
47                     </var:month-label>
48                 </var:if>
49                 <var:month-title class="contentStyle">
50                   <span var:class="extraStyle">
51                   <var:if condition="hasDaySelectionHref">
52                     <a var:href="daySelectionHref"
53                         var:queryDictionary="currentDayQueryParameters"
54                     ><var:string value="currentDay.dayOfMonth"/></a>
55                   </var:if>
56                   <var:if condition="hasDaySelectionHref" const:negate="YES">
57                     <var:string value="currentDay.dayOfMonth"/>
58                   </var:if>
59                   </span>
60                 </var:month-title>
61             </var:month-overview>
62         </td>
63         </tr>
64 </table>