Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
2d27869ffb1805ea4191d16f92d533ea2c380ac7
1 parent
43a4b581
update for merge feature/channle
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
apps/channel/views/partial/slider.hbs
apps/channel/views/partial/slider.hbs
0 → 100644
View file @
2d27869
<div
class=
"slide-container
{{#if
pagination
}}
slide-thumb-container
{{/if}}
"
>
<div
class=
"slide-wrapper"
>
<ul>
{{#
slider
}}
<li
style=
"
{{#if
bgColor
}}
background:
{{
bgColor
}}{{/if}}
"
>
<a
href=
"
{{
url
}}
"
target=
"_blank"
>
{{#if
@first
}}
<img
src=
"
{{
image
img
1150
450
}}
"
>
{{^}}
<img
class=
"lazy"
data-original=
"
{{
image
img
1150
450
}}
"
alt=
""
>
{{/if}}
</a>
{{#
tips
}}
<div
class=
"slide-tips"
>
<div
class=
"g-mark"
></div>
<p>
{{
.
}}
</p>
</div>
{{/
tips
}}
</li>
{{/
slider
}}
</ul>
</div>
{{#if
pagination
}}
<div
class=
"thumb-pagination"
>
<ul
class=
"clearfix"
>
{{#
pagination
}}
<li>
<a
href=
"
{{
url
}}
"
target=
"_blank"
></a>
<img
src=
"
{{
image
img
138
54
}}
"
alt=
""
>
</li>
{{/
pagination
}}
</ul>
</div>
{{/if}}
</div>
...
...
Please
register
or
login
to post a comment