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
Plain Diff
Browse Files
Authored by
lore-w
2015-04-30 16:44:03 +0800
Commit
01bd692ba0d8b2fa9cc727568e0d3021c568e2cb
2 parents
f03dd1a5
27f0b5b0
Merge branch 'develop' of git.dev.yoho.cn:ued/yohogirls-mustache into test
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
227 additions
and
207 deletions
actions/channel/beauty/index_with_nothing.html
actions/channel/beauty/index_without_advert.html
actions/channel/beauty/index_without_centerbanner.html
actions/channel/fashion/index_with_nothing.html
actions/channel/fashion/index_without_advert.html
actions/channel/fashion/index_without_centerbanner.html
actions/channel/lifestyle/index_with_nothing.html
actions/channel/lifestyle/index_without_advert.html
actions/channel/lifestyle/index_without_centerbanner.html
actions/channel/sports/index_with_nothing.html
actions/channel/sports/index_without_advert.html
actions/channel/sports/index_without_centerbanner.html
actions/channel/video/index_with_nothing.html
actions/channel/video/index_without_advert.html
actions/channel/video/index_without_centerbanner.html
actions/default/index.html
partials/common/script320.html
partials/layout/header320.html
actions/channel/beauty/index_with_nothing.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/beauty/index_without_advert.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/beauty/index_without_centerbanner.html
View file @
01bd692
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/fashion/index_with_nothing.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/fashion/index_without_advert.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/fashion/index_without_centerbanner.html
View file @
01bd692
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/lifestyle/index_with_nothing.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/lifestyle/index_without_advert.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/lifestyle/index_without_centerbanner.html
View file @
01bd692
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/sports/index_with_nothing.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/sports/index_without_advert.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/sports/index_without_centerbanner.html
View file @
01bd692
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/video/index_with_nothing.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/video/index_without_advert.html
View file @
01bd692
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> default/default_advt}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/channel/video/index_without_centerbanner.html
View file @
01bd692
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header }}
{{> default/channel_banner }}
<div
class=
"content {{# channel}}content-{{.}}{{/ channel}} clearfix"
>
{{# topItems1}}
{{> channel/item}}
{{/ topItems1}}
{{> channel/advert}}
{{# topItems2}}
{{> channel/item}}
{{/ topItems2}}
</div>
{{> channel/pager}}
{{> layout/footer }}
\ No newline at end of file
...
...
actions/default/index.html
View file @
01bd692
...
...
@@ -4,7 +4,7 @@
<div
class=
"tv-area"
>
{{# tvs}}
<span
class=
"tv"
>
<a
class=
"tv-a"
href=
"{{link}}"
target=
"_blank"
></a>
{{# link}}
<a
class=
"tv-a"
href=
"{{.}}"
target=
"_blank"
></a>
{{/ link}}
<img
class=
"tv-img"
src=
"{{img}}"
alt=
"{{alt}}"
>
</span>
{{/ tvs}}
...
...
partials/common/script320.html
View file @
01bd692
{{#
home320_js
}}
{{#
default
}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
,
'js/channel/home'
],
function
(
common
,
home
)
{
common
.
init
();
home
.
init
();
});
</script>
{{/
home320_js
}}
{{/
default
}}
{{# fashion
320_js
}}
{{# fashion}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
common
.
init
();
//home.init();
});
</script>
{{/ fashion
320_js
}}
{{/ fashion}}
{{# beauty
320_js
}}
{{# beauty}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
common
.
init
();
//home.init();
});
</script>
{{/ beauty
320_js
}}
{{/ beauty}}
{{# sport
320_js
}}
{{# sport}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
common
.
init
();
//home.init();
});
</script>
{{/ sport
320_js
}}
{{/ sport}}
{{# lifestyle
320_js
}}
{{# lifestyle}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
common
.
init
();
//home.init();
});
</script>
{{/ lifestyle
320_js
}}
{{/ lifestyle}}
{{# magazine
320_js
}}
{{# magazine}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
,
'js/channel/magazine'
],
function
(
common
,
magazine
)
{
common
.
init
();
magazine
.
init
();
});
</script>
{{/ magazine
320_js
}}
{{/ magazine}}
{{# video
320_js
}}
{{# video}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
common
.
init
();
});
</script>
{{/ video
320_js
}}
{{/ video}}
{{# search
320_js
}}
{{# search}}
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
,
'js/channel/search'
],
function
(
common
,
search
)
{
common
.
init
();
search
.
init
();
});
</script>
{{/ search
320_js
}}
{{/ search}}
{{# writer
320_js
}}
{{# writer}}
<script
type=
"text/javascript"
>
/*function updateState() {
seajs.use("channel/edit320", function(edit) {
edit.updateLogin();
});
}*/
seajs
.
use
([
"js/channel/edit320"
],
function
(
edit
){
edit
.
init
();
});
</script>
{{/ writer
320_js
}}
{{/ writer}}
{{# detail}}
...
...
partials/layout/header320.html
View file @
01bd692
...
...
@@ -21,6 +21,18 @@
</head>
<body
id=
"{{channel}}"
>
<div
id=
"mobile-wrap"
>
<!--下载GIRLS-->
<div
class=
"header-download-wrap"
>
<div
class=
"header-download"
>
<span
class=
"tip-pic"
>
YOHO GIRLS
</span>
<div
class=
"tip-info"
>
<h2>
YOHO!GIRLS
</h2>
<p>
No Fashion,No Life!
</p>
<a
class=
"yoho-download-app"
data-ios=
""
data-android=
""
href=
""
ios-href=
""
android-href=
""
onclick=
""
>
OPEN
</a>
</div>
<span
class=
"tip-c"
onclick=
""
>
关闭
</span>
</div>
</div>
<!--header-->
<header
class=
"girl-header"
>
<span
class=
"header-logo"
>
Logo
</span>
...
...
@@ -30,7 +42,7 @@
<div
class=
"girl-nav-wrapper"
>
<nav
class=
"girl-nav swiper-container"
>
<ul
class=
"swiper-wrapper"
>
<li
class=
"swiper-slide nav-
home
"
><a
href=
"/mobile.html"
>
home
</a></li>
<li
class=
"swiper-slide nav-
default
"
><a
href=
"/mobile.html"
>
home
</a></li>
<li
class=
"swiper-slide nav-fashion"
><a
href=
"/fashion/mobile.html"
>
fashion
</a></li>
<li
class=
"swiper-slide nav-beauty"
><a
href=
"/beauty/mobile.html"
>
beauty
</a></li>
<li
class=
"swiper-slide nav-sport"
><a
href=
"/sports/mobile.html"
>
sport
</a></li>
...
...
Please
register
or
login
to post a comment