-
Notifications
You must be signed in to change notification settings - Fork 0
/
feedback.tpl
84 lines (84 loc) · 2.1 KB
/
feedback.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<div style="border: 1px solid #97A4C2;width: 999px;
margin: auto;direction:rtl;background-color: #F8F8F8;">
<div style="padding: 30px;
margin: 3px;">
<div class="pheading"><h2>تماس با ما</h2></div>
<div class="baseform">
<table class="tableform">
[not-logged]
<tr>
<td class="label">
نام شما:<span class="impot">*</span>
</td>
<td><input type="text" maxlength="35" name="name" class="f_input" /></td>
</tr>
<tr>
<td class="label">
ایمیل شما:<span class="impot">*</span>
</td>
<td><input type="text" maxlength="35" name="email" class="f_input" dir="ltr" /></td>
</tr>
[/not-logged]
<tr>
<td class="label">
ارسال به:<span class="impot">*</span>
</td>
<td>{recipient}</td>
</tr>
<tr>
<td class="label">
موضوع:<span class="impot">*</span>
</td>
<td><input type="text" maxlength="45" name="subject" class="f_input" /></td>
</tr>
<tr>
<td class="label" valign="top">
پیام:
</td>
<td><textarea name="message" style="width: 380px; height: 160px" class="f_textarea" /></textarea></td>
</tr>
[sec_code]
<tr>
<td class="label">
کد را وارد کنید:<span class="impot">*</span>
</td>
<td>
<div>{code}</div>
<div><input type="text" maxlength="45" name="sec_code" style="width:115px" class="f_input" dir="ltr" /></div>
</td>
</tr>
[/sec_code]
[recaptcha]
<tr>
<td class="label">
دو کلمه نمایش داده شده در تصویر را وارد کنید:<span class="impot">*</span>
</td>
<td>
<div>{recaptcha}</div>
</td>
</tr>
[/recaptcha]
[question]
<tr>
<td class="label">
سوال امنیتی:
</td>
<td>
<div>{question}</div>
</td>
</tr>
<tr>
<td class="label">
پاسخ:<span class="impot">*</span>
</td>
<td>
<div><input type="text" name="question_answer" id="question_answer" class="f_input" /></div>
</td>
</tr>
[/question]
</table>
<div class="fieldsubmit">
<button name="send_btn" class="fbutton" type="submit"><span>ارسال</span></button>
</div>
</div> </div>
</div>