mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-09 01:11:00 +00:00
11 lines
394 B
Smarty
11 lines
394 B
Smarty
<h3>Сообщения</h3>
|
|
|
|
<iframe src="/messages/<?=$m['addr']?>" style="width: 600px; height: 400px;"></iframe>
|
|
|
|
<form method="POST" action="/messages/<?=$m['addr']?>">
|
|
<input name="text" style="width: 300px">
|
|
<input type="submit" value="Отправить">
|
|
</form>
|
|
|
|
<script>setInterval(function(){ document.querySelector('iframe').contentWindow.location.reload(true) }, 10000)</script>
|