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
48ecbc02
Commit
48ecbc02
authored
Apr 18, 2016
by
Shakarim Sapa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fix
parent
40249bd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
common/modules/analyticsSchool/views/course/item-view.php
common/modules/analyticsSchool/views/course/item-view.php
+8
-8
No files found.
common/modules/analyticsSchool/views/course/item-view.php
View file @
48ecbc02
<?php
<?php
use
yii\helpers\Url
;
use
yii\helpers\Url
;
use
common\modules\school\models\Courses
;
use
common\modules\school\models\Courses
;
use
common\modules\school\assets\WidgetAssetBundle
;
use
common\modules\school\assets\WidgetAssetBundle
;
WidgetAssetBundle
::
register
(
$this
);
WidgetAssetBundle
::
register
(
$this
);
?>
?>
<div
class=
"kurs_item"
>
<div
class=
"kurs_item"
>
...
@@ -15,19 +15,19 @@
...
@@ -15,19 +15,19 @@
<span
class=
"kurs_sub-title"
>
<?php
echo
$model
->
description
;
?>
</span>
<span
class=
"kurs_sub-title"
>
<?php
echo
$model
->
description
;
?>
</span>
<?php
if
(
$model
->
type
==
Courses
::
TYPE_DV
)
:
?>
<?php
if
(
$model
->
type
==
Courses
::
TYPE_DV
)
:
?>
<div
class=
"kurs_lock"
></div>
<div
class=
"kurs_lock"
></div>
<?php
endif
;
?>
<?php
endif
;
?>
<?php
if
(
$model
->
spec_proposition
)
:
?>
<?php
if
(
$model
->
spec_proposition
)
:
?>
<div
class=
"blip_kurs"
>
За просмотр этих курсов
<br>
мы заплатим 15 000 руб.
</div>
<div
class=
"blip_kurs"
>
За просмотр этих курсов
<br>
мы заплатим 15 000 руб.
</div>
<?php
endif
;
?>
<?php
endif
;
?>
<div
class=
"kurs_foot clearfix"
>
<div
class=
"kurs_foot clearfix"
>
<?php
if
(
$model
->
type
==
Courses
::
TYPE_DV
)
:
?>
<?php
if
(
$model
->
type
==
Courses
::
TYPE_DV
)
:
?>
<a
href=
"#registration_form"
class=
"kurs_bt popup-form call_form_reg"
data-title=
"
<?php
echo
$model
->
title
;
?>
"
<a
href=
"#registration_form"
class=
"kurs_bt popup-form call_form_reg"
data-title=
"
<?php
echo
$model
->
title
;
?>
"
data-spec =
"
<?php
echo
$model
->
spec_proposition
;
?>
"
>
data-spec =
"
<?php
echo
$model
->
spec_proposition
;
?>
"
>
Предварительная регистрация
Предварительная регистрация
</a>
</a>
<?php
else
:
?>
<?php
else
:
?>
<a
href=
"
<?php
echo
Url
::
toRoute
([
'/school/course/view'
,
'id'
=>
$model
->
id
]);
?>
"
class=
"kurs_bt"
>
Подробнее
</a>
<a
href=
"
<?php
echo
Url
::
toRoute
([
'/school/course/view'
,
'id'
=>
$model
->
id
]);
?>
"
class=
"kurs_bt"
>
Подробнее
</a>
<?php
endif
;
?>
<?php
endif
;
?>
</div>
</div>
<div
class=
"for_
<?php
echo
$model
->
getClassCourse
(
$model
->
type
);
?>
"
>
<div
class=
"for_
<?php
echo
$model
->
getClassCourse
(
$model
->
type
);
?>
"
>
<div
class=
"r_
<?php
echo
$model
->
getClassCourse
(
$model
->
type
);
?>
"
></div>
<div
class=
"r_
<?php
echo
$model
->
getClassCourse
(
$model
->
type
);
?>
"
></div>
...
...
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