3 $this->
data[
'header'] =
'OAuth Authorization';
4 $this->includeAtTemplateBase(
'includes/header.php');
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?
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>
18 $this->includeAtTemplateBase(
'includes/footer.php');