1 <?xml version="1.0" standalone="yes"?>
2 <var:component xmlns="http://www.w3.org/1999/xhtml"
3 xmlns:var="http://www.skyrix.com/od/binding"
4 xmlns:const="http://www.skyrix.com/od/constant"
6 xmlns:label="OGo:label"
7 className="UIxPageFrame"
10 <table id="skywintable"
18 <table cellpadding="0" cellspacing="0" width="100%">
22 <var:component className="UIxCalDateLabel"
25 const:selection="month"
28 <td width="36" align="right" valign="center">
29 <var:component className="UIxWinClose"/>
36 <td id="skywinbodycell" class="wincontent">
37 <table border="0" cellpadding="0" cellspacing="0" width="100%">
38 <tr bgcolor="#e8e8e0">
40 <var:component className="UIxCalBackForthNavView"
41 methodName="ownMethodName"
42 prevQueryParameters="prevMonthQueryParameters"
43 currentQueryParameters="todayQueryParameters"
44 nextQueryParameters="nextMonthQueryParameters"
45 label:label="this month"
48 <td align="right" valign="middle" width="80%">
49 <var:component className="AnaisUidSelector"
50 calendarUIDs="clientObject.calendarUIDs"
58 <td id="skywinbodycell" class="wincontent">
59 <table border="0" width="100%" cellpadding="0" cellspacing="0">
62 <var:component className="UIxCalSelectTab"
63 const:selection="month"
64 currentDate="selectedDate"
66 <table border="0" cellpadding="4" width="100%" cellspacing="2">
68 <td align="left" bgcolor="#e8e8e0" class="button_auto_env">
69 <a var:href="ownMethodName"
71 var:queryDictionary="toggleShowRejectedAptsQueryParameters"
72 label:string="$toggleShowRejectedAptsLabel"
75 <td align="right" bgcolor="#e8e8e0">
76 <table border="0" cellpadding="0" cellspacing="1">
78 <td class="button_auto_env"
83 <!--<a class="button_auto"
85 var:queryDictionary="queryParameters"
86 target="SOGoPrintView"
87 ><var:string label:value="printview"/></a>-->
89 <td class="button_auto_env"
94 <a class="button_auto"
96 var:queryDictionary="queryParameters"
97 ><var:string label:value="proposal"/></a>
104 <var:month-overview list="appointments"
106 currentDay="currentDay"
110 const:startDateKey="startDate"
111 const:endDateKey="endDate"
112 const:class="monthoverview"
113 contentStyle="contentStyle"
117 <var:if condition="hasHolidayInfo">
118 <var:string value="holidayInfo"
119 const:class="monthoverview_holidayinfo"
122 <var:foreach list="allDayApts" item="appointment">
123 <var:component className="UIxCalInlineAptView"
124 appointment="appointment"
125 formatter="aptFormatter"
126 tooltipFormatter="aptTooltipFormatter"
127 url="appointmentViewURL"
128 const:style="monthoverview"
129 referenceDate="currentDay"
130 canAccess="canAccessApt"
135 <var:month-label const:orientation="top"
136 dayOfWeek="dayOfWeek"
137 const:class="monthoverview_title"
139 <var:string value="localizedDayOfWeekName"/>
141 <var:month-label const:orientation="left"
142 weekOfYear="weekOfYear"
145 <a href="weekoverview"
146 var:queryDictionary="currentWeekQueryParameters"
147 ><var:string value="weekOfYear"/></a>
149 <var:month-title class="contentStyle">
150 <span class="monthoverview_day">
151 <a href="dayoverview"
152 var:queryDictionary="currentDayQueryParameters"
153 ><var:string value="currentDay.dayOfMonth"/></a>
157 <span class="monthoverview_day_new">
159 var:queryDictionary="currentDayQueryParameters"
160 >[<var:string label:value="new"/>]</a>
163 <var:month class="contentStyle">
164 <var:component className="UIxCalInlineAptView"
165 appointment="appointment"
166 formatter="aptFormatter"
167 tooltipFormatter="aptTooltipFormatter"
168 url="appointmentViewURL"
169 const:style="monthoverview"
170 referenceDate="currentDay"
171 canAccess="canAccessApt"
175 </var:month-overview>
179 <tr bgcolor="#F5F5E9">
180 <td align="left" width="10">
181 <var:entity const:name="nbsp"/>
186 rsrc:src="corner_right.gif"
191 <td colspan="2" bgcolor="#F5F5E9">
192 <table border="0" width="100%" cellpadding="10" cellspacing="0">
203 start: <var:string value="startDate" /><br />
204 end: <var:string value="endDate" /><br />
207 SOGo Server - <var:string value="name"/>
209 Client: <var:string value="clientObject"/>
211 Appointments: #<var:string value="appointments.count"/>
212 from <var:string value="startDate" />
213 to <var:string value="endDate" />
220 <var:component className="UIxAptTableView" appointments="appointments"/>
222 <!-- pre><var:string value="appointments" const:insertBR="YES"/></pre -->