Исправление тегов вставки кода

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2021-02-24 20:54:00 +10:00
parent c9e3b542b7
commit 65c2e19e55
11 changed files with 71 additions and 72 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
declare(strict_types=1);

View File

@ -1,4 +1,4 @@
<?
<?php
declare(strict_types=1);

View File

@ -28,8 +28,8 @@ use app\models\AccountForm;
$model = $model ?? new AccountForm;
?>
<?= $form->field($model, 'mail', ['enableLabel' => false, 'options' => ['class' => 'mb-2']])->textInput(['autofocus' => true, 'placeholder' => $model->getAttributeLabel('mail')]) ?>
<?= $form->field($model, 'pswd', ['enableLabel' => false])->passwordInput(['placeholder' => $model->getAttributeLabel('pswd')]) ?>
<?php $form->field($model, 'mail', ['enableLabel' => false, 'options' => ['class' => 'mb-2']])->textInput(['autofocus' => true, 'placeholder' => $model->getAttributeLabel('mail')]) ?>
<?php $form->field($model, 'pswd', ['enableLabel' => false])->passwordInput(['placeholder' => $model->getAttributeLabel('pswd')]) ?>
<div class="d-flex mb-2 mt-3">
<?= Html::submitButton('Войти', ['name' => 'submitAuthentication', 'onclick' => 'authentication(this.parentElement.parentElement);', 'class' => 'flex-grow-1 mr-2 btn btn-primary button_clean']) ?>
@ -39,7 +39,7 @@ use app\models\AccountForm;
</div>
<?= Html::submitButton('Регистрация', ['name' => 'submitRegistration', 'onclick' => 'registration(this.parentElement);', 'class' => 'col-12 ml-auto btn btn-success btn-sm button_clean']) ?>
<?php ActiveForm::end(); ?>
<?= ActiveForm::end(); ?>
</div>
</div>
</div>

View File

