From 609d3b222ce6c47f41874b594d8524dce10bfdaf Mon Sep 17 00:00:00 2001 From: artweb-job Date: Mon, 25 Jun 2018 14:26:26 +0300 Subject: [PATCH] account form --- frontend/views/blog/index.php | 153 +++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------- frontend/views/layouts/main.php | 2 +- frontend/views/site/account.php | 3 +++ frontend/web/css/_account.scss | 27 +++++++++++++++++++++++++++ frontend/web/css/_blog.scss | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ frontend/web/css/style.css | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ frontend/web/css/style.css.map | 4 ++-- frontend/web/css/style.scss | 1 + 8 files changed, 207 insertions(+), 115 deletions(-) create mode 100644 frontend/web/css/_blog.scss diff --git a/frontend/views/blog/index.php b/frontend/views/blog/index.php index 27197f7..5f5ee91 100755 --- a/frontend/views/blog/index.php +++ b/frontend/views/blog/index.php @@ -21,121 +21,50 @@ ?> -
-
-
- - - - - - - - - - - - - - $dataProvider, - 'itemView' => '_article', - 'options' => [ - 'class' => 'col-md-9', - 'id' => 'blog-listing-medium', - ], - 'layout' => '{items}{pager}', - ] - ); ?> - - - - - - -
- - - - \ No newline at end of file + diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index ecba510..86b7363 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -60,7 +60,7 @@ JS; <?=Html::encode($seo->title)?> head() ?> - params['isBlog']) ? ' class="blog-view"' : ''?>> + params['isBlog']) ? ' class="blog-page"' : ''?>> beginBody() ?>
diff --git a/frontend/views/site/account.php b/frontend/views/site/account.php index 911be61..5699983 100644 --- a/frontend/views/site/account.php +++ b/frontend/views/site/account.php @@ -99,6 +99,9 @@