Last change
on this file since 1936 was
1900,
checked in by rub, 18 years ago
|
Apply property svn:eol-style Value: LF
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.4 KB
|
Rev | Line | |
---|
[1061] | 1 | <!-- BEGIN calendar --> |
---|
[1292] | 2 | <!-- $Id: month_calendar.tpl 1900 2007-03-12 22:33:53Z rub $ --> |
---|
[1061] | 3 | <!-- BEGIN thumbnails --> |
---|
[1253] | 4 | <table class="calMonth"> |
---|
[1061] | 5 | <!-- BEGIN head --> |
---|
[1253] | 6 | <thead><tr> |
---|
[1061] | 7 | <!-- BEGIN col --> |
---|
[1253] | 8 | <td class="calDayHead">{calendar.thumbnails.head.col.LABEL}</td> |
---|
[1061] | 9 | <!-- END col --> |
---|
[1253] | 10 | </tr></thead> |
---|
[1061] | 11 | <!-- END head --> |
---|
| 12 | <!-- BEGIN row --> |
---|
| 13 | <tr> |
---|
| 14 | <!-- BEGIN col --> |
---|
| 15 | <!-- BEGIN blank --> |
---|
[1352] | 16 | <td class="calDayCellBlank" style="width:{calendar.thumbnails.WIDTH}px;height:{calendar.thumbnails.HEIGHT}px;"> |
---|
[1061] | 17 | <!-- END blank --> |
---|
| 18 | <!-- BEGIN empty --> |
---|
[1352] | 19 | <td class="calDayCellEmpty" style="width:{calendar.thumbnails.WIDTH}px;height:{calendar.thumbnails.HEIGHT}px;">{calendar.thumbnails.row.col.empty.LABEL} |
---|
[1061] | 20 | <!-- END empty --> |
---|
| 21 | <!-- BEGIN full --> |
---|
| 22 | <td class="calDayCellFull"><div class="calBackDate">{calendar.thumbnails.row.col.full.LABEL}</div><div class="calForeDate">{calendar.thumbnails.row.col.full.LABEL}</div> |
---|
[1352] | 23 | <div class="calImg" style="width:{calendar.thumbnails.WIDTH}px;height:{calendar.thumbnails.HEIGHT}px;"><a href="{calendar.thumbnails.row.col.full.U_IMG_LINK}"> |
---|
[1061] | 24 | <img style="{calendar.thumbnails.row.col.full.STYLE}" {calendar.thumbnails.row.col.full.IMG_WIDTH} {calendar.thumbnails.row.col.full.IMG_HEIGHT} |
---|
| 25 | src="{calendar.thumbnails.row.col.full.IMAGE}" alt="{calendar.thumbnails.row.col.full.IMAGE_ALT}" |
---|
| 26 | title="{calendar.thumbnails.row.col.full.IMAGE_ALT}"> |
---|
| 27 | </a></div> |
---|
| 28 | <!-- END full --> |
---|
| 29 | </td> |
---|
| 30 | <!-- END col --> |
---|
| 31 | </tr> |
---|
| 32 | <!-- END row --> |
---|
| 33 | </table> |
---|
| 34 | <!-- END thumbnails --> |
---|
| 35 | <!-- END calendar --> |
---|
Note: See
TracBrowser
for help on using the repository browser.