sogo/UI/Templates/SchedulerUI/UIxCalDateSelector.wox
Wolfgang Sourdeau 742e9c2c98 Monotone-Parent: 47c738d4060de254c8a00eaab4912c7bfdb67933
Monotone-Revision: e386794fdf815f604f1ca9b4a70b393e9f4fe7e4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-22T22:10:20
Monotone-Branch: ca.inverse.sogo
2006-08-22 22:10:20 +00:00

58 lines
1.9 KiB
XML

<?xml version='1.0' standalone='yes'?>
<div 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"
xmlns:label="OGo:label"
id="dateSelector">
<div id="header">
<a href="#"
id="rightArrow"
var:date="nextMonthAsString"
onclick="return onDateSelectorGotoMonth(this);"
><img id="next" rsrc:src="arrow-rit-sharp.gif"
/></a>
<a href="#"
id="leftArrow"
var:date="prevMonthAsString"
onclick="return onDateSelectorGotoMonth(this);"
><img id="previous" rsrc:src="arrow-lft-sharp.gif" />
</a
><span id="monthLabel"
onmousedown="return false;"
var:month="headerMonthValue"
onclick="popupMonthMenu(event, 'monthListMenu');"
><var:string value="headerMonthString"
/></span><span id="yearLabel"
onmousedown="return false;"
onclick="popupMonthMenu(event, 'yearListMenu');"
><var:string value="headerYearString"
/></span>
</div>
<var:month-overview
currentDay="currentDay"
index="dayIndex"
year="year"
month="month"
const:startDateKey="startDate"
const:endDateKey="endDate"
><var:month-label
const:orientation="top"
dayOfWeek="dayOfWeek"
class="dayHeaderStyle"
><span class="dayOfWeek"
><var:string value="localizedDayOfWeekName"
/></span
></var:month-label>
<var:month-title class="contentStyle"
><span var:class="extraStyle"
><a href="#"
onclick="return onDaySelect(this);"
var:day="currentDayQueryParameters.day"
><var:string value="currentDay.dayOfMonth"/></a
></span
></var:month-title
></var:month-overview>
</div>