Files
AtomicOld/simpla/design/html/email_feedback_admin.tpl
2026-02-14 19:50:25 +03:00

38 lines
1.7 KiB
Smarty
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.
{$subject="Вопрос от пользователя `$feedback->name|escape`" scope=parent}
<h1 style='font-weight:normal;font-family:arial;'>Вопрос от пользователя {$feedback->name|escape}</h1>
<table cellpadding=6 cellspacing=0 style='border-collapse: collapse;'>
<tr>
<td style='padding:6px; width:170; background-color:#f0f0f0; border:1px solid #e0e0e0;font-family:arial;'>
Имя
</td>
<td style='padding:6px; width:330; background-color:#ffffff; border:1px solid #e0e0e0;font-family:arial;'>
{$feedback->name|escape}
</td>
</tr>
<tr>
<td style='padding:6px; width:170; background-color:#f0f0f0; border:1px solid #e0e0e0;font-family:arial;'>
Email
</td>
<td style='padding:6px; width:330; background-color:#ffffff; border:1px solid #e0e0e0;font-family:arial;'>
<a href='mailto:{$feedback->email|escape}?subject={$settings->site_name}'>{$feedback->email|escape}</a>
</td>
</tr>
<tr>
<td style='padding:6px; background-color:#f0f0f0; border:1px solid #e0e0e0;font-family:arial;'>
IP
</td>
<td style='padding:6px; width:170; background-color:#ffffff; border:1px solid #e0e0e0;font-family:arial;'>
{$feedback->ip|escape} (<a href='http://www.ip-adress.com/ip_tracer/{$feedback->ip}/'>где это?</a>)
</td>
</tr>
<tr>
<td style='padding:6px; width:170; background-color:#f0f0f0; border:1px solid #e0e0e0;font-family:arial;'>
Сообщение:
</td>
<td style='padding:6px; width:330; background-color:#ffffff; border:1px solid #e0e0e0;font-family:arial;'>
{$feedback->message|escape|nl2br}</a>
</td>
</tr>
</table>
<br><br>
Приятной работы с <a href='http://simp.la'>Simpla</a>!