ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
fetch.tpl.php
Go to the documentation of this file.
1
<?php
2
$this->
data
[
'header'
] = $this->t(
'{aggregator:aggregator:aggregator_header}'
);
3
$this->includeAtTemplateBase(
'includes/header.php'
);
4
5
echo(
'<h1>Metarefresh fetch</h1>'
);
6
7
8
if
(!empty($this->
data
[
'logentries'
])) {
9
10
echo
'<pre style="border: 1px solid #aaa; padding: .5em; overflow: scroll">'
;
11
foreach
($this->
data
[
'logentries'
] AS
$l
) {
12
echo $l .
"\n"
;
13
}
14
echo
'</pre>'
;
15
16
}
else
{
17
echo
'No output from metarefresh.'
;
18
}
19
20
21
22
$this->includeAtTemplateBase(
'includes/footer.php'
);
data
$this data['header']
Definition:
fetch.tpl.php:2
$l
global $l
Definition:
afr.php:30
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
metarefresh
templates
fetch.tpl.php
Generated on Tue Jan 28 2025 19:01:12 for ILIAS by
1.8.13 (using
Doxyfile
)