virt2/api/mod/free_chat.html

20 lines
753 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="ru-RU"><head><meta charset="utf-8"></head>
<body style="padding: 0px;">
<h4>
Free Chat
</h4>
<div id="dialog" style="border:1px solid lightgray; border:radius:10px;overflow-y:scroll;max-height: 500px;">
</div>
<form id="from_free_chat">
{if (!$smarty.cookies.nik)}
<input name="nik" autocomplete="off" placeholder="NickName">
{/if}
<input name="msg" autocomplete="off" placeholder="MSG">
<input type="submit" name="ok" value="Отправить" style="display:none;">
</form>
<script src="/api/jquery/jquery-3.4.1.min.js"></script>
<script src="/api/jquery/plugins/timer/1.2/jquery.timers.min.js"></script>
{$js_mod}
</body>
</html>