Files
nextcloud-registration/templates/main.php
Pellaeon Lin c3eedc1460 Create app
2014-08-28 14:43:28 +00:00

17 lines
357 B
PHP

<?php
\OCP\Util::addScript('registration', 'script');
\OCP\Util::addStyle('registration', 'style');
?>
<p>Hello World <?php p($_['user']) ?></p>
<p><button id="hello">click me</button></p>
<p><textarea id="echo-content">
Send this as ajax
</textarea></p>
<p><button id="echo">Send ajax request</button></p>
Ajax response: <div id="echo-result"></div>