source: trunk/template/yoga/month_calendar.tpl @ 1292

Last change on this file since 1292 was 1292, checked in by chrisaga, 18 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1<!-- BEGIN calendar -->
2<!-- $Id: month_calendar.tpl 1292 2006-04-29 11:04:43Z chrisaga $ -->
3<!-- BEGIN thumbnails -->
4<style type="text/css">
5<!--
6TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank
7{
8  width: {calendar.thumbnails.WIDTH}px;
9  height: {calendar.thumbnails.HEIGHT}px;
10}
11DIV.calImg
12{
13  width: {calendar.thumbnails.WIDTH}px;
14  height: {calendar.thumbnails.HEIGHT}px;
15}
16//--></style>
17<table class="calMonth">
18<!-- BEGIN head -->
19 <thead><tr>
20 <!-- BEGIN col -->
21   <td class="calDayHead">{calendar.thumbnails.head.col.LABEL}</td>
22 <!-- END col -->
23 </tr></thead>
24<!-- END head -->
25<!-- BEGIN row -->
26 <tr>
27 <!-- BEGIN col -->
28 <!-- BEGIN blank -->
29 <td class="calDayCellBlank">
30 <!-- END blank -->
31 <!-- BEGIN empty -->
32 <td class="calDayCellEmpty">{calendar.thumbnails.row.col.empty.LABEL}
33 <!-- END empty -->
34 <!-- BEGIN full -->
35 <td class="calDayCellFull"><div class="calBackDate">{calendar.thumbnails.row.col.full.LABEL}</div><div class="calForeDate">{calendar.thumbnails.row.col.full.LABEL}</div>
36        <div class="calImg"><a href="{calendar.thumbnails.row.col.full.U_IMG_LINK}">
37          <img style="{calendar.thumbnails.row.col.full.STYLE}" {calendar.thumbnails.row.col.full.IMG_WIDTH} {calendar.thumbnails.row.col.full.IMG_HEIGHT}
38               src="{calendar.thumbnails.row.col.full.IMAGE}" alt="{calendar.thumbnails.row.col.full.IMAGE_ALT}"
39            title="{calendar.thumbnails.row.col.full.IMAGE_ALT}">
40        </a></div>
41 <!-- END full -->
42 </td>
43 <!-- END col -->
44 </tr>
45<!-- END row -->
46</table>
47<!-- END thumbnails -->
48<!-- END calendar -->
Note: See TracBrowser for help on using the repository browser.