Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
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-21 16:37:04 +0800
Commit
f344930cb7a6bc2200c77bdaa9f14bc7122cfe36
1 parent
fef86fcc
将模板页去除,将页头和页脚分别加入partials里面
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
51 additions
and
11 deletions
actions/beauty/index.html
actions/beauty/index_with_nothing.html
actions/beauty/index_without_advert.html
actions/beauty/index_without_centerbanner.html
actions/default/index.html
actions/default/index_with_nothing.html
actions/default/index_without_advert.html
actions/default/index_without_centerbanner.html
actions/fashion/index.html
actions/fashion/index_without_advert.html
actions/fashion/index_without_centerbanner.html
actions/lifestyle/index.html
actions/sports/index.html
actions/sports/index_with_nothing.html
actions/sports/index_without_advert.html
actions/sports/index_without_centerbanner.html
actions/video/index.html
actions/video/index_with_nothing.html
actions/video/index_without_advert.html
actions/video/index_without_centerbanner.html
actions/beauty/index.html
View file @
f344930
...
...
@@ -7,6 +7,7 @@
centerBanner//通栏的结构体
pager //分页结构体
-->
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
...
...
@@ -24,3 +25,4 @@
</div>
{{> channel/pager}}
{{> default/footer }}
\ No newline at end of file
...
...
actions/beauty/index_with_nothing.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/beauty/index_without_advert.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
...
...
@@ -7,4 +8,5 @@
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/beauty/index_without_centerbanner.html
View file @
f344930
...
...
@@ -5,6 +5,7 @@
advert //广告的结构体
pager //分页结构体
-->
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
...
...
@@ -14,4 +15,5 @@
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/default/index.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<!--六个小电视-->
<div
class=
"tv-area"
>
...
...
@@ -79,3 +80,4 @@
</div>
</div>
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/default/index_with_nothing.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<!--六个小电视-->
<div
class=
"tv-area"
>
...
...
@@ -54,3 +55,4 @@
</div>
</div>
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/default/index_without_advert.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<!--六个小电视-->
<div
class=
"tv-area"
>
...
...
@@ -74,3 +75,4 @@
</div>
</div>
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/default/index_without_centerbanner.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<!--六个小电视-->
<div
class=
"tv-area"
>
...
...
@@ -77,3 +78,4 @@
</div>
</div>
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/fashion/index.html
View file @
f344930
...
...
@@ -7,6 +7,7 @@
centerBanner//通栏的结构体
pager //分页结构体
-->
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
...
...
@@ -25,5 +26,6 @@
</div>
{{> channel/pager}}
{{> default/footer }}
...
...
actions/fashion/index_without_advert.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
...
...
@@ -7,4 +8,5 @@
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/fashion/index_without_centerbanner.html
View file @
f344930
...
...
@@ -5,6 +5,7 @@
advert //广告的结构体
pager //分页结构体
-->
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
...
...
@@ -14,4 +15,5 @@
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/lifestyle/index.html
View file @
f344930
...
...
@@ -7,6 +7,7 @@
centerBanner//通栏的结构体
pager //分页结构体
-->
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
...
...
@@ -24,3 +25,4 @@
</div>
{{> channel/pager}}
{{> default/footer }}
...
...
actions/sports/index.html
View file @
f344930
...
...
@@ -7,6 +7,7 @@
centerBanner//通栏的结构体
pager //分页结构体
-->
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
...
...
@@ -24,3 +25,4 @@
</div>
{{> channel/pager}}
{{> default/footer }}
...
...
actions/sports/index_with_nothing.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/sports/index_without_advert.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
...
...
@@ -7,4 +8,5 @@
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/sports/index_without_centerbanner.html
View file @
f344930
...
...
@@ -5,6 +5,7 @@
advert //广告的结构体
pager //分页结构体
-->
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
...
...
@@ -14,4 +15,5 @@
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/video/index.html
View file @
f344930
...
...
@@ -7,6 +7,7 @@
centerBanner//通栏的结构体
pager //分页结构体
-->
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
...
...
@@ -24,3 +25,4 @@
</div>
{{> channel/pager}}
{{> default/footer }}
...
...
actions/video/index_with_nothing.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/video/index_without_advert.html
View file @
f344930
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
...
...
@@ -7,4 +8,5 @@
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
actions/video/index_without_centerbanner.html
View file @
f344930
...
...
@@ -5,6 +5,7 @@
advert //广告的结构体
pager //分页结构体
-->
{{> default/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
...
...
@@ -14,4 +15,5 @@
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
\ No newline at end of file
</div>
{{> default/footer }}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment