Monotone-Parent: 2f18ff528db0316441209caab6d33ab4449bbe56

Monotone-Revision: 06529e1515e07cd727f0a1fdfdf76b921a5cf33b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-18T15:00:40
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-18 15:00:40 +00:00
parent 8341e5fa45
commit 3dd8b64cd0
8 changed files with 134 additions and 498 deletions
@@ -1,67 +1 @@
<?xml version='1.0' standalone='yes'?>
<table class="freeBusy"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">
<thead>
<tr class="freeBusyHeader1"
><th class="attendees"></th
><var:foreach list="daysToDisplay" item="currentDayToDisplay"
><th colspan="11"><var:string value="currentFormattedDay" /></th
></var:foreach
></tr>
<tr class="freeBusyHeader2"
><th class="attendees"></th
><var:foreach list="daysToDisplay" item="currentDayToDisplay"
><var:foreach list="hoursToDisplay" item="currentHourToDisplay"
><th><var:string value="currentHourToDisplay" const:numberformat="00:"/>00</th
></var:foreach
></var:foreach
></tr>
<tr class="freeBusyHeader3"
><th class="attendees"></th
><var:foreach list="daysToDisplay" item="currentDayToDisplay"
><var:foreach list="hoursToDisplay" item="currentHourToDisplay"
><th><span class="freeBusyZoneElement"><!-- space --></span><span class="freeBusyZoneElement"><!-- space --></span><span class="freeBusyZoneElement"><!-- space --></span><span class="freeBusyZoneElement"><!-- space --></span></th
></var:foreach
></var:foreach
></tr>
</thead>
<tbody>
<var:foreach list="contacts" item="currentContact"
><tr><td class="attendees"
><var:if condition="currentContactHasStatus"
><img var:src="currentContactStatusImage"
/></var:if
><input type="text"
var:value="currentContactName"
var:uid="currentContactId"
class="textField" /></td
><var:foreach list="daysToDisplay" item="currentDayToDisplay"
><var:foreach list="hoursToDisplay" item="currentHourToDisplay"
><td></td
></var:foreach
></var:foreach>
</tr></var:foreach>
<tr class="futureAttendee"
><td class="attendees"><input type="text" class="textField"
readonly="readonly" /></td
><var:foreach list="daysToDisplay" item="currentDayToDisplay"
><var:foreach list="hoursToDisplay" item="currentHourToDisplay"
><td></td
></var:foreach
></var:foreach
></tr>
<tr class="attendeeModel"
><td class="attendees"><input type="text" class="textField" /></td
><var:foreach list="daysToDisplay" item="currentDayToDisplay"
><var:foreach list="hoursToDisplay" item="currentHourToDisplay"
><td></td
></var:foreach
></var:foreach
></tr>
</tbody>
</table>