mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-24 03:14:17 +00:00
Monotone-Parent: eb2f5a8d3d72ba94f994f34666890ef3703e703c
Monotone-Revision: c72563be06fb8b47fa07abccacead48369cf5b3d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-24T18:48:39 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
><td onmousedown="return false;"
|
||||
><var:string value="currentEndTime"/></td
|
||||
><td onmousedown="return false;"
|
||||
><var:string value="currentLocation"/></td
|
||||
><var:string value="currentLocation" const:escapeHTML="NO"/></td
|
||||
></tr
|
||||
></var:foreach>
|
||||
</table>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
xmlns:label="OGo:label">
|
||||
|
||||
<a href="#"
|
||||
class="leftNavigationArrow"
|
||||
var:date="prevDayQueryParameters.day"
|
||||
@@ -40,73 +41,10 @@
|
||||
><img rsrc:src="arrow-rit-sharp.gif"/></a>
|
||||
|
||||
<div id="calendarContent">
|
||||
<table class="dayoverview_content">
|
||||
<tr>
|
||||
<td class="nullHeader">
|
||||
</td>
|
||||
<td class="header"><var:string value="labelForDay"/> </td>
|
||||
</tr>
|
||||
|
||||
<var:if condition="hasHolidayInfo">
|
||||
<tr>
|
||||
<td class="dayoverview_content_time" colspan="2">
|
||||
<b><var:string value="holidayInfo.title" /></b>
|
||||
</td>
|
||||
</tr>
|
||||
</var:if>
|
||||
<var:foreach list="allDayApts" item="appointment">
|
||||
<tr>
|
||||
<td class="dayoverview_content_time">
|
||||
<var:entity name="nbsp" />
|
||||
</td>
|
||||
<td class="dayoverview_content_apts" width="90%">
|
||||
<var:foreach list="allDayApts" item="appointment">
|
||||
<var:component className="UIxCalInlineAptView"
|
||||
appointment="appointment"
|
||||
formatter="aptFormatter"
|
||||
tooltipFormatter="aptTooltipFormatter"
|
||||
url="appointmentViewURL"
|
||||
const:style="dayoverview"
|
||||
queryDictionary="currentDateQueryParameters"
|
||||
referenceDate="selectedDate"
|
||||
canAccess="canAccessApt"
|
||||
/>
|
||||
<br />
|
||||
</var:foreach>
|
||||
</td>
|
||||
</tr>
|
||||
</var:foreach>
|
||||
<var:foreach list="dateRange" item="currentDate">
|
||||
<tr>
|
||||
<td class="dayoverview_content_time">
|
||||
<var:string value="currentDate"
|
||||
const:dateformat="%H:%M"
|
||||
/>
|
||||
<br />
|
||||
</td>
|
||||
<td class="dayoverview_content_apts"
|
||||
ondblclick="return newEvent(this);"
|
||||
var:day="currentDayQueryParameters.day"
|
||||
>
|
||||
<var:foreach
|
||||
list="aptsForCurrentDate"
|
||||
item="appointment"
|
||||
>
|
||||
<var:component className="UIxCalInlineAptView"
|
||||
appointment="appointment"
|
||||
formatter="aptFormatter"
|
||||
tooltipFormatter="aptTooltipFormatter"
|
||||
url="appointmentViewURL"
|
||||
const:style="dayoverview"
|
||||
queryDictionary="currentDayQueryParameters"
|
||||
referenceDate="currentDate"
|
||||
canAccess="canAccessApt"
|
||||
/>
|
||||
<br />
|
||||
</var:foreach>
|
||||
</td>
|
||||
</tr>
|
||||
</var:foreach>
|
||||
</table>
|
||||
<var:component
|
||||
className="UIxCalDayTable"
|
||||
startDate="startDate"
|
||||
const:CSSClass="dayOverview"
|
||||
const:numberOfDays="1" />
|
||||
</div>
|
||||
</container>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
xmlns:var="http://www.skyrix.com/od/binding"
|
||||
xmlns:const="http://www.skyrix.com/od/constant"
|
||||
xmlns:rsrc="OGo:url"
|
||||
class="appointmentView"
|
||||
>
|
||||
<var:if condition="appointment.isRecurrentEvent">
|
||||
<!-- TODO: maxime needs to provide an image instead! -->
|
||||
|
||||
Reference in New Issue
Block a user