Monotone-Parent: 95b1c285d67a034685e2ef30e56e10e7c253438d

Monotone-Revision: 2609687767884b123c1ff765253fde7c75ef81b3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-07-16T02:12:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-07-16 02:12:18 +00:00
parent 8078250b1a
commit 7512f5d512
11 changed files with 756 additions and 466 deletions
+5 -79
View File
@@ -47,89 +47,15 @@
><var:string value="labelForCurrentDayToDisplay"
/></div></var:foreach>
<div class="days" const:id="monthDaysView"
><var:foreach list="daysToDisplay" item="currentTableColumn">
<var:foreach list="currentTableColumn" item="currentTableDay">
<div var:class="dayCellClasses"
><var:foreach list="daysToDisplay" item="currentTableColumn"
><var:foreach list="currentTableColumn" item="currentTableDay"
><div var:class="dayCellClasses"
var:day="currentTableDay.shortDateString">
<div class="dayHeader"><var:string value="dayHeaderNumber"/></div>
<!-- var:foreach
list="aptsForCurrentDate"
item="appointment"
var:component className="UIxCalInlineMdsadsadsaonthAptView"
appointment="appointment"
formatter="monthAptFormatter"
tooltipFormatter="aptTooltipFormatter"
url="appointmentViewURL"
const:style="dayoverview"
queryDictionary="currentDayQueryParameters"
referenceDate="currentTableDay"
canAccess="canAccessApt"
var:foreach -->
</div>
<div class="dayHeader"><var:string value="dayHeaderNumber"/></div
></div>
</var:foreach>
</var:foreach>
</div>
</div>
</div>
</container>
<!-- <table class="monthOverview">
<tr>
</tr>
<var:if condition="hasHolidayInfo">
<tr>
<td class="hourOfDay" colspan="2">
<b><var:string value="holidayInfo.title" /></b>
</td>
</tr>
</var:if> -->
<!-- <var:foreach list="allDayApts" item="appointment">
<tr>
<td class="hourOfDay">
<var:entity name="nbsp" />
</td>
<td class="day" width="90%">
<var:foreach list="allDayApts" item="appointment">
<var:component className="UIxCaaaaalInlineAptView"
appointment="appointment"
formatter="aptFormatter"
tooltipFormatter="aptTooltipFormatter"
url="appointmentViewURL"
const:style="dayoverview"
queryDictionary="currentDateQueryParameters"
referenceDate="selectedDate"
canAccess="canAccessApt"
/>
</var:foreach>
</td>
</tr>
</var:foreach> -->
<!-- <var:foreach list="rangesOf7Days" item="currentRangeOf7Days">
<tr>
<var:foreach list="currentRangeOf7Days" item="currentTableDay"
><td var:class="dayCellClasses"
var:day="currentTableDay.shortDateString"
const:hour="0800"
><div class="dayContent"><span class="dayCellLabel"
><var:string value="labelForCurrentDayCell" /></span
><br /><var:foreach
list="aptsForCurrentDate"
item="appointment"
><var:component className="UIxCalInlineAptxxxxView"
appointment="appointment"
formatter="monthAptFormatter"
tooltipFormatter="aptTooltipFormatter"
url="appointmentViewURL"
const:style="dayoverview"
queryDictionary="currentDayQueryParameters"
referenceDate="currentTableDay"
canAccess="canAccessApt"
/>
</var:foreach></div></td>
</var:foreach>
</tr>
</var:foreach>
</table> -->