Welcome to mirror list, hosted at ThFree Co, Russian Federation.

part.content.php « templates - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80469424540769840d1fc53c712b4357b9502bf7 (plain)
1
2
3
4
5
6
7
8
9
10
<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>