diff --git a/composer.json b/composer.json
index ee3b8f1..5ebd20e 100755
--- a/composer.json
+++ b/composer.json
@@ -1,13 +1,13 @@
{
- "name": "mirzaev/site-rules",
- "description": "Site with rules of our chat in VK",
+ "name": "mirzaev/site-stdm-registry",
+ "description": "Interface with access to the data register with spare parts for special equipment",
"readme": "README.md",
"keywords": [
- "rules",
+ "registry",
"site"
],
"type": "site",
- "homepage": "https://git.mirzaev.sexy/mirzaev/site-rules",
+ "homepage": "https://git.mirzaev.sexy/mirzaev/site-stdm-registry",
"license": "WTFPL",
"authors": [
{
@@ -18,16 +18,14 @@
}
],
"support": {
- "docs": "https://git.mirzaev.sexy/mirzaev/site-rules/manual",
- "issues": "https://git.mirzaev.sexy/mirzaev/site-rules/issues"
+ "docs": "https://git.mirzaev.sexy/mirzaev/site-stdm-registry/manual",
+ "issues": "https://git.mirzaev.sexy/mirzaev/site-stdm-registry/issues"
},
"require": {
"php": "~8.2",
"ext-sodium": "~8.2",
"mirzaev/minimal": "^2.0.x-dev",
- "mirzaev/accounts": "~1.2.x-dev",
"mirzaev/arangodb": "^1.0.0",
- "mirzaev/vk": "^4.0",
"triagens/arangodb": "~3.9.x-dev",
"twig/twig": "^3.4",
"guzzlehttp/guzzle": "^7.5"
@@ -37,12 +35,12 @@
},
"autoload": {
"psr-4": {
- "mirzaev\\site\\rules\\": "mirzaev/site/rules/system"
+ "mirzaev\\site\\stdm\\registry\\": "mirzaev/site/stdm/registry/system"
}
},
"autoload-dev": {
"psr-4": {
- "mirzaev\\site\\rules\\tests\\": "mirzaev/site/rules/tests"
+ "mirzaev\\site\\stdm\\registry\\tests\\": "mirzaev/site/stdm/registry/tests"
}
}
}
diff --git a/composer.lock b/composer.lock
index 9508f9b..3a75e34 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": "9b8186615d97b2bad3b83ba79c939875",
+ "content-hash": "fc26b5dfc36fdab31f67aaa3a6a09e06",
"packages": [
{
"name": "guzzlehttp/guzzle",
@@ -337,113 +337,6 @@
],
"time": "2022-10-26T14:07:24+00:00"
},
- {
- "name": "jasny/error-handler",
- "version": "v0.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/jasny/error-handler.git",
- "reference": "38e076fc36d86689010081bc2eab96f12d97b0d8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jasny/error-handler/zipball/38e076fc36d86689010081bc2eab96f12d97b0d8",
- "reference": "38e076fc36d86689010081bc2eab96f12d97b0d8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6.0",
- "psr/http-message": "^1.0",
- "psr/log": "^1.0"
- },
- "require-dev": {
- "jasny/http-message": "^1.3",
- "jasny/php-code-quality": "^2.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Jasny\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Arnold Daniels",
- "email": "arnold@jasny.net",
- "homepage": "http://www.jasny.net"
- }
- ],
- "description": "Error handler with PSR-7 support",
- "keywords": [
- "error handler",
- "exception handler",
- "middleware"
- ],
- "support": {
- "issues": "https://github.com/jasny/error-handler/issues",
- "source": "https://github.com/jasny/error-handler"
- },
- "abandoned": true,
- "time": "2017-01-25T01:27:18+00:00"
- },
- {
- "name": "mirzaev/accounts",
- "version": "1.2.x-dev",
- "source": {
- "type": "git",
- "url": "https://git.mirzaev.sexy/mirzaev/accounts",
- "reference": "aa93c4d26395025fa16bb65e8a40332ac352a742"
- },
- "require": {
- "ext-dom": "*",
- "ext-libxml": "*",
- "guzzlehttp/guzzle": "^7.5",
- "php": "~8.2"
- },
- "require-dev": {
- "phpdocumentor/phpdocumentor": ">=2.9",
- "phpunit/phpunit": "^9"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "mirzaev\\accounts\\": "mirzaev/accounts/system"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "WTFPL"
- ],
- "authors": [
- {
- "name": "Arsen Mirzaev Tatyano-Muradovich",
- "email": "arsen@mirzaev.sexy",
- "homepage": "https://mirzaev.sexy",
- "role": "Programmer"
- }
- ],
- "description": "Simple accounts manager",
- "homepage": "https://git.mirzaev.sexy/mirzaev/accounts",
- "keywords": [
- "accounts"
- ],
- "support": {
- "email": "arsen@mirzaev.sexy",
- "issues": "https://git.mirzaev.sexy/mirzaev/accounts/issues",
- "wiki": "https://git.mirzaev.sexy/mirzaev/accounts/wiki"
- },
- "funding": [
- {
- "url": "https://fund.mirzaev.sexy",
- "type": "funding"
- }
- ],
- "time": "2023-02-17T08:36:36+00:00"
- },
{
"name": "mirzaev/arangodb",
"version": "1.0.2",
@@ -539,144 +432,6 @@
},
"time": "2022-11-03T06:09:32+00:00"
},
- {
- "name": "mirzaev/vk",
- "version": "4.5.0",
- "source": {
- "type": "git",
- "url": "https://git.mirzaev.sexy/mirzaev/vk",
- "reference": "39d13d9020c41d03f389254a4c2cda97cb61b8de"
- },
- "require": {
- "guzzlehttp/guzzle": "^7.5",
- "jasny/error-handler": "^0.2",
- "mirzaev/accounts": "^1.2.0",
- "monolog/monolog": "^1.6",
- "php": "^8.1",
- "psr/log": "^1.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^9.5"
- },
- "suggest": {
- "ext-sodium": "Can be selected in some conditions to increase security"
- },
- "type": "framework",
- "autoload": {
- "psr-4": {
- "mirzaev\\vk\\": "mirzaev/vk/system"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "WTFPL"
- ],
- "authors": [
- {
- "name": "Arsen Mirzaev Tatyano-Muradovich",
- "email": "arsen@mirzaev.sexy",
- "homepage": "https://mirzaev.sexy/mirzaev",
- "role": "Programmer"
- }
- ],
- "description": "Framework for vk.com API",
- "homepage": "https://git.mirzaev.sexy/mirzaev/vk",
- "keywords": [
- "api",
- "vk"
- ],
- "support": {
- "docs": "https://git.mirzaev.sexy/mirzaev/vk/wiki",
- "issues": "https://git.mirzaev.sexy/mirzaev/vk/issues"
- },
- "time": "2022-11-10T13:15:06+00:00"
- },
- {
- "name": "monolog/monolog",
- "version": "1.27.1",
- "source": {
- "type": "git",
- "url": "https://github.com/Seldaek/monolog.git",
- "reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
- "reference": "904713c5929655dc9b97288b69cfeedad610c9a1",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0",
- "psr/log": "~1.0"
- },
- "provide": {
- "psr/log-implementation": "1.0.0"
- },
- "require-dev": {
- "aws/aws-sdk-php": "^2.4.9 || ^3.0",
- "doctrine/couchdb": "~1.0@dev",
- "graylog2/gelf-php": "~1.0",
- "php-amqplib/php-amqplib": "~2.4",
- "php-console/php-console": "^3.1.3",
- "phpstan/phpstan": "^0.12.59",
- "phpunit/phpunit": "~4.5",
- "ruflin/elastica": ">=0.90 <3.0",
- "sentry/sentry": "^0.13",
- "swiftmailer/swiftmailer": "^5.3|^6.0"
- },
- "suggest": {
- "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
- "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
- "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
- "ext-mongo": "Allow sending log messages to a MongoDB server",
- "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
- "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
- "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
- "php-console/php-console": "Allow sending log messages to Google Chrome",
- "rollbar/rollbar": "Allow sending log messages to Rollbar",
- "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
- "sentry/sentry": "Allow sending log messages to a Sentry server"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Monolog\\": "src/Monolog"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jordi Boggiano",
- "email": "j.boggiano@seld.be",
- "homepage": "http://seld.be"
- }
- ],
- "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
- "homepage": "http://github.com/Seldaek/monolog",
- "keywords": [
- "log",
- "logging",
- "psr-3"
- ],
- "support": {
- "issues": "https://github.com/Seldaek/monolog/issues",
- "source": "https://github.com/Seldaek/monolog/tree/1.27.1"
- },
- "funding": [
- {
- "url": "https://github.com/Seldaek",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
- "type": "tidelift"
- }
- ],
- "time": "2022-06-09T08:53:42+00:00"
- },
{
"name": "psr/http-client",
"version": "1.0.1",
@@ -837,56 +592,6 @@
},
"time": "2016-08-06T14:39:51+00:00"
},
- {
- "name": "psr/log",
- "version": "1.1.4",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
- "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.1.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Log\\": "Psr/Log/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "homepage": "https://github.com/php-fig/log",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "support": {
- "source": "https://github.com/php-fig/log/tree/1.1.4"
- },
- "time": "2021-05-03T11:20:27+00:00"
- },
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
@@ -3037,7 +2742,6 @@
"minimum-stability": "stable",
"stability-flags": {
"mirzaev/minimal": 20,
- "mirzaev/accounts": 20,
"triagens/arangodb": 20
},
"prefer-stable": false,
diff --git a/mirzaev/site/rules/system/public/css/main.css b/mirzaev/site/rules/system/public/css/main.css
deleted file mode 100755
index da5fc41..0000000
--- a/mirzaev/site/rules/system/public/css/main.css
+++ /dev/null
@@ -1,170 +0,0 @@
-@import url('/fonts/comissioner.ttf');
-
-@keyframes koshka_dancing {
- 100% {
- bottom: -20px;
- }
-}
-
-@keyframes hand_dancing {
- 100% {
- bottom: -20px;
- }
-}
-
-@keyframes knife_dancing {
- 100% {
- bottom: calc(-273px + 88px + 20px);
- }
-}
-
-
-:root {
- --background-light-3: #403939;
- --background-light-2: #322d2d;
- --background-light-1: #2b2525;
- --background-light : #fff;
- --background : #f00;
- --background-dark : #000;
- --text : #020202;
- --text-light : #fafafa;
- --text-hover : #fff;
- --text-active : #d0d0d0;
- --red-light-1 : #dc4343;
- --red-light : #bf3737;
- --red : #a43333;
- --red-dark : #8d2a2a;
-}
-
-
-* {
- text-decoration: none;
- outline : none;
- border : none;
- color : var(--text);
- font-family : 'Commissioner', Roboto, sans-serif;
- transition : 0.1s ease-out;
-}
-
-.unselectable {
- -webkit-touch-callout: none;
- -webkit-user-select : none;
- -khtml-user-select : none;
- -moz-user-select : none;
- -ms-user-select : none;
- user-select : none;
-}
-
-a:hover {
- color: var(--text-hover);
-}
-
-a:active {
- color: var(--text-active);
-}
-
-body {
- margin : 0;
- padding-top: calc(20vh + 394px);
- padding-bottom: 10vh;
- display: flex;
- flex-direction: column;
- background-color : var(--background);
-}
-
-aside {
- z-index : 500;
-}
-
-div#wrap {
- margin-top: -394px;
- margin-left: 50vw;
- height: 394px;
- position: absolute;
- display: flex;
-}
-
-div#wrap>img#masha {
- z-index: 1500;
- bottom: 0px;
- width: 333px;
- height: 394px;
- position: relative;
- animation-duration : 1s;
- animation-direction: alternate;
- animation-name : koshka_dancing;
- animation-iteration-count: infinite;
- animation-timing-function: cubic-bezier(.65,.05,.36,1);
-}
-
-div#wrap>img#hand{
- z-index: 500;
- left: -30px;
- bottom: -5px;
- width: 70px;
- height: 88px;
- position: absolute;
- display: flex;
- animation-duration : .8s;
- animation-direction: alternate;
- animation-name : hand_dancing;
- animation-iteration-count: infinite;
- animation-timing-function: cubic-bezier(.65,.05,.36,1);
-}
-
-div#wrap>img#knife {
- z-index: 100500;
- left: calc(-112px + 70px - 40px);
- bottom: calc(-273px + 88px + 35px);
- width: 112px;
- height: 273px;
- position: absolute;
- animation-duration : .8s;
- animation-direction: alternate;
- animation-name : knife_dancing;
- animation-iteration-count: infinite;
- animation-timing-function: cubic-bezier(.65,.05,.36,1);
-
-}
-
-header {
- z-index : 5000;
- width: 800px;
- height: 100px;
- margin: 0 auto;
- display : flex;
- border-radius: 3px 3px 0 0;
- background-color: var(--background-dark);
-}
-
-header>h1 {
- margin: auto;
- font-size: 2.5rem;
- color: var(--text-light);
-}
-
-main {
- z-index : 1000;
- width: 800px;
- margin: 0 auto;
- border-radius: 0 0 3px 3px;
- background-color: var(--background-light)
-}
-
-main>ol {
- margin: 50px 100px;
- font-size: 1.2rem;
-}
-
-main>ol>li {
- padding-left: 40px;
- margin-bottom: 8px;
-}
-
-main>ol>li::marker {
- /* font-size: 1.3rem; */
-}
-
-footer {
- z-index : 3000;
-}
diff --git a/mirzaev/site/rules/system/views/header.html b/mirzaev/site/rules/system/views/header.html
deleted file mode 100755
index 214156a..0000000
--- a/mirzaev/site/rules/system/views/header.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% block css %}
-{% endblock %}
-
-{% block body %}
-
-
-{% endblock %}
-
-{% block js %}
-{% endblock %}
-
-{% block js_init %}
-{% endblock %}
diff --git a/mirzaev/site/rules/system/views/rules.html b/mirzaev/site/rules/system/views/rules.html
deleted file mode 100644
index 4e0d52d..0000000
--- a/mirzaev/site/rules/system/views/rules.html
+++ /dev/null
@@ -1,163 +0,0 @@
-
- - под ножом нет красной точки
-
- - чоколад запрещено
- - пажилой запрещено
- - запрещено бдабдабаб
- - чи да запрещено
- - а шо запрещено
- - не быть дебилом
- - Админ всегда прав
- - админа не тролить
- - гоша джикия запрещен
- - Егор Родин запрещен
-
- - у нас будет сервер майнкрафт
- - рофлить запрещено
- - Мария Мышкина запрещена
- - ПОРНО ЗАПРЕЩЕНО (16+)
- - сиськи запрещены
- - я реально кикну
- - Пишешь не кошку? могу мут выдать 1 час
- - пингуешь меня по хуйне? мут 1 день
- - СПОЙЛЕРИТЬ КОШКУ С ТВИТТЕРА ЗАПРЕЩЕНО
- - ЗАПРЕЩЕНО Я СКАЗАЛ Я НЕ ШУЧУ НАХУЙ
-
- - Попы тоже запрещено особенно Маши
- - ладно сиси можно
- - чичас запрещено
- - делать что я скажу
- - ладно прошлое правило это шутка)
- - ауе запрещено
- - не оскорблять кошку стикерами
- - жмых запрещен во всех проявлениях
- - жмыхать запрещено
- - ЧСВ запрещено
-
- - попы разрешены только если не видно того самого
- - враньше разрешено потому что это нормально
- - Attentionwhore запрещены
- - картинки в меру будет много убью
- - Саша Синтаров запрещен
- - не обамить
- - аудиоприколы про Арсена запрещены
- - рэп запрещен (законпроект Фурсовой)
- - сказал "говнявила" заблоикрован
- - хуявило употреблять запрещено
-
- - пиздявила употреблять запрещено
- - оскорбление правил запрещено поняли суки? теперь че
- - СРАТЬ ЗАПРЕЩЕНО
- - Спам запрещен
- - На дуэли проебал не вернем никогда
- - Жир запрещен
- - у нас есть сервер майнкрафт
- - Дуэли запрещены
- - ножи запрещены выгоню
-
- - пипи эпи запрещен
- - чересчур умничать запрещено
- - быть подписанным на паблик
- - ЛЮБИТЬ КОШКУ МАШКУ
- - демократия запрещена
- - грязнули разрешены
- - брух bruh запрещен
- - oof запрещен
- - чуитс запрещено
- - кринжевать запрещено
-
- - русские националисты не приветствуются
- - любые националисты тоже
- - упоминать правило №50 запрещено
- - будете помогать заблокированным заблокирую
- - не керокерокать
- - На тупые вопросы не отвечаем
- - Так называемые "мемы" запрещены
- - Вопросы по серверу в паблике сервера или беседе сервера
- - спойлерить запрещено суки
- - ЛАДНО кошатник разрешено 6+ но если адекват
-
- - Мир тьмы разрешен (кодзимов попросил)
- - Вредные советы давать СТРОГО запрещено
- - пропаганда психотропных веществ запрещена наркалыги ёбаные идите долбите анус свой тупые суки
- - за оскорбления извините
- - триган дэ вне закона (законпроект Динозавра)
- - Не ведите себя как быдло
- - объяснять что такое буккаке запрещено
- - веп панк запрещен
- - I Hate Myself For Loving You ЗАПРЕЩЕН
- - доминировать как быдло типо мне похуй хаха мне похуй или ты с кем разговариваешь и картинки кидать запрещено
-
- - друзья Даркью Пельменя и он сам запрещены
- - Носок Террохин запрещен
- - Не оскорблять отель Хасбин
- - Даркью Пельмень запрещен
- - Андрей Останин запрещен
- - НЕ СПОЙЛЕРИТЬ КОШКУ ЕЩЁ РАЗ ГОВОРЮ В ГРУППЕ КОШКА И НАХУЙ ПУБЛИКОВАТЬ ЕСЛИ ЕЁ ВСЕ ВИДЕЛИ. КТО СПОЙЛЕРИТ ВЕЧНЫЙ БАН. БЫЛ ТУТ ОДИН....
- - хамуд запрещён
- - нуждики разрешены (общим голосованием)
- - хамуд теперь разрешён чтобы не было червячков
- - ПОЛИТИКА ЗАПРЕЩЕНА (можно в беседе Альянса З.)
-
- - Оскорбления не в шутку запрещены
- - Паблик "Оскорбления животных" запрещён
- - Мужские органы может показывать только Дима Горшенин
- - Алибека Захарова не трогать, ему не хочется общаться
- - хрустящий малыш
- - поддерживающим россию в войне с украиной моментальный бан без объяснения причин
- - Random-Favorite Character ни о чём не просить
- - Елизавета Кишкомотина (vk.com/id201222738) запрещена
- - тупить разрешено 1 раз в течение 30 минут
- - срать в группу запрещено
-
- - набивать репутацию друг другу запрещено
- - писать хуйню запрещено
- - толерантность разрешена
- - правила теперь есть
- - я могу выгонять зашедших по поиску долбаёбов
- - про овечек писать только хорошее
- - даркью пельмень и его шпана запрещены
- - клишированные долбаёбы запрещены
- - обсирать анархию ЗАПРЕЩЕНО
- - Влада Грибоедина (vk.com/id368523707) запрещена
-
- - критиковать правила запрещено
- - лайки ставить в группе партии горничные
- - Любить родину
- - всем девушкам випки
- - читать анарзию
- - Тупить запрещено
- - Тупые вопросы запрещены
- - не употреблять словосочетание ловушка джокера
- - я могу банить за неадекватные публикации, спам и флуд по своему желанию
- - кто зашел намеренно срать не скрывал это и не общался наказание пролом нижней челюсти
-
- - писать мне похуй запрещено
- - писать ок запрещено
- - писать + запрещено
- - писать + разрешено
- - Администратор имеет право забанить человека если он сам того пожелал
- - 15.01.2022 в 20:39 здесь ничего не произошло
- - снюс запрещён (законпроект Никиты Вальбдаузера)
- - мясо запрещено
- - мясо запрещено
- - всех погибших исключают из беседы
-
- - если чувак видно что зашел насрать а не общаться то я воспринимаю это как флуд и распрояжаюсь по правилу 129
- - Отказался читать правила получишь пизды
- - упоминание непризнанных альянсов запрещено
- - Все группы которые выставляют себя за Альянс Добряков запрещены
- - мнемотехника охуенна
- - главное — БУДЬТЕ БЛЯДЬ ЛЮДЬМИ, серьёзно.
- - играть в аллоды онлайн на сервере приют
- - какого хуя вы не общаетесь весь день и как только я начинаю что-то рассказывать перебиваете меня и рассказываете свою тупую хуйню?
- - мясо запрещено
-
- - В БЕСЕДЕ ПРАВИЛ НЕТ
- - обсуждение и показ трупов запрещены
- - знать все серии пони ОБЯЗАТЕЛЬНО
- - подисаться на мой ютуб канал
- - сдать тест на знание песен инстасамки
- - шарить за бебру
- - правило номер 129 (связано с 131) было хакировано альянсом злодеев и мы прилагаем все усилия для его восстановления
-
diff --git a/mirzaev/site/rules/system/views/trolling.html b/mirzaev/site/rules/system/views/trolling.html
deleted file mode 100755
index b2a5cb3..0000000
--- a/mirzaev/site/rules/system/views/trolling.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% block css %}
-
-{% endblock %}
-
-{% block body %}
-
-
-
-
-
-{% endblock %}
-
-{% block js %}
-
-{% endblock %}
diff --git a/mirzaev/site/rules/system/controllers/core.php b/mirzaev/site/stdm/registry/system/controllers/core.php
similarity index 74%
rename from mirzaev/site/rules/system/controllers/core.php
rename to mirzaev/site/stdm/registry/system/controllers/core.php
index 07ee919..d24d309 100755
--- a/mirzaev/site/rules/system/controllers/core.php
+++ b/mirzaev/site/stdm/registry/system/controllers/core.php
@@ -2,13 +2,13 @@
declare(strict_types=1);
-namespace mirzaev\site\rules\controllers;
+namespace mirzaev\site\stdm\registry\controllers;
// Файлы проекта
-use mirzaev\site\rules\views\manager;
-use mirzaev\site\rules\models\core as models;
-use mirzaev\site\rules\models\account_model as account;
-use mirzaev\site\rules\models\session_model as session;
+use mirzaev\site\stdm\registry\views\manager;
+use mirzaev\site\stdm\registry\models\core as models;
+use mirzaev\site\stdm\registry\models\account_model as account;
+use mirzaev\site\stdm\registry\models\session_model as session;
// Библиотека для ArangoDB
use ArangoDBClient\Document as _document;
@@ -23,7 +23,7 @@ use mirzaev\vk\robots\user as robot;
/**
* Ядро контроллеров
*
- * @package mirzaev\site\rules\controllers
+ * @package mirzaev\site\stdm\registry\controllers
* @author Arsen Mirzaev Tatyano-Muradovich
*/
class core extends controller
diff --git a/mirzaev/site/rules/system/controllers/error_controller.php b/mirzaev/site/stdm/registry/system/controllers/error_controller.php
similarity index 87%
rename from mirzaev/site/rules/system/controllers/error_controller.php
rename to mirzaev/site/stdm/registry/system/controllers/error_controller.php
index 825b482..b169c96 100755
--- a/mirzaev/site/rules/system/controllers/error_controller.php
+++ b/mirzaev/site/stdm/registry/system/controllers/error_controller.php
@@ -2,15 +2,15 @@
declare(strict_types=1);
-namespace mirzaev\site\rules\controllers;
+namespace mirzaev\site\stdm\registry\controllers;
// Файлы проекта
-use mirzaev\site\rules\controllers\core;
+use mirzaev\site\stdm\registry\controllers\core;
/**
* Контроллер ошибок
*
- * @package mirzaev\site\rules\controllers
+ * @package mirzaev\site\stdm\registry\controllers
* @author Arsen Mirzaev Tatyano-Muradovich
*/
final class error_controller extends core
diff --git a/mirzaev/site/rules/system/controllers/hotline_controller.php b/mirzaev/site/stdm/registry/system/controllers/hotline_controller.php
similarity index 91%
rename from mirzaev/site/rules/system/controllers/hotline_controller.php
rename to mirzaev/site/stdm/registry/system/controllers/hotline_controller.php
index bac3d4f..e550451 100755
--- a/mirzaev/site/rules/system/controllers/hotline_controller.php
+++ b/mirzaev/site/stdm/registry/system/controllers/hotline_controller.php
@@ -2,15 +2,15 @@
declare(strict_types=1);
-namespace mirzaev\site\rules\controllers;
+namespace mirzaev\site\stdm\registry\controllers;
// Файлы проекта
-use mirzaev\site\rules\controllers\core;
+use mirzaev\site\stdm\registry\controllers\core;
/**
* Контроллер бегущей строки
*
- * @package mirzaev\site\rules\controllers
+ * @package mirzaev\site\stdm\registry\controllers
* @author Arsen Mirzaev Tatyano-Muradovich
*/
final class hotline_controller extends core
diff --git a/mirzaev/site/rules/system/controllers/index_controller.php b/mirzaev/site/stdm/registry/system/controllers/index_controller.php
similarity index 90%
rename from mirzaev/site/rules/system/controllers/index_controller.php
rename to mirzaev/site/stdm/registry/system/controllers/index_controller.php
index 4139fa8..397616e 100755
--- a/mirzaev/site/rules/system/controllers/index_controller.php
+++ b/mirzaev/site/stdm/registry/system/controllers/index_controller.php
@@ -2,15 +2,15 @@
declare(strict_types=1);
-namespace mirzaev\site\rules\controllers;
+namespace mirzaev\site\stdm\registry\controllers;
// Файлы проекта
-use mirzaev\site\rules\controllers\core;
+use mirzaev\site\stdm\registry\controllers\core;
/**
* Контроллер основной страницы
*
- * @package mirzaev\site\rules\controllers
+ * @package mirzaev\site\stdm\registry\controllers
* @author Arsen Mirzaev Tatyano-Muradovich
*/
final class index_controller extends core
diff --git a/mirzaev/site/rules/system/models/core.php b/mirzaev/site/stdm/registry/system/models/core.php
similarity index 94%
rename from mirzaev/site/rules/system/models/core.php
rename to mirzaev/site/stdm/registry/system/models/core.php
index bbcf6d2..67aed89 100755
--- a/mirzaev/site/rules/system/models/core.php
+++ b/mirzaev/site/stdm/registry/system/models/core.php
@@ -2,7 +2,7 @@
declare(strict_types=1);
-namespace mirzaev\site\rules\models;
+namespace mirzaev\site\stdm\registry\models;
use mirzaev\minimal\model;
@@ -13,7 +13,7 @@ use exception;
/**
* Ядро моделей
*
- * @package mirzaev\site\rules\models
+ * @package mirzaev\site\stdm\registry\models
* @author Arsen Mirzaev Tatyano-Muradovich
*/
class core extends model
diff --git a/mirzaev/site/rules/system/public/css/account.old.css b/mirzaev/site/stdm/registry/system/public/css/account.old.css
similarity index 100%
rename from mirzaev/site/rules/system/public/css/account.old.css
rename to mirzaev/site/stdm/registry/system/public/css/account.old.css
diff --git a/mirzaev/site/rules/system/public/css/books.css b/mirzaev/site/stdm/registry/system/public/css/books.css
similarity index 100%
rename from mirzaev/site/rules/system/public/css/books.css
rename to mirzaev/site/stdm/registry/system/public/css/books.css
diff --git a/mirzaev/site/rules/system/public/css/hotline.css b/mirzaev/site/stdm/registry/system/public/css/hotline.css
similarity index 100%
rename from mirzaev/site/rules/system/public/css/hotline.css
rename to mirzaev/site/stdm/registry/system/public/css/hotline.css
diff --git a/mirzaev/site/rules/system/public/css/logo.css b/mirzaev/site/stdm/registry/system/public/css/logo.css
similarity index 100%
rename from mirzaev/site/rules/system/public/css/logo.css
rename to mirzaev/site/stdm/registry/system/public/css/logo.css
diff --git a/mirzaev/site/stdm/registry/system/public/css/main.css b/mirzaev/site/stdm/registry/system/public/css/main.css
new file mode 100755
index 0000000..6999c1f
--- /dev/null
+++ b/mirzaev/site/stdm/registry/system/public/css/main.css
@@ -0,0 +1,94 @@
+@import url('/fonts/comissioner.ttf');
+
+:root {
+ --background-light : #fff;
+ --background : #f0eefb;
+ --background-important : #123eab;
+ --text : #020202;
+ --text-light : #fafafa;
+ --text-hover : #fff;
+ --text-active : #d0d0d0;
+}
+
+
+* {
+ text-decoration: none;
+ outline : none;
+ border : none;
+ color : var(--text);
+ font-family : 'Commissioner', Roboto, sans-serif;
+ transition : 0.1s ease-out;
+}
+
+.unselectable {
+ -webkit-touch-callout: none;
+ -webkit-user-select : none;
+ -khtml-user-select : none;
+ -moz-user-select : none;
+ -ms-user-select : none;
+ user-select : none;
+}
+
+a:hover {
+ color: var(--text-hover);
+}
+
+a:active {
+ color: var(--text-active);
+}
+
+body {
+ margin : 0;
+ padding-top: 20vh;
+ padding-bottom: 10vh;
+ display: flex;
+ flex-direction: column;
+ background-color : var(--background);
+}
+
+aside {
+ z-index : 500;
+}
+
+header {
+ z-index : 5000;
+ width: 800px;
+ height: 80px;
+ margin: 0 auto;
+ display : flex;
+ border-radius: 3px 3px 0 0;
+ background-color: var(--background-important);
+}
+
+header>h1 {
+ margin: auto;
+ font-size: 2rem;
+ color: var(--text-light);
+}
+
+main {
+ z-index : 1000;
+ width: calc(800px - 40px);
+ margin: 0 auto;
+ padding: 20px;
+ border-radius: 0 0 3px 3px;
+ background-color: var(--background-light)
+}
+
+main>ol {
+ margin: 50px 100px;
+ font-size: 1.2rem;
+}
+
+main>ol>li {
+ padding-left: 40px;
+ margin-bottom: 8px;
+}
+
+main>ol>li::marker {
+ /* font-size: 1.3rem; */
+}
+
+footer {
+ z-index : 3000;
+}
diff --git a/mirzaev/site/rules/system/public/css/trolling.css b/mirzaev/site/stdm/registry/system/public/css/trolling.css
similarity index 100%
rename from mirzaev/site/rules/system/public/css/trolling.css
rename to mirzaev/site/stdm/registry/system/public/css/trolling.css
diff --git a/mirzaev/site/rules/system/public/css/upload.css b/mirzaev/site/stdm/registry/system/public/css/upload.css
similarity index 100%
rename from mirzaev/site/rules/system/public/css/upload.css
rename to mirzaev/site/stdm/registry/system/public/css/upload.css
diff --git a/mirzaev/site/rules/system/public/fonts/commissioner.ttf b/mirzaev/site/stdm/registry/system/public/fonts/commissioner.ttf
similarity index 100%
rename from mirzaev/site/rules/system/public/fonts/commissioner.ttf
rename to mirzaev/site/stdm/registry/system/public/fonts/commissioner.ttf
diff --git a/mirzaev/site/rules/system/public/images/botnet.svg b/mirzaev/site/stdm/registry/system/public/images/botnet.svg
similarity index 100%
rename from mirzaev/site/rules/system/public/images/botnet.svg
rename to mirzaev/site/stdm/registry/system/public/images/botnet.svg
diff --git a/mirzaev/site/rules/system/public/images/keylogger.svg b/mirzaev/site/stdm/registry/system/public/images/keylogger.svg
similarity index 100%
rename from mirzaev/site/rules/system/public/images/keylogger.svg
rename to mirzaev/site/stdm/registry/system/public/images/keylogger.svg
diff --git a/mirzaev/site/rules/system/public/images/logo.png b/mirzaev/site/stdm/registry/system/public/images/logo.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/logo.png
rename to mirzaev/site/stdm/registry/system/public/images/logo.png
diff --git a/mirzaev/site/rules/system/public/images/logo_compressed.png b/mirzaev/site/stdm/registry/system/public/images/logo_compressed.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/logo_compressed.png
rename to mirzaev/site/stdm/registry/system/public/images/logo_compressed.png
diff --git a/mirzaev/site/rules/system/public/images/logo_red.png b/mirzaev/site/stdm/registry/system/public/images/logo_red.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/logo_red.png
rename to mirzaev/site/stdm/registry/system/public/images/logo_red.png
diff --git a/mirzaev/site/rules/system/public/images/logo_red_compressed.png b/mirzaev/site/stdm/registry/system/public/images/logo_red_compressed.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/logo_red_compressed.png
rename to mirzaev/site/stdm/registry/system/public/images/logo_red_compressed.png
diff --git a/mirzaev/site/rules/system/public/images/logo_red_white.png b/mirzaev/site/stdm/registry/system/public/images/logo_red_white.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/logo_red_white.png
rename to mirzaev/site/stdm/registry/system/public/images/logo_red_white.png
diff --git a/mirzaev/site/rules/system/public/images/logo_red_white_compressed.png b/mirzaev/site/stdm/registry/system/public/images/logo_red_white_compressed.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/logo_red_white_compressed.png
rename to mirzaev/site/stdm/registry/system/public/images/logo_red_white_compressed.png
diff --git a/mirzaev/site/rules/system/public/images/minecraft.svg b/mirzaev/site/stdm/registry/system/public/images/minecraft.svg
similarity index 100%
rename from mirzaev/site/rules/system/public/images/minecraft.svg
rename to mirzaev/site/stdm/registry/system/public/images/minecraft.svg
diff --git a/mirzaev/site/rules/system/public/images/miner.svg b/mirzaev/site/stdm/registry/system/public/images/miner.svg
similarity index 100%
rename from mirzaev/site/rules/system/public/images/miner.svg
rename to mirzaev/site/stdm/registry/system/public/images/miner.svg
diff --git a/mirzaev/site/rules/system/public/images/photo_with_hand.png b/mirzaev/site/stdm/registry/system/public/images/photo_with_hand.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/photo_with_hand.png
rename to mirzaev/site/stdm/registry/system/public/images/photo_with_hand.png
diff --git a/mirzaev/site/rules/system/public/images/photo_with_kitten.png b/mirzaev/site/stdm/registry/system/public/images/photo_with_kitten.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/photo_with_kitten.png
rename to mirzaev/site/stdm/registry/system/public/images/photo_with_kitten.png
diff --git a/mirzaev/site/rules/system/public/images/photo_with_knife.png b/mirzaev/site/stdm/registry/system/public/images/photo_with_knife.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/photo_with_knife.png
rename to mirzaev/site/stdm/registry/system/public/images/photo_with_knife.png
diff --git a/mirzaev/site/rules/system/public/images/stealer.svg b/mirzaev/site/stdm/registry/system/public/images/stealer.svg
similarity index 100%
rename from mirzaev/site/rules/system/public/images/stealer.svg
rename to mirzaev/site/stdm/registry/system/public/images/stealer.svg
diff --git a/mirzaev/site/rules/system/public/images/truth.jpg b/mirzaev/site/stdm/registry/system/public/images/truth.jpg
similarity index 100%
rename from mirzaev/site/rules/system/public/images/truth.jpg
rename to mirzaev/site/stdm/registry/system/public/images/truth.jpg
diff --git a/mirzaev/site/rules/system/public/images/what.png b/mirzaev/site/stdm/registry/system/public/images/what.png
similarity index 100%
rename from mirzaev/site/rules/system/public/images/what.png
rename to mirzaev/site/stdm/registry/system/public/images/what.png
diff --git a/mirzaev/site/rules/system/public/index.php b/mirzaev/site/stdm/registry/system/public/index.php
similarity index 81%
rename from mirzaev/site/rules/system/public/index.php
rename to mirzaev/site/stdm/registry/system/public/index.php
index 5dd3bfd..6eb699d 100755
--- a/mirzaev/site/rules/system/public/index.php
+++ b/mirzaev/site/stdm/registry/system/public/index.php
@@ -2,7 +2,7 @@
declare(strict_types=1);
-namespace mirzaev\site\rules;
+namespace mirzaev\site\stdm\registry;
use mirzaev\minimal\core;
use mirzaev\minimal\router;
@@ -16,7 +16,7 @@ define('STORAGE', realpath('..' . DIRECTORY_SEPARATOR . 'storage'));
define('INDEX', __DIR__);
// Автозагрузка
-require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
+require __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
// Инициализация маршрутазитора
$router = new router;
diff --git a/mirzaev/site/rules/system/public/js/account.js b/mirzaev/site/stdm/registry/system/public/js/account.js
similarity index 100%
rename from mirzaev/site/rules/system/public/js/account.js
rename to mirzaev/site/stdm/registry/system/public/js/account.js
diff --git a/mirzaev/site/rules/system/public/js/graph.js b/mirzaev/site/stdm/registry/system/public/js/graph.js
similarity index 100%
rename from mirzaev/site/rules/system/public/js/graph.js
rename to mirzaev/site/stdm/registry/system/public/js/graph.js
diff --git a/mirzaev/site/rules/system/public/js/hotline.js b/mirzaev/site/stdm/registry/system/public/js/hotline.js
similarity index 100%
rename from mirzaev/site/rules/system/public/js/hotline.js
rename to mirzaev/site/stdm/registry/system/public/js/hotline.js
diff --git a/mirzaev/site/rules/system/public/js/js.cookie.min.js b/mirzaev/site/stdm/registry/system/public/js/js.cookie.min.js
similarity index 100%
rename from mirzaev/site/rules/system/public/js/js.cookie.min.js
rename to mirzaev/site/stdm/registry/system/public/js/js.cookie.min.js
diff --git a/mirzaev/site/rules/system/public/js/trolling.js b/mirzaev/site/stdm/registry/system/public/js/trolling.js
similarity index 100%
rename from mirzaev/site/rules/system/public/js/trolling.js
rename to mirzaev/site/stdm/registry/system/public/js/trolling.js
diff --git a/mirzaev/site/rules/system/public/sounds/iphone.mp3 b/mirzaev/site/stdm/registry/system/public/sounds/iphone.mp3
similarity index 100%
rename from mirzaev/site/rules/system/public/sounds/iphone.mp3
rename to mirzaev/site/stdm/registry/system/public/sounds/iphone.mp3
diff --git a/mirzaev/site/rules/system/public/sounds/vk.mp3 b/mirzaev/site/stdm/registry/system/public/sounds/vk.mp3
similarity index 100%
rename from mirzaev/site/rules/system/public/sounds/vk.mp3
rename to mirzaev/site/stdm/registry/system/public/sounds/vk.mp3
diff --git a/mirzaev/site/rules/system/public/sounds/what.mp3 b/mirzaev/site/stdm/registry/system/public/sounds/what.mp3
similarity index 100%
rename from mirzaev/site/rules/system/public/sounds/what.mp3
rename to mirzaev/site/stdm/registry/system/public/sounds/what.mp3
diff --git a/mirzaev/site/rules/system/public/sounds/whatsup.mp3 b/mirzaev/site/stdm/registry/system/public/sounds/whatsup.mp3
similarity index 100%
rename from mirzaev/site/rules/system/public/sounds/whatsup.mp3
rename to mirzaev/site/stdm/registry/system/public/sounds/whatsup.mp3
diff --git a/mirzaev/site/rules/system/public/storage/214547089/avatar/200x200.jpg b/mirzaev/site/stdm/registry/system/public/storage/214547089/avatar/200x200.jpg
similarity index 100%
rename from mirzaev/site/rules/system/public/storage/214547089/avatar/200x200.jpg
rename to mirzaev/site/stdm/registry/system/public/storage/214547089/avatar/200x200.jpg
diff --git a/mirzaev/site/rules/system/views/account/panel.html b/mirzaev/site/stdm/registry/system/views/account/panel.html
similarity index 100%
rename from mirzaev/site/rules/system/views/account/panel.html
rename to mirzaev/site/stdm/registry/system/views/account/panel.html
diff --git a/mirzaev/site/rules/system/views/account/vk.html b/mirzaev/site/stdm/registry/system/views/account/vk.html
similarity index 100%
rename from mirzaev/site/rules/system/views/account/vk.html
rename to mirzaev/site/stdm/registry/system/views/account/vk.html
diff --git a/mirzaev/site/rules/system/views/aside.html b/mirzaev/site/stdm/registry/system/views/aside.html
similarity index 100%
rename from mirzaev/site/rules/system/views/aside.html
rename to mirzaev/site/stdm/registry/system/views/aside.html
diff --git a/mirzaev/site/rules/system/views/core.html b/mirzaev/site/stdm/registry/system/views/core.html
similarity index 100%
rename from mirzaev/site/rules/system/views/core.html
rename to mirzaev/site/stdm/registry/system/views/core.html
diff --git a/mirzaev/site/rules/system/views/footer.html b/mirzaev/site/stdm/registry/system/views/footer.html
similarity index 100%
rename from mirzaev/site/rules/system/views/footer.html
rename to mirzaev/site/stdm/registry/system/views/footer.html
diff --git a/mirzaev/site/rules/system/views/head.html b/mirzaev/site/stdm/registry/system/views/head.html
similarity index 75%
rename from mirzaev/site/rules/system/views/head.html
rename to mirzaev/site/stdm/registry/system/views/head.html
index ffc6769..23dc8d2 100755
--- a/mirzaev/site/rules/system/views/head.html
+++ b/mirzaev/site/stdm/registry/system/views/head.html
@@ -1,5 +1,5 @@
{% block title %}
-{% if head.title != empty %}{{head.title}}{% else %}Правила беседы{% endif %}
+{% if head.title != empty %}{{head.title}}{% else %}Реестр запчастей{% endif %}
{% endblock %}
{% block meta %}
diff --git a/mirzaev/site/stdm/registry/system/views/header.html b/mirzaev/site/stdm/registry/system/views/header.html
new file mode 100755
index 0000000..3264658
--- /dev/null
+++ b/mirzaev/site/stdm/registry/system/views/header.html
@@ -0,0 +1,14 @@
+{% block css %}
+{% endblock %}
+
+{% block body %}
+
+{% endblock %}
+
+{% block js %}
+{% endblock %}
+
+{% block js_init %}
+{% endblock %}
diff --git a/mirzaev/site/rules/system/views/hotline/index.html b/mirzaev/site/stdm/registry/system/views/hotline/index.html
similarity index 100%
rename from mirzaev/site/rules/system/views/hotline/index.html
rename to mirzaev/site/stdm/registry/system/views/hotline/index.html
diff --git a/mirzaev/site/rules/system/views/index.html b/mirzaev/site/stdm/registry/system/views/index.html
similarity index 64%
rename from mirzaev/site/rules/system/views/index.html
rename to mirzaev/site/stdm/registry/system/views/index.html
index 502bc5b..64ea6e4 100755
--- a/mirzaev/site/rules/system/views/index.html
+++ b/mirzaev/site/stdm/registry/system/views/index.html
@@ -1,24 +1,20 @@
{% extends "core.html" %}
{% use "core.html" with css as core_css, body as core_body, js as core_js, js_init as core_js_init %}
-{% use "trolling.html" with css as trolling_css, body as trolling_body, js as trolling_js %}
{% use "header.html" with css as header_css, body as header_body, js as header_js, js_init as header_js_init %}
{% block css %}
{{ block('core_css') }}
-{{ block('trolling_css') }}
{{ block('header_css') }}
{% endblock %}
{% block body %}
{{ block('core_body') }}
-{{ block('trolling_body') }}
{{ block('header_body') }}
-
{% block main %}
- {% include 'rules.html' %}
+ {% include 'search.html' %}
{% endblock %}
@@ -27,7 +23,6 @@
{% block js %}
{{ block('core_js') }}
-{{ block('trolling_js') }}
{{ block('header_js') }}
{% endblock %}
diff --git a/mirzaev/site/rules/system/views/js.html b/mirzaev/site/stdm/registry/system/views/js.html
similarity index 100%
rename from mirzaev/site/rules/system/views/js.html
rename to mirzaev/site/stdm/registry/system/views/js.html
diff --git a/mirzaev/site/rules/system/views/logo.html b/mirzaev/site/stdm/registry/system/views/logo.html
similarity index 100%
rename from mirzaev/site/rules/system/views/logo.html
rename to mirzaev/site/stdm/registry/system/views/logo.html
diff --git a/mirzaev/site/rules/system/views/manager.php b/mirzaev/site/stdm/registry/system/views/manager.php
similarity index 81%
rename from mirzaev/site/rules/system/views/manager.php
rename to mirzaev/site/stdm/registry/system/views/manager.php
index be8d2ec..16c3698 100755
--- a/mirzaev/site/rules/system/views/manager.php
+++ b/mirzaev/site/stdm/registry/system/views/manager.php
@@ -2,7 +2,7 @@
declare(strict_types=1);
-namespace mirzaev\site\rules\views;
+namespace mirzaev\site\stdm\registry\views;
use mirzaev\minimal\controller;
@@ -12,7 +12,7 @@ use Twig\Environment as view;
/**
* Менеджер представлений
*
- * @package mirzaev\site\rules\controllers
+ * @package mirzaev\site\stdm\registry\controllers
* @author Arsen Mirzaev Tatyano-Muradovich
*/
final class manager extends controller
diff --git a/mirzaev/site/rules/system/views/menu.html b/mirzaev/site/stdm/registry/system/views/menu.html
similarity index 100%
rename from mirzaev/site/rules/system/views/menu.html
rename to mirzaev/site/stdm/registry/system/views/menu.html
diff --git a/mirzaev/site/stdm/registry/system/views/search.html b/mirzaev/site/stdm/registry/system/views/search.html
new file mode 100644
index 0000000..ac6d910
--- /dev/null
+++ b/mirzaev/site/stdm/registry/system/views/search.html
@@ -0,0 +1,3 @@
+
diff --git a/psalm.xml b/psalm.xml
index bc5b513..5663720 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -8,7 +8,7 @@
findUnusedBaselineEntry="true"
>
-
+