a0e8d4e0
Alexey Boroda
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
/**
* @var View $this
* @var Feedback $contact
*/
use artbox\core\models\Feedback;
use common\models\Settings;
use frontend\assets\MapAsset;
use yii\helpers\Html;
use yii\bootstrap\ActiveForm;
use yii\web\View;
MapAsset::register($this);
$settings = Settings::getInstance();
|
99b10610
Eugeny Galkovskiy
Блог
|
18
|
$this->title = \Yii::t('app', 'Контакты');
|
a0e8d4e0
Alexey Boroda
first commit
|
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
$this->params[ 'breadcrumbs' ][] = $this->title;
$js = <<< JS
window.lat = {$settings->lat};
window.lon = {$settings->lon};
JS;
$this->registerJs($js, View::POS_END);
?>
<div id="content">
<div class="container" id="contact">
<section>
<div class="row">
<div class="col-md-12">
<section>
|
03d0b59c
Eugeny Galkovskiy
контакты
|
37
38
39
40
41
42
43
|
<?php
// echo '<p class="lead">Are you curious about something? Do you have some kind of problem with our products? As am hastily invited settled at limited civilly fortune me. Really spring in extent an by. Judge but built gay party world. Of so am
// he remember although required. Bachelor unpacked be advanced at. Confined in declared marianne is vicinity.</p>
// <p>Please feel free to contact us, our customer service center is working for you 24/7.</p>';
?>
|
a0e8d4e0
Alexey Boroda
first commit
|
44
45
46
47
48
49
50
|
</section>
</div>
</div>
</section>
<section>
|
f3ffc9ef
Timur Kastemirov
microdata in cont...
|
51
52
53
54
55
|
<div
class="row"
itemscope
itemtype="http://schema.org/Organization"
>
|
a0e8d4e0
Alexey Boroda
first commit
|
56
|
<div class="col-md-4">
|
f3ffc9ef
Timur Kastemirov
microdata in cont...
|
57
58
59
60
61
62
|
<div
class="box-simple"
itemprop="address"
itemscope
itemtype="http://schema.org/PostalAddress"
>
|
a0e8d4e0
Alexey Boroda
first commit
|
63
64
65
|
<div class="icon">
<i class="fa fa-map-marker"></i>
</div>
|
9b571190
Eugeny Galkovskiy
translates 1.5
|
66
|
<h3><?=\Yii::t('app', 'Адрес')?></h3>
|
a0e8d4e0
Alexey Boroda
first commit
|
67
68
69
|
<p>
<?php
if (!empty( $settings->street )) {
|
f3ffc9ef
Timur Kastemirov
microdata in cont...
|
70
|
echo "<span itemprop=\"streetAddress\">".$settings->street;
|
a0e8d4e0
Alexey Boroda
first commit
|
71
72
73
|
if (!empty( $settings->house )) {
echo " " . $settings->house;
}
|
f3ffc9ef
Timur Kastemirov
microdata in cont...
|
74
|
echo "</span>";
|
a0e8d4e0
Alexey Boroda
first commit
|
75
76
77
|
echo Html::tag('br');
}
if (!empty( $settings->city )) {
|
f3ffc9ef
Timur Kastemirov
microdata in cont...
|
78
|
echo "<span itemprop=\"addressLocality\">".$settings->city."</span>";
|
a0e8d4e0
Alexey Boroda
first commit
|
79
|
if (!empty( $settings->country )) {
|
f3ffc9ef
Timur Kastemirov
microdata in cont...
|
80
|
echo Html::tag('strong', ", <span itemprop=\"addressCountry\">" . $settings->country."</span>");
|
a0e8d4e0
Alexey Boroda
first commit
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
}
}
?>
</p>
</div>
<!-- /.box - simple-->
</div>
<div class="col-md-4">
<?php
if (!empty( $settings->phone )) {
?>
<div class="box-simple">
<div class="icon">
<i class="fa fa-phone"></i>
</div>
|
75f08501
alex
add eng translates
|
98
|
<h3> <?=\Yii::t('app','Телефон')?> </h3>
|
03d0b59c
Eugeny Galkovskiy
контакты
|
99
100
101
|
<?php
// echo '<p class="text-muted"> This number is toll free if calling from Great Britain otherwise we advise you to use the electronic form of communication .</p>';
?>
|
a0e8d4e0
Alexey Boroda
first commit
|
102
103
|
<p>
<?php
|
f3ffc9ef
Timur Kastemirov
microdata in cont...
|
104
105
|
echo Html::a(Html::tag('strong', "<span itemprop=\"telephone\">".$settings->phone."</span>"), 'tel:' . $settings->phone);
echo Html::tag('div', "<span itemprop=\"telephone\">".$settings->phone2."</span>");
|
a0e8d4e0
Alexey Boroda
first commit
|
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
?>
</p>
</div>
<!-- /.box - simple-->
<?php
}
?>
</div>
<?php
if (!empty( $settings->email )) {
?>
<div class="col-md-4">
<div class="box-simple">
<div class="icon">
<i class="fa fa-envelope"></i>
</div>
|
f37a4fe1
Eugeny Galkovskiy
14/09/17 1
|
124
|
<h3> E-mail </h3>
|
03d0b59c
Eugeny Galkovskiy
контакты
|
125
126
127
|
<?php
// echo '<p class="text-muted"> Please feel free to write an email to us or to use our electronic ticketing system .</p>';
?>
|
a0e8d4e0
Alexey Boroda
first commit
|
128
129
130
131
|
<ul class="list-style-none">
<li>
<?php
echo Html::a(
|
f3ffc9ef
Timur Kastemirov
microdata in cont...
|
132
|
Html::tag('strong', "<span itemprop=\"email\">".$settings->email."</span>"),
|
a0e8d4e0
Alexey Boroda
first commit
|
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
|
'mailto:' . $settings->email
);
?>
</li>
</ul>
</div>
<!-- /.box - simple-->
</div>
<?php
}
?>
</div>
</section>
<section>
<div class="row text-center">
<div class="col-md-12">
<div class="heading">
|
75f08501
alex
add eng translates
|
154
|
<h2> <?=\Yii::t('app', 'Связаться с нами1')?> </h2>
|
a0e8d4e0
Alexey Boroda
first commit
|
155
156
157
158
159
160
161
162
163
164
165
166
|
</div>
</div>
<div class="col-md-8 col-md-offset-2">
<?php $form = ActiveForm::begin(
[
'id' => 'contact-form',
'method' => 'POST',
'action' => '/site/feedback',
]
); ?>
<div class="row">
|
e5a10d89
Timur Kastemirov
contacts
|
167
168
169
|
<?= Html::hiddenInput('type', 'write_us');?>
|
a0e8d4e0
Alexey Boroda
first commit
|
170
171
|
<div class="col-sm-12">
<?= $form->field($contact, 'name')
|
2c3a4278
Eugeny Galkovskiy
Контакты
|
172
|
->textInput()
|
9b571190
Eugeny Galkovskiy
translates 1.5
|
173
|
->label(\Yii::t('app', 'Имя')); ?>
|
a0e8d4e0
Alexey Boroda
first commit
|
174
175
176
177
|
</div>
<div class="col-sm-6">
<?= $form->field($contact, 'email')
|
2c3a4278
Eugeny Galkovskiy
Контакты
|
178
|
->textInput()
|
75f08501
alex
add eng translates
|
179
|
->label(\Yii::t('app','Email')); ?>
|
a0e8d4e0
Alexey Boroda
first commit
|
180
181
182
|
</div>
<div class="col-sm-6">
<?= $form->field($contact, 'phone')
|
2c3a4278
Eugeny Galkovskiy
Контакты
|
183
|
->textInput()
|
75f08501
alex
add eng translates
|
184
|
->label(\Yii::t('app','Телефон')); ?>
|
a0e8d4e0
Alexey Boroda
first commit
|
185
186
187
188
189
190
191
|
</div>
<div class="col-sm-12">
<?= $form->field($contact, 'message')
->textarea(
[
'rows' => 3,
]
|
2c3a4278
Eugeny Galkovskiy
Контакты
|
192
|
)
|
9b571190
Eugeny Galkovskiy
translates 1.5
|
193
|
->label(\Yii::t('app', 'Сообщение')); ?>
|
a0e8d4e0
Alexey Boroda
first commit
|
194
195
196
197
|
</div>
<div class="col-sm-12 text-center">
<?= Html::submitButton(
|
9b571190
Eugeny Galkovskiy
translates 1.5
|
198
|
'<i class="fa fa-envelope-o"></i> '.\Yii::t('app', 'Сообщение'),
|
a0e8d4e0
Alexey Boroda
first commit
|
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
|
[
'class' => 'btn btn-template-main',
]
) ?>
</div>
</div>
<!-- /.row -->
<?php ActiveForm::end(); ?>
</div>
</div>
<!-- /.row -->
</section>
</div>
<!-- /#contact.container -->
</div>
<!-- /#content -->
<div id="map">
</div>
|