virt2/api/mod/jos.html

14 lines
937 B
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{include file=$header h1='Оставьте свое мнение о сайте!' title="Обратная связь" meta='<meta name="robots" content="noindex,nofollow">'}
{if !$smarty.session.user_id}
<h2>Для отправки сообщения администрации необходимо <a href='/jlogin/'>авторизоваться</a></h2>
{else}
<form method='post' action='/act/jos' id="form_jos">
<input type='hidden' name='act' value='send'>
<textarea name='textarea_jos' id="textarea_jos" class="form-control" style="height: 300px;border:1px solid lightgray;"></textarea>
<input type="submit" name="ok" class="btn btn-secondary" value="Отправить сообщение" id="btn_change_city">
</form>
<div class="alert alert-success hidden" id="div-msg" role="alert">
Сообщение администрации сайта успешно отправлено!
</div>
{/if}
{include file=$footer}