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
377d3e76
Commit
377d3e76
authored
Mar 29, 2016
by
Олег Гиммельшпах
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1115 - Правки английской версии 0.2
parent
14d5be26
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
13 deletions
+8
-13
frontend/messages/ru-RU/case.php
frontend/messages/ru-RU/case.php
+5
-0
frontend/views/layouts/block/case-more.php
frontend/views/layouts/block/case-more.php
+2
-2
frontend/views/layouts/block/cases.php
frontend/views/layouts/block/cases.php
+1
-11
No files found.
frontend/messages/ru-RU/case.php
0 → 100644
View file @
377d3e76
<?php
return
[
'Explore another case'
=>
'Посмотрите еще один<br/> короткий кейс'
,
'Read more'
=>
'Подробнее'
];
\ No newline at end of file
frontend/views/layouts/block/case-more.php
View file @
377d3e76
...
@@ -21,7 +21,7 @@ $more = CoContent::find()
...
@@ -21,7 +21,7 @@ $more = CoContent::find()
<div class="container"> -->
<div class="container"> -->
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-12 col-xs-12 col-sm-12"
>
<div
class=
"col-md-12 col-xs-12 col-sm-12"
>
<h2
class=
"short_keys_title"
>
Посмотрите еще один
<br/>
короткий кейс
</h2>
<h2
class=
"short_keys_title"
>
<?=
Yii
::
t
(
'case'
,
'Explore another case'
)
?>
</h2>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
@@ -31,7 +31,7 @@ $more = CoContent::find()
...
@@ -31,7 +31,7 @@ $more = CoContent::find()
<img
src=
"
<?=
$more
->
preview
?>
"
height=
"338"
width=
"455"
>
<img
src=
"
<?=
$more
->
preview
?>
"
height=
"338"
width=
"455"
>
<a
href=
"
<?=
Url
::
to
([
'/'
.
$more
->
url
]);
?>
"
style=
"color:
<?
if
(
$more
->
custom
==
CoContent
::
CUSTOM_WHITE
){
?>
#fff
<?
}
else
{
?>
#2d3642
<?
}
?>
;"
class=
"short_keys_title_link"
>
<?=
$more
->
lang
->
title
?>
</a>
<a
href=
"
<?=
Url
::
to
([
'/'
.
$more
->
url
]);
?>
"
style=
"color:
<?
if
(
$more
->
custom
==
CoContent
::
CUSTOM_WHITE
){
?>
#fff
<?
}
else
{
?>
#2d3642
<?
}
?>
;"
class=
"short_keys_title_link"
>
<?=
$more
->
lang
->
title
?>
</a>
<div
class=
"short_keys_foot"
>
<div
class=
"short_keys_foot"
>
<a
href=
"
<?=
Url
::
to
([
'/'
.
$more
->
url
]);
?>
"
class=
"short_keys_btn_more"
><span>
Подробнее
</span></a>
<a
href=
"
<?=
Url
::
to
([
'/'
.
$more
->
url
]);
?>
"
class=
"short_keys_btn_more"
><span>
<?=
Yii
::
t
(
'case'
,
'Read more'
)
?>
</span></a>
<!-- <a href="#" class="short_keys_tags"># Big data</a> -->
<!-- <a href="#" class="short_keys_tags"># Big data</a> -->
</div>
</div>
</div>
</div>
...
...
frontend/views/layouts/block/cases.php
View file @
377d3e76
...
@@ -20,22 +20,12 @@ $models = CoContent::find()
...
@@ -20,22 +20,12 @@ $models = CoContent::find()
<img
src=
"
<?=
$model
->
preview
?>
"
height=
"338"
width=
"455"
>
<img
src=
"
<?=
$model
->
preview
?>
"
height=
"338"
width=
"455"
>
<div
class=
"keys_small_title"
<?
if
(
$model
->
custom
==
CoContent
::
CUSTOM_WHITE
){
?>
style=
"color:#fff;"
<?
}
?>
>
<?=
$model
->
lang
->
title
?>
</div>
<div
class=
"keys_small_title"
<?
if
(
$model
->
custom
==
CoContent
::
CUSTOM_WHITE
){
?>
style=
"color:#fff;"
<?
}
?>
>
<?=
$model
->
lang
->
title
?>
</div>
<div
class=
"keys_small_foot"
>
<div
class=
"keys_small_foot"
>
<div
class=
"keys_small_btn_more"
><span>
Подробнее
</span></div>
<div
class=
"keys_small_btn_more"
><span>
<?=
Yii
::
t
(
'case'
,
'Read more'
)
?>
</span></div>
<!-- <a href="#" class="keys_small_tags"># Big data</a> -->
<!-- <a href="#" class="keys_small_tags"># Big data</a> -->
</div>
</div>
</a>
</a>
</div>
</div>
<?php
endforeach
;
?>
<?php
endforeach
;
?>
<!-- <div class="col-md-6 col-xs-6 col-sm-12">
<div class="keys_block_small">
<img src="/images/keys_small2.jpg" height="338" width="455" alt="">
<div class="keys_small_title">Автоматизация освещения на АЗС</div>
<div class="keys_small_foot">
<a href="#" class="keys_small_btn_more"><span>Подробнее</span></a>
<a href="#" class="keys_small_tags"># Big data</a>
</div>
</div>
</div> -->
</div>
</div>
<!-- <div class="row">
<!-- <div class="row">
<div class="col-md-12 col-xs-12 col-sm-12">
<div class="col-md-12 col-xs-12 col-sm-12">
...
...
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