From 9ddc5b1a40b93924de4d1d988341f7cc5a2e0bd6 Mon Sep 17 00:00:00 2001 From: mirzaev Date: Mon, 20 Feb 2023 22:30:24 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 18 +- composer.lock | 298 +----------------- mirzaev/site/rules/system/public/css/main.css | 170 ---------- mirzaev/site/rules/system/views/header.html | 19 -- mirzaev/site/rules/system/views/rules.html | 163 ---------- mirzaev/site/rules/system/views/trolling.html | 15 - .../registry}/system/controllers/core.php | 12 +- .../system/controllers/error_controller.php | 6 +- .../system/controllers/hotline_controller.php | 6 +- .../system/controllers/index_controller.php | 6 +- .../registry}/system/models/core.php | 4 +- .../system/public/css/account.old.css | 0 .../registry}/system/public/css/books.css | 0 .../registry}/system/public/css/hotline.css | 0 .../registry}/system/public/css/logo.css | 0 .../stdm/registry/system/public/css/main.css | 94 ++++++ .../registry}/system/public/css/trolling.css | 0 .../registry}/system/public/css/upload.css | 0 .../system/public/fonts/commissioner.ttf | Bin .../registry}/system/public/images/botnet.svg | 0 .../system/public/images/keylogger.svg | 0 .../registry}/system/public/images/logo.png | Bin .../system/public/images/logo_compressed.png | Bin .../system/public/images/logo_red.png | Bin .../public/images/logo_red_compressed.png | Bin .../system/public/images/logo_red_white.png | Bin .../images/logo_red_white_compressed.png | Bin .../system/public/images/minecraft.svg | 0 .../registry}/system/public/images/miner.svg | 0 .../system/public/images/photo_with_hand.png | Bin .../public/images/photo_with_kitten.png | Bin .../system/public/images/photo_with_knife.png | Bin .../system/public/images/stealer.svg | 0 .../registry}/system/public/images/truth.jpg | Bin .../registry}/system/public/images/what.png | Bin .../registry}/system/public/index.php | 4 +- .../registry}/system/public/js/account.js | 0 .../registry}/system/public/js/graph.js | 0 .../registry}/system/public/js/hotline.js | 0 .../system/public/js/js.cookie.min.js | 0 .../registry}/system/public/js/trolling.js | 0 .../registry}/system/public/sounds/iphone.mp3 | Bin .../registry}/system/public/sounds/vk.mp3 | Bin .../registry}/system/public/sounds/what.mp3 | Bin .../system/public/sounds/whatsup.mp3 | Bin .../storage/214547089/avatar/200x200.jpg | Bin .../registry}/system/views/account/panel.html | 0 .../registry}/system/views/account/vk.html | 0 .../registry}/system/views/aside.html | 0 .../registry}/system/views/core.html | 0 .../registry}/system/views/footer.html | 0 .../registry}/system/views/head.html | 2 +- .../stdm/registry/system/views/header.html | 14 + .../registry}/system/views/hotline/index.html | 0 .../registry}/system/views/index.html | 7 +- .../registry}/system/views/js.html | 0 .../registry}/system/views/logo.html | 0 .../registry}/system/views/manager.php | 4 +- .../registry}/system/views/menu.html | 0 .../stdm/registry/system/views/search.html | 3 + psalm.xml | 2 +- 61 files changed, 144 insertions(+), 703 deletions(-) delete mode 100755 mirzaev/site/rules/system/public/css/main.css delete mode 100755 mirzaev/site/rules/system/views/header.html delete mode 100644 mirzaev/site/rules/system/views/rules.html delete mode 100755 mirzaev/site/rules/system/views/trolling.html rename mirzaev/site/{rules => stdm/registry}/system/controllers/core.php (74%) rename mirzaev/site/{rules => stdm/registry}/system/controllers/error_controller.php (87%) rename mirzaev/site/{rules => stdm/registry}/system/controllers/hotline_controller.php (91%) rename mirzaev/site/{rules => stdm/registry}/system/controllers/index_controller.php (90%) rename mirzaev/site/{rules => stdm/registry}/system/models/core.php (94%) rename mirzaev/site/{rules => stdm/registry}/system/public/css/account.old.css (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/css/books.css (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/css/hotline.css (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/css/logo.css (100%) create mode 100755 mirzaev/site/stdm/registry/system/public/css/main.css rename mirzaev/site/{rules => stdm/registry}/system/public/css/trolling.css (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/css/upload.css (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/fonts/commissioner.ttf (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/botnet.svg (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/keylogger.svg (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/logo.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/logo_compressed.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/logo_red.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/logo_red_compressed.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/logo_red_white.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/logo_red_white_compressed.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/minecraft.svg (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/miner.svg (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/photo_with_hand.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/photo_with_kitten.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/photo_with_knife.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/stealer.svg (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/truth.jpg (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/images/what.png (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/index.php (81%) rename mirzaev/site/{rules => stdm/registry}/system/public/js/account.js (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/js/graph.js (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/js/hotline.js (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/js/js.cookie.min.js (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/js/trolling.js (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/sounds/iphone.mp3 (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/sounds/vk.mp3 (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/sounds/what.mp3 (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/sounds/whatsup.mp3 (100%) rename mirzaev/site/{rules => stdm/registry}/system/public/storage/214547089/avatar/200x200.jpg (100%) rename mirzaev/site/{rules => stdm/registry}/system/views/account/panel.html (100%) rename mirzaev/site/{rules => stdm/registry}/system/views/account/vk.html (100%) rename mirzaev/site/{rules => stdm/registry}/system/views/aside.html (100%) rename mirzaev/site/{rules => stdm/registry}/system/views/core.html (100%) rename mirzaev/site/{rules => stdm/registry}/system/views/footer.html (100%) rename mirzaev/site/{rules => stdm/registry}/system/views/head.html (75%) create mode 100755 mirzaev/site/stdm/registry/system/views/header.html rename mirzaev/site/{rules => stdm/registry}/system/views/hotline/index.html (100%) rename mirzaev/site/{rules => stdm/registry}/system/views/index.html (64%) rename mirzaev/site/{rules => stdm/registry}/system/views/js.html (100%) rename mirzaev/site/{rules => stdm/registry}/system/views/logo.html (100%) rename mirzaev/site/{rules => stdm/registry}/system/views/manager.php (81%) rename mirzaev/site/{rules => stdm/registry}/system/views/menu.html (100%) create mode 100644 mirzaev/site/stdm/registry/system/views/search.html 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 @@ -
    -
  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. ПОРНО ЗАПРЕЩЕНО (16+)
  30. -
  31. сиськи запрещены
  32. -
  33. я реально кикну
  34. -
  35. Пишешь не кошку? могу мут выдать 1 час
  36. -
  37. пингуешь меня по хуйне? мут 1 день
  38. -
  39. СПОЙЛЕРИТЬ КОШКУ С ТВИТТЕРА ЗАПРЕЩЕНО
  40. -
  41. ЗАПРЕЩЕНО Я СКАЗАЛ Я НЕ ШУЧУ НАХУЙ
  42. -
    -
  43. Попы тоже запрещено особенно Маши
  44. -
  45. ладно сиси можно
  46. -
  47. чичас запрещено
  48. -
  49. делать что я скажу
  50. -
  51. ладно прошлое правило это шутка)
  52. -
  53. ауе запрещено
  54. -
  55. не оскорблять кошку стикерами
  56. -
  57. жмых запрещен во всех проявлениях
  58. -
  59. жмыхать запрещено
  60. -
  61. ЧСВ запрещено
  62. -
    -
  63. попы разрешены только если не видно того самого
  64. -
  65. враньше разрешено потому что это нормально
  66. -
  67. Attentionwhore запрещены
  68. -
  69. картинки в меру будет много убью
  70. -
  71. Саша Синтаров запрещен
  72. -
  73. не обамить
  74. -
  75. аудиоприколы про Арсена запрещены
  76. -
  77. рэп запрещен (законпроект Фурсовой)
  78. -
  79. сказал "говнявила" заблоикрован
  80. -
  81. хуявило употреблять запрещено
  82. -
    -
  83. пиздявила употреблять запрещено
  84. -
  85. оскорбление правил запрещено поняли суки? теперь че
  86. -
  87. СРАТЬ ЗАПРЕЩЕНО
  88. -
  89. Спам запрещен
  90. -
  91. На дуэли проебал не вернем никогда
  92. -
  93. Жир запрещен
  94. -
  95. у нас есть сервер майнкрафт
  96. -
  97. Дуэли запрещены
  98. -
  99. ножи запрещены выгоню
  100. -
    -
  101. пипи эпи запрещен
  102. -
  103. чересчур умничать запрещено
  104. -
  105. быть подписанным на паблик
  106. -
  107. ЛЮБИТЬ КОШКУ МАШКУ
  108. -
  109. демократия запрещена
  110. -
  111. грязнули разрешены
  112. -
  113. брух bruh запрещен
  114. -
  115. oof запрещен
  116. -
  117. чуитс запрещено
  118. -
  119. кринжевать запрещено
  120. -
    -
  121. русские националисты не приветствуются
  122. -
  123. любые националисты тоже
  124. -
  125. упоминать правило №50 запрещено
  126. -
  127. будете помогать заблокированным заблокирую
  128. -
  129. не керокерокать
  130. -
  131. На тупые вопросы не отвечаем
  132. -
  133. Так называемые "мемы" запрещены
  134. -
  135. Вопросы по серверу в паблике сервера или беседе сервера
  136. -
  137. спойлерить запрещено суки
  138. -
  139. ЛАДНО кошатник разрешено 6+ но если адекват
  140. -
    -
  141. Мир тьмы разрешен (кодзимов попросил)
  142. -
  143. Вредные советы давать СТРОГО запрещено
  144. -
  145. пропаганда психотропных веществ запрещена наркалыги ёбаные идите долбите анус свой тупые суки
  146. -
  147. за оскорбления извините
  148. -
  149. триган дэ вне закона (законпроект Динозавра)
  150. -
  151. Не ведите себя как быдло
  152. -
  153. объяснять что такое буккаке запрещено
  154. -
  155. веп панк запрещен
  156. -
  157. I Hate Myself For Loving You ЗАПРЕЩЕН
  158. -
  159. доминировать как быдло типо мне похуй хаха мне похуй или ты с кем разговариваешь и картинки кидать запрещено
  160. -
    -
  161. друзья Даркью Пельменя и он сам запрещены
  162. -
  163. Носок Террохин запрещен
  164. -
  165. Не оскорблять отель Хасбин
  166. -
  167. Даркью Пельмень запрещен
  168. -
  169. Андрей Останин запрещен
  170. -
  171. НЕ СПОЙЛЕРИТЬ КОШКУ ЕЩЁ РАЗ ГОВОРЮ В ГРУППЕ КОШКА И НАХУЙ ПУБЛИКОВАТЬ ЕСЛИ ЕЁ ВСЕ ВИДЕЛИ. КТО СПОЙЛЕРИТ ВЕЧНЫЙ БАН. БЫЛ ТУТ ОДИН....
  172. -
  173. хамуд запрещён
  174. -
  175. нуждики разрешены (общим голосованием)
  176. -
  177. хамуд теперь разрешён чтобы не было червячков
  178. -
  179. ПОЛИТИКА ЗАПРЕЩЕНА (можно в беседе Альянса З.)
  180. -
    -
  181. Оскорбления не в шутку запрещены
  182. -
  183. Паблик "Оскорбления животных" запрещён
  184. -
  185. Мужские органы может показывать только Дима Горшенин
  186. -
  187. Алибека Захарова не трогать, ему не хочется общаться
  188. -
  189. хрустящий малыш
  190. -
  191. поддерживающим россию в войне с украиной моментальный бан без объяснения причин
  192. -
  193. Random-Favorite Character ни о чём не просить
  194. -
  195. Елизавета Кишкомотина (vk.com/id201222738) запрещена
  196. -
  197. тупить разрешено 1 раз в течение 30 минут
  198. -
  199. срать в группу запрещено
  200. -
    -
  201. набивать репутацию друг другу запрещено
  202. -
  203. писать хуйню запрещено
  204. -
  205. толерантность разрешена
  206. -
  207. правила теперь есть
  208. -
  209. я могу выгонять зашедших по поиску долбаёбов
  210. -
  211. про овечек писать только хорошее
  212. -
  213. даркью пельмень и его шпана запрещены
  214. -
  215. клишированные долбаёбы запрещены
  216. -
  217. обсирать анархию ЗАПРЕЩЕНО
  218. -
  219. Влада Грибоедина (vk.com/id368523707) запрещена
  220. -
    -
  221. критиковать правила запрещено
  222. -
  223. лайки ставить в группе партии горничные
  224. -
  225. Любить родину
  226. -
  227. всем девушкам випки
  228. -
  229. читать анарзию
  230. -
  231. Тупить запрещено
  232. -
  233. Тупые вопросы запрещены
  234. -
  235. не употреблять словосочетание ловушка джокера
  236. -
  237. я могу банить за неадекватные публикации, спам и флуд по своему желанию
  238. -
  239. кто зашел намеренно срать не скрывал это и не общался наказание пролом нижней челюсти
  240. -
    -
  241. писать мне похуй запрещено
  242. -
  243. писать ок запрещено
  244. -
  245. писать + запрещено
  246. -
  247. писать + разрешено
  248. -
  249. Администратор имеет право забанить человека если он сам того пожелал
  250. -
  251. 15.01.2022 в 20:39 здесь ничего не произошло
  252. -
  253. снюс запрещён (законпроект Никиты Вальбдаузера)
  254. -
  255. мясо запрещено
  256. -
  257. мясо запрещено
  258. -
  259. всех погибших исключают из беседы
  260. -
    -
  261. если чувак видно что зашел насрать а не общаться то я воспринимаю это как флуд и распрояжаюсь по правилу 129
  262. -
  263. Отказался читать правила получишь пизды
  264. -
  265. упоминание непризнанных альянсов запрещено
  266. -
  267. Все группы которые выставляют себя за Альянс Добряков запрещены
  268. -
  269. мнемотехника охуенна
  270. -
  271. главное — БУДЬТЕ БЛЯДЬ ЛЮДЬМИ, серьёзно.
  272. -
  273. играть в аллоды онлайн на сервере приют
  274. -
  275. какого хуя вы не общаетесь весь день и как только я начинаю что-то рассказывать перебиваете меня и рассказываете свою тупую хуйню?
  276. -
  277. мясо запрещено
  278. -
    -
  279. В БЕСЕДЕ ПРАВИЛ НЕТ
  280. -
  281. обсуждение и показ трупов запрещены
  282. -
  283. знать все серии пони ОБЯЗАТЕЛЬНО
  284. -
  285. подисаться на мой ютуб канал
  286. -
  287. сдать тест на знание песен инстасамки
  288. -
  289. шарить за бебру
  290. -
  291. правило номер 129 (связано с 131) было хакировано альянсом злодеев и мы прилагаем все усилия для его восстановления
  292. -
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" > - +