]> err.no Git - scalable-opengroupware.org/blob - UI/Templates/UIxCalMonthPrintview.wox
64da7984cf59e935dc37ea92a2945f07aaa4758c
[scalable-opengroupware.org] / UI / Templates / UIxCalMonthPrintview.wox
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"
5                xmlns:rsrc="OGo:url"
6                xmlns:label="OGo:label"
7                className="UIxPrintPageFrame"
8                title="title"
9 >
10   <var:month-overview list="appointments"
11                       item="appointment"
12                       currentDay="currentDay"
13                       index="dayIndex"
14                       year="year"
15                       month="month"
16                       const:startDateKey="startDate"
17                       const:endDateKey="endDate"
18                       const:class="monthprintview"
19                       contentStyle="contentStyle"
20                       const:cellpadding="5"
21                       const:cellspacing="0"
22                       const:border="1"
23                       const:width="100%"
24   >
25     <var:month-label const:orientation="header"
26                      const:class="monthprintview_header"
27     >
28       <h1 class="monthprintview_header"><var:string value="title" /></h1>
29       <h2 class="monthprintview_header"
30       ><var:string value="formattedCalendarUIDs" /></h2>
31     </var:month-label>
32     <var:month-info>
33       <var:if condition="hasHolidayInfo">
34         <var:string value="holidayInfo"
35                     const:class="monthprintview_holidayinfo"
36         />
37       </var:if>
38       <var:foreach list="allDayApts" item="appointment">
39         <var:string value="shortTextForApt"
40                     const:escapeHTML="NO"
41         />
42         <br />
43       </var:foreach>
44     </var:month-info>
45     <var:month-label const:orientation="top"
46                      dayOfWeek="dayOfWeek"
47                      const:class="monthprintview_title"
48     >
49       <var:string value="localizedDayOfWeekName"/>
50     </var:month-label>
51     <var:month-label const:orientation="left"
52                      weekOfYear="weekOfYear"
53                      const:class="monthprintview_week"
54     >
55       <var:string value="weekOfYear"/>
56     </var:month-label>
57     <var:month-title class="contentStyle">
58       <var:string value="currentDay.dayOfMonth"/>
59     </var:month-title>
60     <var:month>
61       <span const:class="monthprintview_apt">
62         <var:string value="shortTextForApt"
63                     const:escapeHTML="NO"
64         />
65         <br />
66       </span>
67     </var:month>
68   </var:month-overview>
69 </var:component>