From ebcbe93bf5c80c674164efebc7271e034acd1130 Mon Sep 17 00:00:00 2001 From: yarik Date: Fri, 10 Mar 2017 18:48:53 +0200 Subject: [PATCH] Panel --- backend/views/layouts/main.php | 436 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- backend/views/site/index.php | 8 +++++++- composer.json | 3 ++- composer.lock | 2 +- 4 files changed, 238 insertions(+), 211 deletions(-) diff --git a/backend/views/layouts/main.php b/backend/views/layouts/main.php index a8262d5..98d3d07 100644 --- a/backend/views/layouts/main.php +++ b/backend/views/layouts/main.php @@ -18,219 +18,239 @@ beginPage(); ?> - - - - - - - <?= Html::encode($this->title) ?> - head() ?> - - - - -beginBody(); ?> -
- -
- -
-
- - -
- - -
-
- ... -
-
- Welcome, -

John Doe

-
-
- - -
- - - - - -
-
- - -
- - - -
- - - -
- params['h1'])): ?> -
-
-

params['h1'] ?>

-
-
- - -
- -
- - -
-
- Gentelella - Bootstrap Admin Template by Colorlib
- Extension for Yii framework 2 by Yiister -
-
-
- -
- -
- -
-
    -
-
-
-
- -endBody(); ?> - +
+ +
+
    +
+
+
+
+ + endBody(); ?> + endPage(); ?> diff --git a/backend/views/site/index.php b/backend/views/site/index.php index 0b6e2c8..3854e2c 100644 --- a/backend/views/site/index.php +++ b/backend/views/site/index.php @@ -9,7 +9,13 @@ $this->title = 'My Yii Application'; ?> 'Test', + 'toolbarLayout' => '{close}{collapse}', + ] + ); + echo "Velox nuclear vexatum iaceres ducunt ad eleates."; $panel::end(); ?>
diff --git a/composer.json b/composer.json index ee27402..1e3ea17 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,8 @@ }, "autoload": { "psr-4": { - "artweb\\artbox\\core\\": "artweb/artbox-core/" + "artweb\\artbox\\core\\": "artweb/artbox-core/", + "artweb\\artbox\\gentelella\\": "artweb/artbox-gentelella/" } } } diff --git a/composer.lock b/composer.lock index c2d2953..bf1c33f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "b77198c9b7dc6a47b379a7f696023839", + "hash": "2928aa19bb3e15f07d64bf3e1e09cac2", "content-hash": "ecbd5dfde30e425db5d104f468df4ee5", "packages": [ { -- libgit2 0.21.4