mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Monotone-Parent: c72563be06fb8b47fa07abccacead48369cf5b3d
Monotone-Revision: b8fd5dfd59140030da4818862fa172e77f0d50fb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-24T18:51:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<container
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
xmlns:label="OGo:label">
|
||||
<var:month-overview
|
||||
list="appointments"
|
||||
item="appointment"
|
||||
currentDay="currentDay"
|
||||
index="dayIndex"
|
||||
year="year"
|
||||
month="month"
|
||||
const:startDateKey="startDate"
|
||||
const:endDateKey="endDate"
|
||||
const:class="monthoverview"
|
||||
contentStyle="contentStyle"
|
||||
>
|
||||
<var:month-info>
|
||||
<var:if condition="hasHolidayInfo">
|
||||
<var:string value="holidayInfo"
|
||||
const:class="monthoverview_holidayinfo"
|
||||
/>
|
||||
</var:if>
|
||||
<var:foreach list="allDayApts" item="appointment">
|
||||
<var:component className="UIxCalInlineAptView"
|
||||
appointment="appointment"
|
||||
formatter="aptFormatter"
|
||||
tooltipFormatter="aptTooltipFormatter"
|
||||
url="appointmentViewURL"
|
||||
const:style="monthoverview"
|
||||
referenceDate="currentDay"
|
||||
canAccess="canAccessApt"
|
||||
/>
|
||||
<br />
|
||||
</var:foreach>
|
||||
</var:month-info>
|
||||
<var:month-label const:orientation="top"
|
||||
dayOfWeek="dayOfWeek"
|
||||
const:class="monthoverview_title"
|
||||
>
|
||||
<var:string value="localizedDayOfWeekName"/>
|
||||
</var:month-label>
|
||||
<var:month-label const:orientation="left"
|
||||
weekOfYear="weekOfYear"
|
||||
class="weekStyle"
|
||||
>
|
||||
<a href="weekoverview"
|
||||
var:queryDictionary="currentWeekQueryParameters"
|
||||
><var:string value="weekOfYear"/></a>
|
||||
</var:month-label>
|
||||
<var:month-title class="contentStyle">
|
||||
<span class="monthoverview_day">
|
||||
<a href="dayoverview"
|
||||
var:queryDictionary="currentDayQueryParameters"
|
||||
><var:string value="currentDay.dayOfMonth"/></a>
|
||||
</span>
|
||||
<!-- removed for 0.8
|
||||
<br/>
|
||||
<span class="monthoverview_day_new">
|
||||
<a href="new"
|
||||
var:queryDictionary="currentDayQueryParameters"
|
||||
>[<var:string label:value="new"/>]</a>
|
||||
</span>-->
|
||||
</var:month-title>
|
||||
<var:month class="contentStyle">
|
||||
<var:component className="UIxCalInlineAptView"
|
||||
appointment="appointment"
|
||||
formatter="aptFormatter"
|
||||
tooltipFormatter="aptTooltipFormatter"
|
||||
url="appointmentViewURL"
|
||||
const:style="monthoverview"
|
||||
referenceDate="currentDay"
|
||||
canAccess="canAccessApt"
|
||||
/>
|
||||
<br />
|
||||
</var:month>
|
||||
</var:month-overview>
|
||||
</container>
|
||||
Reference in New Issue
Block a user