nc-vue-register/templates/main.php

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>