We Recommend
HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.
Posted By
rlargett on 04/08/08
Tagged
calendar ee ExpressionEngine
Versions (? )
04/08/08 12:28pm
Who likes this? 1 person has marked this snippet as a favorite
pagetoscreen
Expression Engine Full Calendar
Published in: HTML
{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 > {calendar_heading}
<td class = "calendarDayHeading" > {lang:weekday_short}
</ td > {/calendar_heading}
{calendar_rows }
{row_start}
<tr > {/row_start}
{if entries}
<a href = "{day_path=events/description}" ><div class = "day" > {day_number}
</ div > {entries}
<div class = "title" > {title}
</ div > {/if}
{if not_entries}
<td class = '{switch}' ><div class = "day" > {day_number}
</ div ></ td > {/if}
{if blank}
<td class = 'calendarBlank' > </ td > {/if}
{/calendar_rows}
{/exp:repeet:calendar}
{/exp:repeet:get_ids}
Report this snippet