sogo/UI/Templates/SchedulerUI/UIxDatePicker.wox
Wolfgang Sourdeau 0885f51b6f Monotone-Parent: b71cb031b6d81c362bbb5a411baf4cd30bcf1b01
Monotone-Revision: f0e01017c45580ffb00a3ec0ea376689e815bd26

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-07T16:13:03
Monotone-Branch: ca.inverse.sogo
2006-11-07 16:13:03 +00:00

29 lines
830 B
XML

<?xml version='1.0' standalone='yes'?>
<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"
class="datePicker"
><input type="text"
var:disabled="disabled"
class="textField"
var:name="dateID"
var:id="dateID"
var:dateFormat="jsDateFormat"
var:shadow-value="formattedDateString"
var:value="formattedDateString"
size="12"
/><a href="#"
class="button"
var:inputId="dateID"
onclick="return popupCalendar(this);"
><img rsrc:src="choose-date.png"
var:title="label"
var:alt="label"
/></a
>
<script type="text/javascript">
assignCalendar('<var:string value="dateID" />');
</script>
</span>