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"
8 className="UIxPrintPageFrame"
11 <table border="0" cellpadding="0" cellspacing="0" width="100%">
13 <td class="weekprintview">
14 <h1 class="weekprintview"><var:string value="title" /></h1>
15 <h2 class="weekprintview"><var:string value="formattedCalendarUIDs" /></h2>
20 <var:week-overview list="appointments"
24 const:startDateKey="startDate"
25 const:endDateKey="endDate"
26 const:titleStyle="weekprintview_title"
27 const:contentStyle="weekprintview_content"
34 <table cellpadding="5"
38 class="weekprintview_title"
41 <td align="left" valign="top">
42 <var:string value="currentDay.dayOfMonth"
43 const:numberformat="02"
46 <td align="center" valign="top" width="97%">
47 <var:string value="currentDayName" />
52 <var:if condition="hasDayInfo">
54 <var:if condition="hasHolidayInfo">
55 <var:string value="holidayInfo"
56 const:class="weekprintview_holidayinfo"
59 <var:foreach list="allDayApts" item="appointment">
60 <var:string value="shortTextForApt"
67 <var:string value="shortTextForApt"