<% require css(event_calendar/css/calendar.css) %> <% require javascript(event_calendar/javascript/calendar_core.js) %>

<% _t('BROWSECALENDAR','Browse the Calendar') %>

<% _t('USECALENDAR','Use the calendar below to navigate dates') %>

$CalendarWidget $CalendarFilterForm
<% if DateHeader %>

$DateHeader

<% end_if %>
<% if Events %>
<% control Events %>
$_Dates

<% if Announcement %>$EventTitle<% else %>$EventTitle<% end_if %>

<% if AllDay %>
<% _t('ALLDAY','All Day') %>
<% else %> <% if StartTime %>
<% _t('TIME','Time') %>: 
$_Times
<% end_if %> <% end_if %>
<% if Announcement %> $Content <% else %> <% control Event %>$Content.LimitWordCount(60)<% end_control %> <% _t('MORE','more...') %> <% end_if %> <% if OtherDates %>

<% _t('SEEALSO','See also') %>:

    <% control OtherDates %>
  • $_Dates <% if StartTime %>
    • $_Times
    <% end_if %>
  • <% end_control %>
<% end_if %>
<% end_control %>
<% else %> <% _t('NOEVENTS','There are no events') %>. <% end_if %>