|
Stud.IP
3.4 Revision
|
Variables | |
| $groups = Calendar::getGroups($GLOBALS['user']->id) | |
| if(count( $groups))( $groups as $group)( $range_id==$group->getId() ? ' selected' :'') ?> ><? endforeach | endif = htmlReady($group->name) |
| $calendar_users = CalendarUser::getOwners($GLOBALS['user']->id) | |
| if(count( $calendar_users))( $calendar_users as $calendar_user)( $range_id==$calendar_user->owner_id ? ' selected' :'') ?> ><? endforeach endif | $lecturers = array() |
| if(count( $courses))( $courses as $course)( $range_id==$course->id ? ' selected' :'') ?> ><? endforeach endif | $insts = Calendar::GetInstituteActivatedCalendar($GLOBALS['user']->id) |
| $calendar_users = CalendarUser::getOwners($GLOBALS['user']->id) |
| $groups = Calendar::getGroups($GLOBALS['user']->id) |
| if(count($courses)) ($courses as $course) ($range_id == $course->id ? ' selected' : '') ?>> <? endforeach endif $insts = Calendar::GetInstituteActivatedCalendar($GLOBALS['user']->id) |
| if(count($calendar_users)) ($calendar_users as $calendar_user) ($range_id == $calendar_user->owner_id ? ' selected' : '') ?>> <? endforeach endif $lecturers = array() |