@ -70,7 +70,7 @@ AppAsset::register($this);
<form class="d-flex catalog_search" onsubmit="return false;">
<div class="position-relative col-sm-8 col-lg-10 px-0">
<input id="search_line" type="text" class="form-control col-12 catalog_search_line button_clean" placeholder="Введите номер запчасти, например: 45223503481" oninput="$('#search_line').dropdown('hide'); product_search(this);" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" autocomplete="off">
<?
<?php
if (!yii::$app->user->isGuest && $search_panel = $search_panel ?? yii::$app->controller->renderPartial('/search/panel', ['history' => true])) {
echo <<<HTML
<div id="search_line_window" class="dropdown-menu w-100" aria-labelledby="search_line">
@ -91,7 +91,7 @@ AppAsset::register($this);
</aside>
<main class="col p-0">
<?= $content ?>
<?php $content ?>
</main>
<footer class="container py-4">

View File

@ -1,4 +1,4 @@
<?
<?php
if (empty($notifications)) {
echo <<<HTML
<p class="px-2 py-3 text-center">Уведомлений нет</p>

View File

@ -1,4 +1,4 @@
<?
<?php
$id = 'popup/' . $notification->readId();
$html = $notification->html;

View File

@ -15,7 +15,7 @@ use app\models\Product;
<div class="h-100 p-3 d-flex flex-column rounded">
<div id="product_slider" class="row px-3 profile_panel">
<div class="col-1 product_slider_preview p-0 pr-3 mb-3">
<?
<?php
foreach ($model['imgs'] ?? [null] as $key => $image) {
// Перебор изображений
@ -33,7 +33,7 @@ use app\models\Product;
?>
</div>
<div class="product_slider_image">
<?
<?php
// Инициализация
$imgs = $model['imgs'] ?? [null];
$checked = '';
@ -75,7 +75,7 @@ use app\models\Product;
<div class="row mb-3 h-100 product_panel d-flex flex-column">
<p class="mt-0">
ОЕМ-номера можно сюда добавить с возможностью перехода
<?
<?php
// foreach ($model['catn'] ?? [] as $catn) {
// echo <<<HTML
// $catn
@ -84,7 +84,7 @@ use app\models\Product;
?>
</p>
</div>
<?
<?php
$form = ActiveForm::begin([
'id' => 'form_product_cart',
'action' => false,
@ -116,12 +116,12 @@ use app\models\Product;
</p>
</div>
<? ActiveForm::end(); ?>
<?php ActiveForm::end(); ?>
</div>
</div>
<div class="row mt-auto mx-0">
<p class="ml-0">Время для повышения релевантности в поисковиках</p>
<time class="ml-auto"><?php echo date('d.m.Y', $model['date']) ?></time>
<time class="ml-auto"><?= date('d.m.Y', $model['date']) ?></time>
</div>
</div>
</article>

View File

@ -4,9 +4,8 @@ declare(strict_types=1);
use yii;
use yii\bootstrap\ActiveForm;
use yii\helpers\Html;
use app\models\Notification;
use app\models\Supply;
?>
<link href="/css/pages/profile.css" rel="stylesheet">
@ -40,7 +39,7 @@ use app\models\Notification;
<div class="col">
<h5>Параметры 1C</h5>
<div class="dropdown-divider mb-3"></div>
<?
<?php
$form = ActiveForm::begin([
'id' => 'form_profile_settings',
'action' => false,
@ -104,7 +103,7 @@ use app\models\Notification;
<small class="d-block">Значения взяты из импортированных товаров</small>
<!-- <small class="d-block mb-3">Значения взяты из импортированных товаров</small> -->
<? ActiveForm::end(); ?>
<?php ActiveForm::end(); ?>
</div>
</div>
</div>

View File

@ -32,7 +32,7 @@ declare(strict_types=1);
<div class="col-7 col-sm-3 col-md-4 col-lg-6 pr-0 px-sm-0 px-lg-3">Поисковый запрос</div>
<div class="col">Время</div>
</div>
<?
<?php
foreach ($search_history as $row) {
// Инициализация
$date = date('H:i d.m.Y', $row->date);
@ -47,7 +47,7 @@ declare(strict_types=1);
}
?>
<div class="mt-3">
<?
<?php
$page = ($page_search_history ?? 0) + 1;
echo <<<HTML

View File

@ -17,7 +17,7 @@ use app\models\SupplyEdgeProduct;
</div>
<div class="dropdown-divider my-3"></div>
<dl class="m-0">
<?
<?php
if (yii::$app->user->identity->trst) {
// Пользователь является доверенным
@ -42,7 +42,7 @@ use app\models\SupplyEdgeProduct;
}
?>
<dt>
<?
<?php
// Инициализация
$targetUrl = '/profile/supplies';
@ -60,7 +60,7 @@ use app\models\SupplyEdgeProduct;
?>
</dt>
<dt>
<?
<?php
// Инициализация
$targetUrl = '/profile/monitoring';
@ -78,7 +78,7 @@ use app\models\SupplyEdgeProduct;
?>
</dt>
<dt>
<?
<?php
// Инициализация
$targetUrl = '/profile';

View File

@ -26,26 +26,26 @@ use app\models\Settings;
<label class="btn button_white mb-0 mr-2" for="profile_panel_trusted_input_settings">Настройки</label>
</div>
<div class="profile_panel_content">
<input type="radio" id="profile_panel_trusted_input_notifications" name="main_panel" />
<input type="radio" id="profile_panel_trusted_input_notifications" name="main_panel" />
<div class="col">
<h5>Отправка уведомления</h5>
<div class="dropdown-divider mb-3"></div>
<?
$form = ActiveForm::begin([
'id' => 'form_profile_trusted_notifications',
'action' => false,
'fieldConfig' => [
'template' => '{label}{input}'
],
'options' => [
'onsubmit' => 'return false;'
]
]);
<?php
$form = ActiveForm::begin([
'id' => 'form_profile_trusted_notifications',
'action' => false,
'fieldConfig' => [
'template' => '{label}{input}'
],
'options' => [
'onsubmit' => 'return false;'
]
]);
// Значения по умолчанию
isset($model_notifications) or $model_notifications = new Notification;
isset($model_notifications->trgt) or $model_notifications->trgt = null;
isset($model_notifications->text) or $model_notifications->text = '';
// Значения по умолчанию
isset($model_notifications) or $model_notifications = new Notification;
isset($model_notifications->trgt) or $model_notifications->trgt = null;
isset($model_notifications->text) or $model_notifications->text = '';
?>
<?= $form->errorSummary($model_notifications) ?>
@ -62,11 +62,11 @@ use app\models\Settings;
<?= Html::submitButton('Отправить', ['name' => 'submitNotification', 'onclick' => 'page_profile_trusted_notification_create(this.parentElement);', 'class' => 'flex-grow-1 mr-2 btn button_white button_clean']) ?>
<?= Html::submitButton('Отправить как HTML', ['name' => 'submitNotification', 'onclick' => 'page_profile_trusted_notification_create(this.parentElement, 1);', 'class' => 'flex-grow-1 mr-2 btn button_white button_clean']) ?>
<? ActiveForm::end(); ?>
<?php ActiveForm::end(); ?>
</div>
<input type="radio" id="profile_panel_trusted_input_settings" name="main_panel" checked />
<div class="col">
<?
<?php
$form = ActiveForm::begin([
'id' => 'form_profile_trusted_settings_search_period',
'action' => false,
@ -85,50 +85,50 @@ use app\models\Settings;
<?= $form->field($model_settings, 'search_period', ['options' => ['class' => "mb-1"]])->textInput(['value' => $model_settings['search_period'], 'onChange' => 'page_profile_trusted_settings(this.parentElement.parentElement)']); ?>
<small class="d-block mb-1">Время которое надо ждать для повторного поиска в секундах</small>
<? ActiveForm::end(); ?>
<?php ActiveForm::end(); ?>
<?
$form = ActiveForm::begin([
'id' => 'form_profile_trusted_settings_search_connect_keep',
'action' => false,
'fieldConfig' => [
'template' => '{label}{input}',
],
'options' => [
'onsubmit' => 'return false;'
]
]);
<?php
$form = ActiveForm::begin([
'id' => 'form_profile_trusted_settings_search_connect_keep',
'action' => false,
'fieldConfig' => [
'template' => '{label}{input}',
],
'options' => [
'onsubmit' => 'return false;'
]
]);
$list = ['false' => 'Нет', 'true' => 'Да'];
$list = ['false' => 'Нет', 'true' => 'Да'];
if (isset($model_settings->search_connect_keep)) {
// Найден ранее записанный параметр
if (isset($model_settings->search_connect_keep)) {
// Найден ранее записанный параметр
if (isset($list[$model_settings->search_connect_keep])) {
// Совпадение параметра с параметрами списка найдено
if (isset($list[$model_settings->search_connect_keep])) {
// Совпадение параметра с параметрами списка найдено
// Буфер для сохранения параметра
$buffer = $list[$model_settings->search_connect_keep];
// Буфер для сохранения параметра
$buffer = $list[$model_settings->search_connect_keep];
// Удаление параметра
unset($list[$model_settings->search_connect_keep]);
// Удаление параметра
unset($list[$model_settings->search_connect_keep]);
// Сохранение параметра в начале массива
$list = array_merge([$model_settings->search_connect_keep => $buffer], $list);
} else {
// Совпадение параметра с параметрами списка не найдено
// Сохранение параметра в начале массива
$list = array_merge([$model_settings->search_connect_keep => $buffer], $list);
} else {
// Совпадение параметра с параметрами списка не найдено
// Сохранение параметра из данных аккаунта в начале массива
$list = array_merge([$model_settings->search_connect_keep => $model_settings->search_connect_keep], $list);
}
// Сохранение параметра из данных аккаунта в начале массива
$list = array_merge([$model_settings->search_connect_keep => $model_settings->search_connect_keep], $list);
}
}
?>
<?= $form->field($model_settings, 'search_connect_keep', ['options' => ['class' => "mb-1"]])->dropDownList($list, ['onChange' => 'page_profile_trusted_settings(this.parentElement.parentElement)']); ?>
<small class="d-block mb-1">Удерживать открытое соединение до истечения срока блокировки поиска?</small>
<small class="d-block mb-1">При малой задержке позволяет снизить время загрузки страницы, но при большой будет казаться, что сайт завис</small>
<? ActiveForm::end(); ?>
<?php ActiveForm::end(); ?>
</div>
</div>
</div>