_thanks_1.php
1.06 KB
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
<?php
/**
* @var View $this
* @var string $email
* @var string $phone
*/
use yii\web\View;
?>
<div style="width: 600px;font-size: 18px;">
<p align="center">
Thank you for registering!
</p>
<p>
A letter of confirmation of participation in the
"Ninth International Energy Forum for Sustainable Development" will be sent to your e-mail
address as soon as possible.
</p>
<p>
In case of any questions regarding to the Forum, feel free to contact with:
</p>
<p>
<span style="text-decoration: underline">
<strong>
Ministry of Energy and Coal Industry of Ukraine
</strong>
</span><br />
Email: forum@mev.gov.ua <br>
Phone: +380 44 206 38 57 (09:00-17:00 local time)
</p>
<p>
<span style="text-decoration: underline">
<strong>
Organization issues:
</strong>
</span><br />
Name: GНа указанный адрес скидка уже была высланаanna Skydanchuk <br>
Tel: <?= $phone ?> (10:00-18:00 local time) <br>
Email: <?= $email ?>
</p>
</div>