HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux dev1 5.15.83-1-pve #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z) x86_64
User: safarimaris (1000)
PHP: 7.2.34-54+ubuntu22.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /home/safarimaris/home/safarimaris/frontend/mail/review.php
<?php

use yii\helpers\Html;
use yii\helpers\Url;

?>
<h2>Добрый день, <?=$model['user'];?>!</h2>
<br>
<div>В этом письме находится форма отзыва о поездке, которую мы заполнили с ваших слов. Если вы согласны опубликовать свой отзыв на нашем сайте, пожалуйста, нажмите кнопку под формой.</div>
<div>Если у вас остались какие-либо замечания, сообщите нам и мы свяжемся с вами в ближайшее время.</div>
<div>Благодарим за обратную связь!</div>
<br>
<div>Команда Сафари Марис.</div>
<br>
<br>

<div class="row-button" style="text-align: center;">
    <h3>Ваш отзыв о яхте <?=$boat?></h3>
</div>
<br>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Airport');?>:</strong>
    <?php $img = '/images/'.$model['ratingAirport'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<div class="row">
    <img src="<?=Url::toRoute('/images/line-grey.png',true)?>" height="20px">
</div>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Infrastructure');?>:</strong>
    <?php $img = '/images/'.$model['ratingInfrastructure'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<div class="row">
    <img src="<?=Url::toRoute('/images/line-grey.png',true)?>" height="20px">
</div>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Clean');?>:</strong>
    <?php $img = '/images/'.$model['ratingClean'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<div class="row">
    <img src="<?=Url::toRoute('/images/line-grey.png',true)?>" height="20px">
</div>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Eat');?>:</strong>
    <?php $img = '/images/'.$model['ratingEat'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<div class="row">
    <img src="<?=Url::toRoute('/images/line-grey.png',true)?>" height="20px">
</div>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Guiding');?>:</strong>
    <?php $img = '/images/'.$model['ratingGuiding'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<div class="row">
    <img src="<?=Url::toRoute('/images/line-grey.png',true)?>" height="20px">
</div>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Service');?>:</strong>
    <?php $img = '/images/'.$model['ratingService'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<div class="row">
    <img src="<?=Url::toRoute('/images/line-grey.png',true)?>" height="20px">
</div>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Zodiak');?>:</strong>
    <?php $img = '/images/'.$model['ratingZodiak'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<div class="row">
    <img src="<?=Url::toRoute('/images/line-grey.png',true)?>" height="20px">
</div>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Equipment');?>:</strong>
    <?php $img = '/images/'.$model['ratingEquipment'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<div class="row">
    <img src="<?=Url::toRoute('/images/line-grey.png',true)?>" height="20px">
</div>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Price');?>:</strong>
    <?php $img = '/images/'.$model['ratingPrice'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<div class="row">
    <img src="<?=Url::toRoute('/images/line-grey.png',true)?>" height="20px">
</div>
<div class="row">
    <strong style="display:block;width: 70%; float: left;"><?=Yii::t('model', 'Rating Host');?>:</strong>
    <?php $img = '/images/'.$model['ratingHost'].'.png'?>
    <img src="<?=Url::toRoute($img,true)?>" height="20px">
</div>
<br>
<?php if($model['text']) {?>
    <div>
        <strong><?=Yii::t('model', 'Text')?>:</strong>
        <br>
        <?=$model['text']?>
    </div>
    <br>
<?php }?>
    
<div class="row-button" style="text-align: center;">
    <a href="<?=Url::toRoute(['/review/approved', 'hash'=>$hash],true)?>">
        <img src="<?=Url::toRoute('/images/button.png',true)?>" height="50px">
    </a>
</div>