1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-26 09:16:36 +00:00
ocsms/templates/part.content.php
Loïc Blot (@U-Exp) ae67b9f662 Modify labels
2014-09-12 14:14:06 +02:00

11 lines
248 B
PHP

<p>Hello World <?php p($_['user']) ?></p>
<p><button id="hello">click me</button></p>
<p><textarea id="push-content">
Send this as ajax
</textarea></p>
<p><button id="push">Test push SMS</button></p>
Push response: <div id="push-result"></div>