From 3ddb3ced6abe58df246f4f025fa124eeac95979d Mon Sep 17 00:00:00 2001 From: mirzaev Date: Wed, 22 Feb 2023 04:27:34 +1000 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D1=87=D0=B0=D0=BB=D0=BE=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D1=8B=20=D0=BD=D0=B0=D0=B4=20=D0=BB?= =?UTF-8?q?=D0=BE=D0=B3=D0=B8=D0=BA=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- composer.lock | 2 +- .../stdm/registry/system/controllers/core.php | 2 +- .../system/controllers/hotline_controller.php | 82 ------------------- .../system/controllers/search_controller.php | 29 +++++++ .../registry/system/models/account_model.php | 70 ++++++++++++++++ .../site/stdm/registry/system/models/core.php | 25 ++++++ .../registry/system/models/keys_model.php | 29 +++++++ .../stdm/registry/system/public/css/main.css | 1 + .../stdm/registry/system/public/index.php | 2 +- 10 files changed, 158 insertions(+), 86 deletions(-) delete mode 100755 mirzaev/site/stdm/registry/system/controllers/hotline_controller.php create mode 100755 mirzaev/site/stdm/registry/system/controllers/search_controller.php create mode 100644 mirzaev/site/stdm/registry/system/models/account_model.php create mode 100644 mirzaev/site/stdm/registry/system/models/keys_model.php diff --git a/composer.json b/composer.json index 5ebd20e..6c308c6 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mirzaev/site-stdm-registry", - "description": "Interface with access to the data register with spare parts for special equipment", + "description": "Interface with access to the data registry with spare parts for special equipment", "readme": "README.md", "keywords": [ "registry", diff --git a/composer.lock b/composer.lock index 3a75e34..3891039 100755 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fc26b5dfc36fdab31f67aaa3a6a09e06", + "content-hash": "eb3974d37e16f19a4c1ca43c8ac73a61", "packages": [ { "name": "guzzlehttp/guzzle", diff --git a/mirzaev/site/stdm/registry/system/controllers/core.php b/mirzaev/site/stdm/registry/system/controllers/core.php index d24d309..59adb91 100755 --- a/mirzaev/site/stdm/registry/system/controllers/core.php +++ b/mirzaev/site/stdm/registry/system/controllers/core.php @@ -51,7 +51,7 @@ class core extends controller // Инициализация журнала ошибок $this->variables['errors'] = [ - 'vk' => [] + 'account' => [] ]; // Инициализация препроцессора представления diff --git a/mirzaev/site/stdm/registry/system/controllers/hotline_controller.php b/mirzaev/site/stdm/registry/system/controllers/hotline_controller.php deleted file mode 100755 index e550451..0000000 --- a/mirzaev/site/stdm/registry/system/controllers/hotline_controller.php +++ /dev/null @@ -1,82 +0,0 @@ - - */ -final class hotline_controller extends core -{ - /** - * Страница с бегущей строкой - * - * Можно использовать совместно с элементом