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"
11 <table id="skywintable" class="wintable" cellspacing="0" cellpadding="5" width="100%">
13 <td class="window_label">
14 <var:component className="UIxCalDateLabel"
22 <td id="skywinbodycell" class="wincontent">
23 <table border="0" cellpadding="0" cellspacing="0" width="100%">
24 <tr bgcolor="#e8e8e0">
26 <var:component className="UIxCalBackForthNavView"
27 methodName="ownMethodName"
28 prevQueryParameters="prevDayQueryParameters"
29 currentQueryParameters="todayQueryParameters"
30 nextQueryParameters="nextDayQueryParameters"
34 <td align="right" valign="middle" width="80%">
35 <var:component className="UIxContactSelector"
36 const:selectorId="uids" />
43 <td id="skywinbodycell" class="wincontent">
44 <table border="0" width="100%" cellpadding="0" cellspacing="0">
47 <var:component className="UIxCalSelectTab"
49 currentDate="selectedDate"
52 <table border="0" cellpadding="4" width="100%" cellspacing="2">
54 <td width="1%" align="left" valign="middle" bgcolor="#e8e8e0">
55 <table border='0' cellpadding='0' cellspacing='0'>
57 <td><img rsrc:src="icon_view_overview_inactive.gif"
58 label:title="Overview"
63 <td><a href="daychartview"
64 var:queryDictionary="queryParameters"
65 ><img rsrc:src="icon_view_chart.gif"
71 <td><a href="daylistview"
72 var:queryDictionary="queryParameters"
73 ><img rsrc:src="icon_view_list.gif"
82 <td align="left" bgcolor="#e8e8e0" class="button_auto_env">
83 <a var:href="ownMethodName"
85 var:queryDictionary="toggleShowRejectedAptsQueryParameters"
86 label:string="$toggleShowRejectedAptsLabel"
89 <td align="right" bgcolor="#e8e8e0">
90 <table border="0" cellpadding="0" cellspacing="1">
92 <td class="button_auto_env" nowrap="true" valign="middle" align="center">
93 <!--<a class="button_auto"
95 var:queryDictionary="queryParameters"
96 target="SOGoPrintView"
97 ><var:string label:value="printview"/></a>-->
99 <td class="button_auto_env" nowrap="true" valign="middle" align="center">
100 <a class="button_auto"
102 var:queryDictionary="queryParameters"
103 ><var:string label:value="proposal"/></a>
116 <var:component className="UIxCalInlineMonthOverview"
117 selectedDate="thisMonth"
119 const:daySelectionHref="dayoverview"
120 const:showWeekColumn="0"
121 const:style="dayoverview_cal"
122 const:headerStyle="dayoverview_cal_title"
123 const:dayHeaderStyle="dayoverview_cal_day_header"
124 const:dayBodyStyle="dayoverview_cal_content"
125 const:todayBodyStyle="dayoverview_cal_content_hilite"
126 const:selectedDayExtraStyle="dayoverview_cal_content_selected"
127 const:inactiveDayBodyStyle="dayoverview_cal_content_dimmed"
133 <var:component className="UIxCalInlineMonthOverview"
134 selectedDate="nextMonth"
136 const:daySelectionHref="dayoverview"
137 const:showWeekColumn="0"
138 const:style="dayoverview_cal"
139 const:headerStyle="dayoverview_cal_title"
140 const:dayHeaderStyle="dayoverview_cal_day_header"
141 const:dayBodyStyle="dayoverview_cal_content"
142 const:todayBodyStyle="dayoverview_cal_content_hilite"
143 const:inactiveDayBodyStyle="dayoverview_cal_content_dimmed"
150 <table class="dayoverview_content" width="100%">
151 <var:if condition="hasHolidayInfo">
153 <td class="dayoverview_content_time" colspan="2">
154 <b><var:string value="holidayInfo.title" /></b>
158 <var:foreach list="allDayApts" item="appointment">
160 <td class="dayoverview_content_time">
161 <var:entity name="nbsp" />
163 <td class="dayoverview_content_apts" width="90%">
164 <var:foreach list="allDayApts" item="appointment">
165 <var:component className="UIxCalInlineAptView"
166 appointment="appointment"
167 formatter="aptFormatter"
168 tooltipFormatter="aptTooltipFormatter"
169 url="appointmentViewURL"
170 const:style="dayoverview"
171 queryDictionary="currentDateQueryParameters"
172 referenceDate="selectedDate"
173 canAccess="canAccessApt"
180 <var:foreach list="dateRange" item="currentDate">
182 <td class="dayoverview_content_time">
183 <var:string value="currentDate"
184 const:dateformat="%H:%M"
187 <span class="dayoverview_content_time_link">
189 onclick="return newEvent(this);"
190 var:day="currentDayQueryParameters.day"
191 var:queryDictionary="currentDateQueryParameters"
192 ><var:string label:value="new" /></a>]
195 <td class="dayoverview_content_apts" width="90%">
196 <var:foreach list="aptsForCurrentDate"
199 <var:component className="UIxCalInlineAptView"
200 appointment="appointment"
201 formatter="aptFormatter"
202 tooltipFormatter="aptTooltipFormatter"
203 url="appointmentViewURL"
204 const:style="dayoverview"
205 queryDictionary="currentDayQueryParameters"
206 referenceDate="currentDate"
207 canAccess="canAccessApt"
221 <tr bgcolor="#F5F5E9">
222 <td align="left" width="10">
223 <var:entity const:name="nbsp"/>
228 rsrc:src="corner_right.gif"
233 <td colspan="2" bgcolor="#F5F5E9">
234 <table border="0" width="100%" cellpadding="10" cellspacing="0">