PHP Classes

File: web/SSO/modules/oauth/templates/registry.edit.tpl.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/oauth/templates/registry.edit.tpl.php   Download  
File: web/SSO/modules/oauth/templates/registry.edit.tpl.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 680 bytes
 

Contents

Class file image Download
<?php

$this
->data['jquery'] = array('version' => '1.6', 'core' => TRUE, 'ui' => TRUE, 'css' => TRUE);
$this->data['head'] = '<link rel="stylesheet" type="text/css" href="/' . $this->data['baseurlpath'] . 'module.php/metaedit/resources/style.css" />' . "\n";
$this->data['head'] .= '<script type="text/javascript">
$(document).ready(function() {
    $("#tabdiv").tabs();
});
</script>'
;

$this->includeAtTemplateBase('includes/header.php');


echo(
'<h1>OAuth Client</h1>');

echo(
$this->data['form']);

echo(
'<p style="float: right"><a href="registry.php">Return to entity listing <strong>without saving...</strong></a></p>');

$this->includeAtTemplateBase('includes/footer.php');