|
Stud.IP
2.5 Revision
|
Functions | |
| table_body ($members, $range_id, $structure) | |
Variables | |
| $admin_view = Request::option('admin_view',false) | |
| if($perm->have_studip_perm('tutor', $SessSemName[1])) if($admin_view) | else |
| if(! $admin_view) if($admin_view &&! $perm->have_studip_perm('admin', $inst_id)) | $header_line = getHeaderLine($inst_id) |
| $sortby = Request::option('sortby') | |
| $extend = Request::option('extend') | |
| $direction = Request::option('direction') | |
| $new_direction = "DESC" | |
| $show = Request::option('show') | |
| $groups = GetAllStatusgruppen($inst_id) | |
| $group_list = GetRoleNames($groups, 0, '', true) | |
| $cmd = Request::option('cmd') | |
| $role_id = Request::option('role_id') | |
| $username = Request::quoted('username') | |
| if($cmd=='removeFromGroup' && $perm->have_studip_perm('admin', $inst_id)) if($cmd=='removeFromInstitute' && $perm->have_studip_perm('admin', $inst_id)) | table_head ($structure) |
| $u_id = Request::option('u_id') | |
| $ins_id = Request::option('ins_id') | |
| if(Request::submitted('berufen') && $ins_id !="" && $u_id !="") | $lockrule = LockRules::getObjectRule($inst_id) |
| if($admin_view && $lockrule->description &&LockRules::Check($inst_id, 'participants')) | if ( $inst_id !='' &&$inst_id !='0') |
| table_body | ( | $members, | |
| $range_id, | |||
| $structure | |||
| ) |

| $admin_view = Request::option('admin_view',false) |
| $cmd = Request::option('cmd') |
| $direction = Request::option('direction') |
| $extend = Request::option('extend') |
| $group_list = GetRoleNames($groups, 0, '', true) |
| $groups = GetAllStatusgruppen($inst_id) |
| if (! $admin_view) if ( $admin_view &&! $perm->have_studip_perm( 'admin', $inst_id)) $header_line = getHeaderLine($inst_id) |
| $ins_id = Request::option('ins_id') |
| if (Request::submitted( 'berufen') &&$ins_id !="" &&$u_id !="") $lockrule = LockRules::getObjectRule($inst_id) |
| $new_direction = "DESC" |
| $role_id = Request::option('role_id') |
| $show = Request::option('show') |
| $sortby = Request::option('sortby') |
| $u_id = Request::option('u_id') |
| $username = Request::quoted('username') |
| if ( $admin_view &&$lockrule->description &&LockRules::Check( $inst_id, 'participants')) if($inst_id !='' && $inst_id !='0') |