Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
f2c9618f
Commit
f2c9618f
authored
Mar 12, 2019
by
john
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3010
parent
1569cf66
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10733 additions
and
10747 deletions
+10733
-10747
common/modules/documentation/views/page/view.php
common/modules/documentation/views/page/view.php
+2
-28
frontend/views/layouts/footer-index.php
frontend/views/layouts/footer-index.php
+6
-2
frontend/views/layouts/footer-short.php
frontend/views/layouts/footer-short.php
+6
-2
frontend/views/layouts/footer.php
frontend/views/layouts/footer.php
+10
-6
frontend/web/css/screen.css
frontend/web/css/screen.css
+10709
-10709
No files found.
common/modules/documentation/views/page/view.php
View file @
f2c9618f
...
...
@@ -132,36 +132,10 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр
$data
=
$modelDocList
->
getParentListForContent
(
$model
->
list
);
echo
$modelDocList
->
getList
(
$data
);
?>
<!-- <ul class="set">
<li class="active">
<a href="#">Что такое платформа Taskon</a>
<ul class="set_in" style="display: block;">
<li class="active"><a href="#">Используемые технологии в Taskon</a></li>
<li><a href="#">Что такое платформа Taskon? 0 0 1</a></li>
<li><a href="#">Требования к серверу</a></li>
<li><a href="#">Установка платформы Taskon</a></li>
</ul>
</li>
<li>
<a href="#">Используемые технологии в Taskon</a>
<ul class="set_in">
<li><a href="#">Используемые технологии в Taskon</a></li>
<li><a href="#">Что такое платформа Taskon? 0 0 1</a></li>
<li><a href="#">Требования к серверу</a></li>
<li><a href="#">Установка платформы Taskon</a></li>
</ul>
</li>
<li><a href="#">Что такое платформа Taskon? 0 0 1</a></li>
<li><a href="#">Требования к серверу</a></li>
<li><a href="#">Установка платформы Taskon</a></li>
</ul>-->
</section>
<!-- Promo Banner-->
<section
class=
"promo-box"
style=
"
background-image: url(img/banners/01.jpg);
"
>
<section
class=
"promo-box"
style=
""
>
<!-- Choose between .overlay-dark (#000) or .overlay-light (#fff) with default opacity of 50%. You can overrride default color and opacity values via 'style' attribute.-->
<span
class=
"overlay-dark"
style=
"opacity: .35;"
></span>
<div
class=
"promo-box-content text-center padding-top-1x padding-bottom-1x"
>
<h4
class=
"text-bold text-light text-shadow"
>
Заказать разработку на платформе
<br>
Taskon 2.0
</h4>
...
...
@@ -174,4 +148,4 @@ $this->registerMetaTag(['property' => 'og:site_name', 'content' => 'Арт Пр
</div>
</div>
</div>
<?=
$this
->
render
(
'@app/views/layouts/footer'
)
?>
\ No newline at end of file
<?php
// echo $this->render('@app/views/layouts/footer') ?>
\ No newline at end of file
frontend/views/layouts/footer-index.php
View file @
f2c9618f
...
...
@@ -120,8 +120,12 @@ FileUploadBundle::register($this);
</div>
<div
class=
"col-md-3 col-xs-3 col-sm-12"
>
<div
class=
"taskon"
><img
src=
"/images/taskon.png"
height=
"31"
width=
"100"
alt=
""
></div>
<div
class=
"copyring"
>
<?=
\Yii
::
t
(
'footer'
,
'Powered by Taskon'
)
?>
</div>
<div
class=
"taskon"
>
<a
href=
"/taskon"
title=
"Подробнее о платформе TaskOn 2"
>
<img
src=
"/images/taskon.png"
height=
"31"
width=
"100"
alt=
""
>
</a>
</div>
<div
class=
"copyring text-center"
>
<?=
\Yii
::
t
(
'footer'
,
'Powered by Taskon'
)
?>
</div>
</div>
</div>
</div>
...
...
frontend/views/layouts/footer-short.php
View file @
f2c9618f
...
...
@@ -14,8 +14,12 @@
</div>
<div
class=
"col-md-3 col-xs-3 col-sm-12"
>
<div
class=
"taskon"
><img
src=
"/images/taskon.png"
height=
"31"
width=
"100"
alt=
""
></div>
<div
class=
"copyring"
>
<?=
\Yii
::
t
(
'footer'
,
'Powered by Taskon'
)
?>
</div>
<div
class=
"taskon"
>
<a
href=
"/taskon"
title=
"Подробнее о платформе TaskOn 2"
>
<img
src=
"/images/taskon.png"
height=
"31"
width=
"100"
alt=
""
>
</a>
</div>
<div
class=
"copyring text-center"
>
<?=
\Yii
::
t
(
'footer'
,
'Powered by Taskon'
)
?>
</div>
</div>
</div>
</div>
...
...
frontend/views/layouts/footer.php
View file @
f2c9618f
...
...
@@ -4,10 +4,10 @@
<div
class=
"col-md-4 col-xs-4 col-sm-12"
>
<a
href=
"mailto:info@task-on.com"
class=
"foot_mail"
>
info@task-on.com
</a>
</div>
<div
class=
"col-md-4 col-xs-4 col-sm-12"
><a
href=
"#zvonok_form"
class=
"zvonok_bt popup-form"
><span>
<?=
Yii
::
t
(
'app'
,
'Request a call'
);
?>
</span></a></div>
<div
class=
"col-md-4 col-xs-4 col-sm-12"
><a
href=
"#zvonok_form"
class=
"zvonok_bt popup-form"
><span>
<?=
Yii
::
t
(
'app'
,
'Request a call'
);
?>
</span></a></div>
<div
class=
"col-md-4 col-xs-4 col-sm-12"
>
<!-- <div class="phone_hover_foot">Стоимость звонка 0 руб,<br/> в том числе с мобильного</div> -->
<span
class=
"foot_phone"
>
<?=
\common\models\Settings
::
getValue
(
'content-phone'
);
?>
</span>
<span
class=
"foot_phone"
>
<?=
\common\models\Settings
::
getValue
(
'content-phone'
);
?>
</span>
</div>
</div>
<div
class=
"footbottom_line"
>
...
...
@@ -18,13 +18,17 @@
</div>
</div>
<div
class=
"col-md-6 col-xs-6 col-sm-12"
>
<?php
echo
$this
->
render
(
'block/social'
);
?>
</div>
<div
class=
"col-md-3 col-xs-3 col-sm-12"
>
<div
class=
"taskon"
><img
src=
"/images/taskon.png"
height=
"31"
width=
"100"
alt=
""
></div>
<div
class=
"copyring"
>
<?=
\Yii
::
t
(
'footer'
,
'Powered by Taskon'
)
?>
</div>
<div
class=
"taskon"
>
<a
href=
"/taskon"
title=
"Подробнее о платформе TaskOn 2"
>
<img
src=
"/images/taskon.png"
height=
"31"
width=
"100"
alt=
""
>
</a>
</div>
<div
class=
"copyring text-center"
>
<?=
\Yii
::
t
(
'footer'
,
'Powered by Taskon'
)
?>
</div>
</div>
</div>
</div>
...
...
frontend/web/css/screen.css
View file @
f2c9618f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment