]> err.no Git - sope/blob - sope-appserver/samples/iCalPortal/Pages/iCalPortalMonthView.wox
renamed packages as discussed in the developer list
[sope] / sope-appserver / samples / iCalPortal / Pages / iCalPortalMonthView.wox
1 <?xml version='1.0' standalone='yes'?>
2
3 <var:component className='iCalPortalFrame' title='localizedTitle'
4                xmlns='http://www.w3.org/1999/xhtml'
5                xmlns:var='http://www.skyrix.com/od/binding'
6                xmlns:const='http://www.skyrix.com/od/constant'>
7   <var:component className="iCalPortalCalTabs" const:selection="month"
8                  calendarName="calendarName">
9
10   <var:month-overview list="dataSource.fetchObjects" item="item"
11                       currentDay="currentDay"
12                       const:year="2002" const:month="10"
13                       const:labelColor="#FFDAAA" const:contentColor="#FAE8B8"
14   >
15     <!--var:month-info>
16       <small><b><i>infos of day</i></b></small><br/><br/>
17     </var:month-info-->
18     
19     <var:month>
20       <font class="default">
21         <b><var:string value="item.summary"/></b>
22         <br/>
23         <var:string value="item.startDate" const:dateformat="%H:%M"/>
24         <br/>
25       </font>
26     </var:month>
27
28   </var:month-overview>
29
30   </var:component>
31 </var:component>
32