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
|
Line | |
---|
1 | <!-- BEGIN calendar --> |
---|
2 | <!-- $Id: month_calendar.tpl 1900 2007-03-12 22:33:53Z rub $ --> |
---|
3 | <!-- BEGIN thumbnails --> |
---|
4 | <table class="calMonth"> |
---|
5 | <!-- BEGIN head --> |
---|
6 | <thead><tr> |
---|
7 | <!-- BEGIN col --> |
---|
8 | <td class="calDayHead">{calendar.thumbnails.head.col.LABEL}</td> |
---|
9 | <!-- END col --> |
---|
10 | </tr></thead> |
---|
11 | <!-- END head --> |
---|
12 | <!-- BEGIN row --> |
---|
13 | <tr> |
---|
14 | <!-- BEGIN col --> |
---|
15 | <!-- BEGIN blank --> |
---|
16 | <td class="calDayCellBlank" style="width:{calendar.thumbnails.WIDTH}px;height:{calendar.thumbnails.HEIGHT}px;"> |
---|
17 | <!-- END blank --> |
---|
18 | <!-- BEGIN empty --> |
---|
19 | <td class="calDayCellEmpty" style="width:{calendar.thumbnails.WIDTH}px;height:{calendar.thumbnails.HEIGHT}px;">{calendar.thumbnails.row.col.empty.LABEL} |
---|
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> |
---|
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}"> |
---|
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.