<% $VIEW = "EVENT"; $EVENT = &getEvent($in{'event_id'}); $db = new DBFile($main::events_db); $fields = &main::DBGetFieldsInDisplayOrder($db); %> Calendar: Event Detail
Event Details
<% if ($in{'popup'}) { %>[ Close ] <% } else { %> <% } %>

<% foreach (@$fields) { next unless ($db->{'properties'}->{$_}->{'display_details'}); %> <% } %>
<%=$db->{'properties'}->{$_}->{'name'}%>: <%=$EVENT->{$_}%>