ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
statistics.tpl.php File Reference

Go to the source code of this file.

Variables

$this data ['header'] = 'SimpleSAMLphp Statistics'
 
$this data ['jquery'] = array('core' => true, 'ui' => true, 'css' => true)
 
$this data ['head'] = '<link rel="stylesheet" type="text/css" href="' . SimpleSAML\Module::getModuleURL("statistics/style.css") . '" />' . "\n"
 
$this data ['head'] = '<script type="text/javascript" src="' . SimpleSAML\Module::getModuleURL("statistics/javascript.js") . '"></script>' . "\n"
 
 foreach ( $this->data[ 'available.rules'] as $key=> $rule)
 
 foreach ( $this->data[ 'availdelimiters'] as $key=> $delim)
 
if(isset($this->data['available.times.prev'])) else
 
 foreach ( $this->data[ 'available.timeres'] as $key=> $timeresname)
 
 foreach ( $this->data[ 'available.times'] as $key=> $timedescr)
 
 foreach ( $this->data[ 'available.rules'] as $key=> $rule)
 
 $classint = array('odd', 'even')
 Handle table view - - - - - -. More...
 
 $i = 0
 
 if (isset( $this->data[ 'pieimgurl']))
 
 foreach ( $this->data[ 'summaryDataset'] as $key=> $value)
 
 foreach ( $this->data[ 'topdelimiters'] as $key)
 
 foreach ( $this->data[ 'debugdata'] as $slot=> $dd)
 

Variable Documentation

◆ $classint

$classint = array('odd', 'even')

Handle table view - - - - - -.

Definition at line 138 of file statistics.tpl.php.

◆ $i

$i = 0

Definition at line 138 of file statistics.tpl.php.

◆ data [1/4]

$this data[ 'header'] = 'SimpleSAMLphp Statistics'

Definition at line 2 of file statistics.tpl.php.

◆ data [2/4]

$this data[ 'jquery'] = array('core' => true, 'ui' => true, 'css' => true)

Definition at line 4 of file statistics.tpl.php.

◆ data [3/4]

$this data[ 'head'] = '<link rel="stylesheet" type="text/css" href="' . SimpleSAML\Module::getModuleURL("statistics/style.css") . '" />' . "\n"

Definition at line 6 of file statistics.tpl.php.

◆ data [4/4]

$this data[ 'head'] = '<script type="text/javascript" src="' . SimpleSAML\Module::getModuleURL("statistics/javascript.js") . '"></script>' . "\n"

Definition at line 7 of file statistics.tpl.php.

◆ else

if (isset( $this->data[ 'available.times.next'])) else
Initial value:
{
echo '<td class="selecttime_link_grey">« Previous</td>'

Definition at line 66 of file statistics.tpl.php.

◆ foreach [1/8]

foreach($this->data['available.rules'] as $key=> $rule)

Definition at line 23 of file statistics.tpl.php.

◆ foreach [2/8]

foreach($this->data['availdelimiters'] as $key=> $delim)

Definition at line 38 of file statistics.tpl.php.

◆ foreach [3/8]

foreach($this->data['available.timeres'] as $key=> $timeresname)

Definition at line 74 of file statistics.tpl.php.

◆ foreach [4/8]

foreach($this->data['available.times'] as $key=> $timedescr)

Definition at line 88 of file statistics.tpl.php.

◆ foreach [5/8]

foreach($this->data['available.rules'] as $key=> $rule)

Definition at line 123 of file statistics.tpl.php.

◆ foreach [6/8]

foreach($this->data['summaryDataset'] as $key=> $value)

Definition at line 146 of file statistics.tpl.php.

◆ foreach [7/8]

foreach($this->data['topdelimiters'] as $key)

Definition at line 167 of file statistics.tpl.php.

◆ foreach [8/8]

foreach($this->data['debugdata'] as $slot=> $dd)

Definition at line 178 of file statistics.tpl.php.

◆ if

if(isset($this->data['pieimgurl']))

Definition at line 141 of file statistics.tpl.php.