3$this->
data[
'jquery'] = array(
'core' => TRUE,
'ui' => TRUE,
'css' => TRUE);
4$this->
data[
'head'] =
'<link rel="stylesheet" type="text/css" href="/' . $this->
data[
'baseurlpath'] .
'module.php/metaedit/resources/style.css" />' .
"\n";
5$this->
data[
'head'] .=
'<script type="text/javascript">
6$(document).ready(function() {
11$this->includeAtTemplateBase(
'includes/header.php');
14echo(
'<h1>OAuth Client</h1>');
16echo($this->
data[
'form']);
18echo(
'<p style="float: right"><a href="registry.php">Return to entity listing <strong>without saving...</strong></a></p>');
20$this->includeAtTemplateBase(
'includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.