Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls-views
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
happyhour7
2015-04-20 16:05:56 +0800
Commit
d8d734f7f15255e1741e5ad5a45c758c84c0e9e8
1 parent
2bc75c66
普通频道页、杂志页、内容详情页模板整合
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
17 additions
and
13 deletions
views/actions/beauty/index_with_nothing.html
views/actions/fashion/index.html
views/actions/fashion/index_with_nothing.html
views/actions/fashion/index_without_advert.html
views/actions/fashion/index_without_centerbanner.html
views/actions/lifestyle/index.html
views/actions/lifestyle/index_with_nothing.html
views/actions/lifestyle/index_without_advert.html
views/actions/lifestyle/index_without_centerbanner.html
views/actions/sports/index.html
views/actions/sports/index_with_nothing.html
views/actions/sports/index_without_advert.html
views/actions/sports/index_without_centerbanner.html
views/actions/video/index.html
views/actions/video/index_with_nothing.html
views/actions/video/index_without_advert.html
views/actions/video/index_without_centerbanner.html
views/layout/new_layout.html
views/actions/beauty/index_with_nothing.html
View file @
d8d734f
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
...
...
views/actions/fashion/index.html
View file @
d8d734f
...
...
@@ -7,7 +7,7 @@
centerBanner//通栏的结构体
pager //分页结构体
-->
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
...
...
views/actions/fashion/index_with_nothing.html
View file @
d8d734f
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
...
...
views/actions/fashion/index_without_advert.html
View file @
d8d734f
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
...
...
views/actions/fashion/index_without_centerbanner.html
View file @
d8d734f
...
...
@@ -5,7 +5,7 @@
advert //广告的结构体
pager //分页结构体
-->
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
...
...
views/actions/lifestyle/index.html
View file @
d8d734f
...
...
@@ -7,7 +7,7 @@
centerBanner//通栏的结构体
pager //分页结构体
-->
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
...
...
views/actions/lifestyle/index_with_nothing.html
View file @
d8d734f
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
...
...
views/actions/lifestyle/index_without_advert.html
View file @
d8d734f
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
...
...
views/actions/lifestyle/index_without_centerbanner.html
View file @
d8d734f
...
...
@@ -5,7 +5,7 @@
advert //广告的结构体
pager //分页结构体
-->
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
...
...
views/actions/sports/index.html
View file @
d8d734f
...
...
@@ -7,7 +7,7 @@
centerBanner//通栏的结构体
pager //分页结构体
-->
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
...
...
views/actions/sports/index_with_nothing.html
View file @
d8d734f
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
...
...
views/actions/sports/index_without_advert.html
View file @
d8d734f
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
...
...
views/actions/sports/index_without_centerbanner.html
View file @
d8d734f
...
...
@@ -5,7 +5,7 @@
advert //广告的结构体
pager //分页结构体
-->
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
...
...
views/actions/video/index.html
View file @
d8d734f
...
...
@@ -7,7 +7,7 @@
centerBanner//通栏的结构体
pager //分页结构体
-->
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
...
...
views/actions/video/index_with_nothing.html
View file @
d8d734f
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
...
...
views/actions/video/index_without_advert.html
View file @
d8d734f
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
...
...
views/actions/video/index_without_centerbanner.html
View file @
d8d734f
...
...
@@ -5,7 +5,7 @@
advert //广告的结构体
pager //分页结构体
-->
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
...
...
views/layout/new_layout.html
View file @
d8d734f
...
...
@@ -130,11 +130,6 @@
</div>
</div>
{{> default/channel_banner }}
{{{body}}}
...
...
Please
register
or
login
to post a comment