ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
consent.php
Go to the documentation of this file.
1 <?php
2 
3 $this->data['header'] = 'OAuth Authorization';
4 $this->includeAtTemplateBase('includes/header.php');
5 
6 ?>
7 
8  <p style="margin-top: 2em">
9  Do you agree to let the application at <b><?php echo htmlspecialchars($this->data['consumer']['name'])?></b> use Foodle on your behalf?
10  </p>
11  <p>
12  <a href="<?php echo htmlspecialchars($this->data['urlAgree']); ?>">Yes I agree</a> |
13  <a href="javascript:alert('Please close this browser.');">No, cancel the request.</a>
14  </p>
15 
16 
17 <?php
18 $this->includeAtTemplateBase('includes/footer.php');
File written to
$this data['header']
Definition: consent.php:3
"color:#CC0000 style
Definition: example_001.php:92