Coming Events

May 2006
S M T W T F S
 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

The code for this page

                <h1>
                  Coming Events
                </h1>
{exp:repeet:get_ids weblog="events2" parse="inward" calendar="yes"}

                {exp:repeet:calendar weblog="events2" interval_field="event_repeat" include_field="event_dates" exclude_field="exclude_dates" switch="calendarToday|calendarCell" entry_id="{repeet:entry_ids}" show_future_entries="yes" show_expired="yes"}
                <table class="calendarBG" summary="Mini Events Calendar">
                  <tr class="calendarHeader">
                    <th colspan="7"><a href="http://lincolnite.com/ee/repeet_example1/{date format="%Y/%m/"}" title="View all events in {date format="%F %Y"}">{date format="%F %Y"}</a></th>
                  </tr>
                  <tr>
                  {calendar_heading}
                  <td class="calendarDayHeading">{lang:weekday_abrev}</td>
                  {/calendar_heading}
                  </tr>
                {calendar_rows }
                  {row_start}<tr class="calendarRow">{/row_start}
                  {if entries}
                    <td class='{switch} {switch}Event' align='center'><a href="{day_path=ee/repeet_example1}">{day_number}</a></td>
                  {/if}
                  {if not_entries}
                    <td class='{switch}' align='center'>{day_number}</td>
                  {/if}
                  {if blank}
                    <td class='calendarBlank'> </td>
                  {/if}
                  {row_end}</tr>{/row_end}
                {/calendar_rows}
                  <tr class="calendarMonthLinks">
                    <td colspan="3">
                      <div class="calendarPrevMonth"><a href="http://lincolnite.com/ee/repeet_example4/{previous_date format="%Y/%m/"}" onClick="sndReq('coming_events_minical', 'events', 'mini_cal', '{previous_date format="%Y/%m/"}'); return false;"><< {previous_date format="%M %Y"}</a></div>
                    </td>
                    <td></td>
                    <td colspan="3">
                      <div class="calendarNextMonth"><a href="http://lincolnite.com/ee/repeet_example4/{next_date format="%Y/%m/"}" onClick="sndReq('coming_events_minical', 'events', 'mini_cal', '{next_date format="%Y/%m/"}'); return false;">{next_date format="%M %Y"} >></a></div>
                    </td>
                  </tr>
                </table>
                {/exp:repeet:calendar}
{/exp:repeet:get_ids}