Blame view

common/mail/_thanks_1.php 1.06 KB
9a961bfe   alex   add new letters
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
  <?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 />
c02327c3   alex   fix picture in le...
46
      Name: GНа указанный адрес скидка уже была высланаanna Skydanchuk <br>
9a961bfe   alex   add new letters
47
48
49
50
      Tel: <?= $phone ?>  (10:00-18:00 local time) <br>
      Email: <?= $email ?>
  </p>
  </div>