Monotone-Parent: 5cf7ca16573b57f14380a1da5611560a68f5fd45

Monotone-Revision: d09e531b223359ae63e2198ec126138aff0422d8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-14T20:30:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-14 20:30:19 +00:00
parent 9709e144bc
commit 5f2ddae9fa
43 changed files with 549 additions and 459 deletions

View File

@@ -0,0 +1,30 @@
<?xml version='1.0' standalone='yes'?>
<!-- $Id$ -->
<span 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"
>
<table cellpadding="0" cellspacing="2">
<tr>
<var:if condition="displayTimeControl">
<td>
<var:component className="UIxTimeSelector"
timeID="timeID"
hour="hour"
minute="minute"
/>
</td>
</var:if>
<td>
<var:component className="UIxDatePicker"
dateID="dateID"
year="year"
month="month"
day="day"
label="label"
/>
</td>
</tr>
</table>
</span>