Stud.IP  3.2 Revision
admin_aux.php File Reference

Variables

if($perm->have_perm('admin')) else
 
 $header_line = getHeaderLine($header_object_id)
 
 $aux_query = "SELECT aux_lock_rule, Name, Veranstaltungsnummer, aux_lock_rule_forced FROM seminare WHERE Seminar_id = ?"
 
 $aux_statement = DBManager::get()->prepare($aux_query)
 
if(isset($SessSemName[1]) &&(!Request::option('make_aux'))) $rules = AuxLockRules::getAllLockRules()
 
 $containerTable =new ContainerTable()
 
 $contentTable =new ContentTable()
 
 $zt =new ZebraTable(array("width"=>"100%", "padding"=>"5"))
 
if(isset($SessSemName[1]) &&isset($selected)) if (!Request::submitted( 'aux_rule') &&Request::optionArray( 'aux_sem') &&(! $selected))
 
 $template = $GLOBALS['template_factory']->open('layouts/base.php')
 
$template content_for_layout = ob_get_clean()
 

Variable Documentation

◆ $aux_query

$aux_query = "SELECT aux_lock_rule, Name, Veranstaltungsnummer, aux_lock_rule_forced FROM seminare WHERE Seminar_id = ?"

◆ $aux_statement

$aux_statement = DBManager::get()->prepare($aux_query)

◆ $containerTable

$containerTable =new ContainerTable()

◆ $contentTable

$contentTable =new ContentTable()

◆ $header_line

$header_line = getHeaderLine($header_object_id)

◆ $rules

if (isset( $SessSemName[1]) &&(!Request::option( 'make_aux'))) $rules = AuxLockRules::getAllLockRules()

◆ $template

$template = $GLOBALS['template_factory']->open('layouts/base.php')

◆ $zt

$zt =new ZebraTable(array("width"=>"100%", "padding"=>"5"))

◆ content_for_layout

$template content_for_layout = ob_get_clean()

◆ else

if ( $perm->have_perm( 'admin')) else
Initial value:
{
Navigation::activateItem('/course/admin/aux_data')
static activateItem($path)
Definition: Navigation.php:58

◆ if

if (isset( $SessSemName[1]) &&isset( $selected)) if(!Request::submitted('aux_rule') &&Request::optionArray('aux_sem') &&(! $selected))