ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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/metaedit/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 
14 echo('<h1>OAuth Client</h1>');
15 
16 echo($this->data['form']);
17 
18 echo('<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 
$this data['jquery']
Create styles array
The data for the language used.