Stud.IP  2.5 Revision
inst_admin.php File Reference

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')
 

Function Documentation

◆ table_body()

table_body (   $members,
  $range_id,
  $structure 
)
Here is the call graph for this function:

Variable Documentation

◆ $admin_view

$admin_view = Request::option('admin_view',false)

◆ $cmd

$cmd = Request::option('cmd')

◆ $direction

$direction = Request::option('direction')

◆ $extend

$extend = Request::option('extend')

◆ $group_list

$group_list = GetRoleNames($groups, 0, '', true)

◆ $groups

◆ $header_line

if (! $admin_view) if ( $admin_view &&! $perm->have_studip_perm( 'admin', $inst_id)) $header_line = getHeaderLine($inst_id)

◆ $ins_id

$ins_id = Request::option('ins_id')

◆ $lockrule

if (Request::submitted( 'berufen') &&$ins_id !="" &&$u_id !="") $lockrule = LockRules::getObjectRule($inst_id)

◆ $new_direction

$new_direction = "DESC"

◆ $role_id

$role_id = Request::option('role_id')

◆ $show

$show = Request::option('show')

◆ $sortby

$sortby = Request::option('sortby')

◆ $u_id

$u_id = Request::option('u_id')

◆ $username

◆ else

if ( $direction=="ASC") else if ( $direction=="DESC") else
Initial value:
{
PageLayout::setTitle(_("Liste der MitarbeiterInnen"))
static setTitle($title)
Definition: PageLayout.php:101

◆ if

if ( $admin_view &&$lockrule->description &&LockRules::Check( $inst_id, 'participants')) if($inst_id !='' && $inst_id !='0')

◆ table_head

if ( $cmd=='removeFromGroup' &&$perm->have_studip_perm( 'admin', $inst_id)) if ( $cmd=='removeFromInstitute' &&$perm->have_studip_perm( 'admin', $inst_id)) table_head( $structure)