ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
registry.edit.tpl.php
Go to the documentation of this file.
1<?php
2
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/oauth/resources/style.css" />' . "\n";
5$this->data['head'] .= '<script type="text/javascript">
6$(document).ready(function() {
7 $("#tabdiv").tabs();
8});
9</script>';
10
11$this->includeAtTemplateBase('includes/header.php');
12
13
14echo('<h1>OAuth Client</h1>');
15
16echo($this->data['form']);
17
18echo('<p style="float: right"><a href="registry.php">Return to entity listing <strong>without saving...</strong></a></p>');
19
20$this->includeAtTemplateBase('includes/footer.php');
21
An exception for terminatinating execution or to throw for unit testing.
$this data['jquery']