Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
1.8 KB
|
Line | |
---|
1 | <table cellspacing="0" cellpadding="0" class="dijitCalendarContainer" role="grid"> |
---|
2 | <thead> |
---|
3 | <tr class="dijitReset dijitCalendarMonthContainer" valign="top"> |
---|
4 | <th> |
---|
5 | <span class='dijitReset dijitCalendarArrow' data-dojo-attach-point="decrementMonth"> |
---|
6 | <img src="${_blankGif}" alt="" class="dijitCalendarIncrementControl dijitCalendarDecrease" role="presentation"> |
---|
7 | <span data-dojo-attach-point="decreaseArrowNode" class="dijitA11ySideArrow">-</span> |
---|
8 | </span> |
---|
9 | <span data-dojo-attach-event="onclick: goToToday" style="cursor: pointer">ࣻ</span> |
---|
10 | <span class='dijitReset dijitCalendarArrow' data-dojo-attach-point="incrementMonth"> |
---|
11 | <img src="${_blankGif}" alt="" class="dijitCalendarIncrementControl dijitCalendarIncrease" role="presentation"/> |
---|
12 | <span data-dojo-attach-point="increaseArrowNode" class="dijitA11ySideArrow">+</span> |
---|
13 | </span></th> |
---|
14 | <th class='dijitReset' colspan="6"> |
---|
15 | <div data-dojo-attach-point="monthNode"> |
---|
16 | </div> |
---|
17 | </th> |
---|
18 | </tr> |
---|
19 | <tr> |
---|
20 | ${!dayCellsHtml} |
---|
21 | </tr> |
---|
22 | </thead> |
---|
23 | <tbody data-dojo-attach-point="dateRowsNode" data-dojo-attach-event="onclick: _onDayClick" class="dijitReset dijitCalendarBodyContainer"> |
---|
24 | ${!dateRowsHtml} |
---|
25 | </tbody> |
---|
26 | <tfoot class="dijitReset dijitCalendarYearContainer"> |
---|
27 | <tr> |
---|
28 | <td class='dijitReset' valign="top" colspan="7" role="presentation"> |
---|
29 | <h3 class="dijitCalendarYearLabel"> |
---|
30 | <span data-dojo-attach-point="previousYearLabelNode" class="dijitInline dijitCalendarPreviousYear" role="button"></span> |
---|
31 | «<span data-dojo-attach-point="currentYearLabelNode" class="dijitInline dijitCalendarSelectedYear" role="button"></span>» |
---|
32 | <span data-dojo-attach-point="nextYearLabelNode" class="dijitInline dijitCalendarNextYear" role="button"></span> |
---|
33 | </h3> |
---|
34 | </td> |
---|
35 | </tr> |
---|
36 | </tfoot> |
---|
37 | </table> |
---|
Note: See
TracBrowser
for help on using the repository browser.