ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
authsource_list.tpl.php
Go to the documentation of this file.
1 <?php
6 $this->data['header'] = 'Test authentication sources';
7 
8 $this->includeAtTemplateBase('includes/header.php');
9 ?>
10 <h1><?php echo $this->data['header']; ?></h1>
11 <ul>
12 <?php
13 foreach ($this->data['sources'] as $id) {
14  echo '<li><a href="?as=' . htmlspecialchars(urlencode($id)) . '">' . htmlspecialchars($id) . '</a></li>';
15 }
16 ?>
17 </ul>
18 
19 <?php
20 $this->includeAtTemplateBase('includes/footer.php');
if(!array_key_exists('StateId', $_REQUEST)) $id
$this data['header']
Template to show list of configured authentication sources.