27 lines
1 KiB
Scheme
Executable file
27 lines
1 KiB
Scheme
Executable file
$CalendarWidget
|
|
$MonthJumper
|
|
<p><a href="$Parent.Link">« Back to $Parent.Title</a></p>
|
|
|
|
<div class="event vevent">
|
|
<h3 class="summary">$Title</h3>
|
|
|
|
<% with CurrentDate %>
|
|
<p class="event-dates">$DateRange<% if AllDay %> <% _t('UncleCheese\EventCalendar\Pages\Calendar.ALLDAY','All Day') %><% else %><% if StartTime %> $TimeRange<% end_if %><% end_if %></p>
|
|
<p><a href="$ICSLink" class="event-ics-link"><% _t('UncleCheese\EventCalendar\Pages\CalendarEvent.ADD','Add this to Calendar') %></a></p>
|
|
<% end_with %>
|
|
|
|
$Content
|
|
|
|
<% if OtherDates %>
|
|
<div class="event-other-dates">
|
|
<h4 class="event-other-dates-title"><% _t('UncleCheese\EventCalendar\Pages\CalendarEvent.ADDITIONALDATES','Additional Dates for this Event') %></h4>
|
|
<ul>
|
|
<% loop OtherDates %>
|
|
<li><a href="$Link" title="$Event.Title">$DateRange<% if AllDay %> <% _t('UncleCheese\EventCalendar\Pages\Calendar.ALLDAY','All Day') %><% else %><% if StartTime %> $TimeRange<% end_if %><% end_if %></a></li>
|
|
<% end_loop %>
|
|
</ul>
|
|
</div>
|
|
<% end_if %>
|
|
</div>
|
|
$Form
|
|
$PageComments
|