44 $year = checkNumeric($_REQUEST[
"year"]);
45 $month = checkNumeric($_REQUEST[
"month"]);
47 $title =
"Calendar View: {$calendar->name}";
80 $constraint =
"WHERE end_date >= '$startStr' AND start_date < '$endStr' AND published=1 ORDER BY start_date";
93 <div
style=
"clear:left; border: solid 1px #000; width: 100%; margin: 0; padding: 4px;">
95 $view->drawEventList();
98 <a href=
'/admin/event_form?calendar_id=<?echo $calendar_id?>' class=
'button'>Add an
Event</a>
if($prevMonth<=0) $nextMonth
if($nextMonth > 12) $endStr
if(! $year) if(! $month) $startStr
static using()
Import the datamodels, views and manifest for the specified component(s).