Return to Snippet

Revision: 5859
at April 8, 2008 12:28 by rlargett


Initial Code
		{exp:repeet:get_ids weblog="calendar" parse="inward" calendar="yes"}
			{exp:repeet:calendar switch="calendarToday|calendarCell" weblog="calendar" entry_id="{repeet:entry_ids}" interval_field="repeat" include_field="include_dates" exclude_field="exclude_dates" show_future_entries="yes" show_expired="yes"}

				<table class="calendarBG" cellpadding="0" border="0" cellspacing="0" summary="My Calendar" width="100%">
					<tr class="calendarHeader">
						<th class="calendarMonthLinks"><div class="float_left"><a href="{previous_path=events/index}">Prev</a></div></th>
						<th colspan="5" class="center"><h1>{date format="%F %Y"}</h1></th>
						<th class="calendarMonthLinks"><div class="float_right"><a href="{next_path=events/index}">Next</a></div></th>
					</tr>
					<tr>
						{calendar_heading}
						<td class="calendarDayHeading">{lang:weekday_short}</td>
						{/calendar_heading}
					</tr>

					{calendar_rows }
						{row_start}<tr>{/row_start}

						{if entries}
						<td class='{switch}'>
						<a href="{day_path=events/description}"><div class="day">{day_number}</div>
						{entries}
						<div class="title">{title}</div>
						{/entries}</a>
						</td>
						{/if}

						{if not_entries}
						<td class='{switch}'><div class="day">{day_number}</div></td>
						{/if}

						{if blank}
						<td class='calendarBlank'> </td>
						{/if}

						{row_end}</tr>{/row_end}
					{/calendar_rows}
				</table>
			{/exp:repeet:calendar}
		{/exp:repeet:get_ids}

Initial URL


Initial Description


Initial Title
Expression Engine Full Calendar

Initial Tags


Initial Language
HTML