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
hf
10 years ago
Commit
b5c489f589ad9674253216a655d49cd5e4aaa045
1 parent
26e625f3
add google baidu acquisition analysis code
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
307 additions
and
257 deletions
actions/default/index.html
actions/default/index320.html
actions/default/index_hk.html
actions/default/index_hk320.html
partials/channel/banner320.html
partials/channel/banner_center.html
partials/channel/banner_right.html
partials/channel/banner_top.html
partials/channel/content320.html
partials/channel/follow_us.html
partials/channel/follow_us320.html
partials/channel/follow_us_hk320.html
partials/channel/item.html
partials/channel/page320.html
partials/channel/pager.html
partials/default/default_item.html
partials/default/default_pager.html
partials/default/default_pop.html
partials/default/default_pop_top.html
partials/default/follow_us.html
partials/default/share320.html
partials/detail/detail_side.html
partials/detail/detail_side_hk.html
partials/layout/footer320.html
partials/layout/footer_fan.html
partials/layout/footer_hk320.html
partials/layout/footer_jian.html
partials/layout/header320.html
partials/layout/header_fan.html
partials/layout/header_hk320.html
partials/layout/header_jian.html
partials/layout/writer_header320.html
partials/layout/writer_header_hk320.html
partials/magazine/e_zine.html
partials/magazine/mags_newest.html
partials/magazine/mags_newest_hk.html
actions/default/index.html
View file @
b5c489f
...
...
@@ -5,7 +5,7 @@
{{# tvs}}
<span
class=
"tv"
>
{{# link}}
<a
class=
"tv-a"
href=
"{{link}}"
target=
"_blank
"
></a>
<a
class=
"tv-a"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','web','tvCN')
"
></a>
{{/ link}}
{{^ link}}
<span
class=
"tv-a"
></span>
...
...
@@ -31,7 +31,7 @@
{{# contentWithAdvert}}
<div
class=
"right-advt"
>
{{# advert}}
<a
class=
"link"
href=
"{{link}}"
target=
"_blank"
>
<a
class=
"link"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('banner','web','homeRightBannerCN')"
>
<img
src=
"{{img}}"
class=
"img"
alt=
"{{alt}}"
/>
</a>
{{/ advert}}
...
...
@@ -63,7 +63,7 @@
{{# contentWithAll}}
<div
class=
"right-advt"
>
{{# advert}}
<a
class=
"link"
href=
"{{link}}"
target=
"_blank"
>
<a
class=
"link"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('banner','web','homeRightBannerCN')"
>
<img
src=
"{{img}}"
class=
"img"
alt=
"{{alt}}"
/>
</a>
{{/ advert}}
...
...
actions/default/index320.html
View file @
b5c489f
...
...
@@ -4,7 +4,7 @@
<ul
class=
"swiper-wrapper"
>
{{#tvs}}
<li
class=
"swiper-slide"
>
<a
href=
"{{link}}"
target=
"_blank"
></a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','tvCN')"
></a>
<img
src=
"{{img}}"
alt=
""
>
</li>
{{/tvs}}
...
...
@@ -15,58 +15,57 @@
<ul>
{{# content}}
<li
class=
"content-item channel-{{channelType}}"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','contentCN')"
>
<img
class=
"lazy"
data-original=
"{{img}}"
src=
"data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
alt=
""
/>
</a>
<h2>
<a
href=
"{{link}}"
target=
"_blank"
>
{{title}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','contentCN')"
>
{{title}}
</a>
</h2>
<h3>
<a
href=
"{{link}}"
target=
"_blank"
>
{{subTitle}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','contentCN')"
>
{{subTitle}}
</a>
</h3>
<time>
{{# channel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('home','mobile','contentChannelCN')"
>
{{name}}
</a>
|
{{/ channel}}
{{# subChannel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('home','mobile','contentTwoChannelCN')"
>
{{name}}
</a>
|
{{/ subChannel}}
<span
time=
"{{time}}"
class=
"time-format"
></span>
</time>
<p>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
>
{{content}}
</a>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','contentCN')"
>
{{content}}
</a>
</p>
</li>
{{/ content}}
{{# pop}}
<li
id=
"{{type}}-pop"
class=
"content-item"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','popCN')"
>
<img
class=
"lazy"
data-original=
"{{img}}"
src=
"data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
alt=
""
/>
</a>
<h2>
<a
href=
"{{link}}"
target=
"_blank"
>
{{title}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','popCN')"
>
{{title}}
</a>
</h2>
<h3>
<a
href=
"{{link}}"
target=
"_blank"
>
{{subTitle}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','popCN')"
>
{{subTitle}}
</a>
</h3>
<time>
{{# channel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('home','mobile','popChannelCN')"
>
{{name}}
</a>
|
{{/ channel}}
{{# subChannel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('home','mobile','popTwoChannelCN')"
>
{{name}}
</a>
|
{{/ subChannel}}
<span
time=
"{{time}}"
class=
"time-format"
></span>
</time>
<p>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
>
{{content}}
</a>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','popCN')"
>
{{content}}
</a>
</p>
</li>
{{/ pop}}
</ul>
{{> channel/follow_us320}}
{{> channel/page320}}
</div>
{{> default/download320}}
{{> layout/footer320}}
\ No newline at end of file
...
...
actions/default/index_hk.html
View file @
b5c489f
...
...
@@ -4,7 +4,7 @@
{{# tvs}}
<span
class=
"tv"
>
{{# link}}
<a
class=
"tv-a"
href=
"{{link}}"
target=
"_blank"
></a>
<a
class=
"tv-a"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','web','tvHK')"
></a>
{{/ link}}
{{^ link}}
<span
class=
"tv-a"
></span>
...
...
@@ -29,7 +29,7 @@
{{# contentWithAdvert}}
<div
class=
"right-advt"
>
{{# advert}}
<a
class=
"link"
href=
"{{link}}"
target=
"_blank"
>
<a
class=
"link"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('banner','web','homeRightBannerHK')"
>
<img
src=
"{{img}}"
class=
"img"
alt=
"{{alt}}"
/>
</a>
{{/ advert}}
...
...
@@ -61,7 +61,7 @@
{{# contentWithAll}}
<div
class=
"right-advt"
>
{{# advert}}
<a
class=
"link"
href=
"{{link}}"
target=
"_blank"
>
<a
class=
"link"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('banner','web','homeRightBannerHK')"
>
<img
src=
"{{img}}"
class=
"img"
alt=
"{{alt}}"
/>
</a>
{{/ advert}}
...
...
actions/default/index_hk320.html
View file @
b5c489f
...
...
@@ -4,7 +4,7 @@
<ul
class=
"swiper-wrapper"
>
{{#tvs}}
<li
class=
"swiper-slide"
>
<a
href=
"{{link}}"
target=
"_blank"
></a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','tvHK')"
></a>
<img
src=
"{{img}}"
alt=
""
>
</li>
{{/tvs}}
...
...
@@ -15,58 +15,57 @@
<ul>
{{# content}}
<li
class=
"content-item channel-{{channelType}}"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','contentHK')"
>
<img
class=
"lazy"
data-original=
"{{img}}"
src=
"data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
alt=
""
/>
</a>
<h2>
<a
href=
"{{link}}"
target=
"_blank"
>
{{title}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','contentHK')"
>
{{title}}
</a>
</h2>
<h3>
<a
href=
"{{link}}"
target=
"_blank"
>
{{subTitle}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','contentHK')"
>
{{subTitle}}
</a>
</h3>
<time>
{{# channel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('home','mobile','contentChannelHK')"
>
{{name}}
</a>
|
{{/ channel}}
{{# subChannel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('home','mobile','contentTwoChannelHK')"
>
{{name}}
</a>
|
{{/ subChannel}}
<span
time=
"{{time}}"
class=
"time-format"
></span>
</time>
<p>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
>
{{content}}
</a>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','contentHK')"
>
{{content}}
</a>
</p>
</li>
{{/ content}}
{{# pop}}
<li
id=
"{{type}}-pop"
class=
"content-item"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','popHK')"
>
<img
class=
"lazy"
data-original=
"{{img}}"
src=
"data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
alt=
""
/>
</a>
<h2>
<a
href=
"{{link}}"
target=
"_blank"
>
{{title}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','popHK')"
>
{{title}}
</a>
</h2>
<h3>
<a
href=
"{{link}}"
target=
"_blank"
>
{{subTitle}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','popHK')"
>
{{subTitle}}
</a>
</h3>
<time>
{{# channel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('home','mobile','popChannelHK')"
>
{{name}}
</a>
|
{{/ channel}}
{{# subChannel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('home','mobile','popTwoChannelHK')"
>
{{name}}
</a>
|
{{/ subChannel}}
<span
time=
"{{time}}"
class=
"time-format"
></span>
</time>
<p>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
>
{{content}}
</a>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','mobile','popHK')"
>
{{content}}
</a>
</p>
</li>
{{/ pop}}
</ul>
{{> channel/follow_us
_hk
320}}
{{> channel/follow_us320}}
{{> channel/page320}}
</div>
{{> default/download_hk320}}
{{> layout/footer_hk320}}
\ No newline at end of file
...
...
partials/channel/banner320.html
View file @
b5c489f
<!--banner-->
{{#channelBanner}}
{{#
channelBanner}}
<div
class=
"banner"
>
<div
class=
"{{^
only}}swiper-container{{/
only}} public-banner"
>
<div
class=
"{{^
only}}swiper-container{{/
only}} public-banner"
>
<ul
class=
"swiper-wrapper"
>
{{#bannerItem}}
{{#
bannerItem}}
<li
class=
"swiper-slide"
>
<a
href=
"{{link}}"
>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('banner','mobile','bannerTop')"
>
<img
class=
"swiper-lazy"
data-src=
"{{img}}"
alt=
""
/>
<div
class=
"swiper-lazy-preloader"
></div>
</a>
</li>
{{/bannerItem}}
{{/
bannerItem}}
</ul>
</div>
{{^only}}
{{^
only}}
<div
class=
"pagination-wrap"
>
<div
class=
"pagination"
></div>
</div>
{{/only}}
{{/
only}}
</div>
{{/channelBanner}}
\ No newline at end of file
{{/ channelBanner}}
\ No newline at end of file
...
...
partials/channel/banner_center.html
View file @
b5c489f
...
...
@@ -4,7 +4,7 @@
<div
class=
"swiper-wrapper"
>
{{# data}}
<div
class=
"swiper-slide"
>
<a
href=
"{{link}}"
target=
"_blank"
class=
"img-a"
>
<a
href=
"{{link}}"
target=
"_blank"
class=
"img-a"
onclick=
"YOHODCLICK('banner','web','bannerCenter')"
>
<img
class=
"lazy"
src=
"{{img}}"
alt=
"{{alt}}"
/>
</a>
</div>
...
...
partials/channel/banner_right.html
View file @
b5c489f
{{# advert}}
<div
class=
"advert-without-border"
>
<a
href=
"{{link}}"
target=
"_blank"
class=
"link"
title=
"{{alt}}"
>
<a
href=
"{{link}}"
target=
"_blank"
class=
"link"
title=
"{{alt}}"
onclick=
"YOHODCLICK('banner','web','bannerRight')"
>
<img
class=
"lazy"
src=
"{{img}}"
data-original=
"{{img}}"
alt=
"{{alt}}"
style=
"display: inline;"
>
</a>
</div>
...
...
partials/channel/banner_top.html
View file @
b5c489f
{{# banner}}
<div
class=
"scrollPic-content"
>
<a
class=
"arrow arrow-left"
href=
"javascript:;"
></a>
<a
class=
"arrow arrow-right"
href=
"javascript:;"
></a>
<a
class=
"arrow arrow-left"
href=
"javascript:;"
onclick=
"YOHODCLICK('banner','web','bannerTopPrevNext')"
></a>
<a
class=
"arrow arrow-right"
href=
"javascript:;"
onclick=
"YOHODCLICK('banner','web','bannerTopPrevNext')"
></a>
<div
class=
"swiper-container-banner {{# bannerLength}}swiper-container{{/ bannerLength}}"
style=
"cursor: -webkit-grab;"
>
<div
class=
"swiper-wrapper"
style=
"width: 1080px; height: 507px;background-color: rgb(255, 255, 255);"
>
{{# data}}
<div
class=
"swiper-slide"
style=
"width: 992px; height: 504px; background: url(http://cmsres.test.yoho.cn/res/new/boys/images/loading.gif) 50% 50% no-repeat;"
>
<a
href=
"{{link}}"
target=
"_blank"
title=
"{{alt}}"
>
<a
href=
"{{link}}"
target=
"_blank"
title=
"{{alt}}"
onclick=
"YOHODCLICK('banner','web','bannerTop')"
>
<img
src=
"{{img}}"
alt=
"{{alt}}"
>
</a>
</div>
...
...
partials/channel/content320.html
View file @
b5c489f
{{#content}}
<li
class=
"content-item channel-{{channelType}}"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
>
<a
class=
"img-link"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('channel','mobile','content')"
>
<img
class=
"lazy"
data-original=
"{{img}}"
src=
"data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
alt=
""
/>
</a>
<h2>
<a
href=
"{{link}}"
target=
"_blank"
>
{{title}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('channel','mobile','content')"
>
{{title}}
</a>
</h2>
<h3>
<a
href=
"{{link}}"
target=
"_blank"
>
{{subTitle}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('channel','mobile','content')"
>
{{subTitle}}
</a>
</h3>
<time>
{{# channel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
{{/ channel}}
{{# subChannel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
{{/ subChannel}}
{{# channel}}
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('channel','mobile','contentChannel')"
>
{{name}}
</a>
|
{{/ channel}}
{{# subChannel}}
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('channel','mobile','contentChannel')"
>
{{name}}
</a>
|
{{/ subChannel}}
<span
time=
"{{time}}"
class=
"time-format"
></span>
</time>
<p>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
>
{{content}}
</a>
<a
class=
"a-detail"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('channel','mobile','content')"
>
{{content}}
</a>
</p>
</li>
{{/content}}
\ No newline at end of file
...
...
partials/channel/follow_us.html
View file @
b5c489f
...
...
@@ -6,14 +6,14 @@
{{# fanti}} Follow us {{/ fanti}}
</div>
<ul
class=
"icons-content"
>
<li><a
href=
"http://app.yohoshow.com"
target=
"_blank"
class=
"icons show"
></a></li>
<li><a
href=
"http://weibo.com/yohogirl"
target=
"_blank"
class=
"icons sina"
></a></li>
<li><a
href=
"http://app.yohoshow.com"
target=
"_blank"
class=
"icons show"
onclick=
"YOHODCLICK('follow','web','show')"
></a></li>
<li><a
href=
"http://weibo.com/yohogirl"
target=
"_blank"
class=
"icons sina"
onclick=
"YOHODCLICK('follow','web','sina')"
></a></li>
<li
class=
"li-weixin"
>
<a
class=
"icons weixin"
></a>
<a
class=
"pop"
><img
class=
"lazy bitmap"
src=
"data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
data-original=
"http://cmsres.test.yoho.cn/res/new/boys/images/webxin_followus.jpg"
alt=
"follow yoho!boys"
></a>
</li>
<li><a
href=
"http://facebook.com/YOHOGIRL"
target=
"_blank"
class=
"icons facebook"
></a></li>
<li><a
href=
"http://instagram.com/YOHOGIRL"
target=
"_blank"
class=
"icons inst"
></a></li>
<li><a
href=
"http://facebook.com/YOHOGIRL"
target=
"_blank"
class=
"icons facebook"
onclick=
"YOHODCLICK('follow','web','facebook')"
></a></li>
<li><a
href=
"http://instagram.com/YOHOGIRL"
target=
"_blank"
class=
"icons inst"
onclick=
"YOHODCLICK('follow','web','instagram')"
></a></li>
</ul>
<div
class=
"follow-us-input-content"
>
<input
type=
"text"
value=
""
class=
"followus-input"
placeholder=
"me@email.com"
>
...
...
partials/channel/follow_us320.html
View file @
b5c489f
...
...
@@ -3,20 +3,20 @@
<h2>
关注我们
</h2>
<ul>
<li
class=
"follow-show"
>
<a
target=
"_blank"
href=
"http://app.yohoshow.com"
>
show
</a>
<a
target=
"_blank"
href=
"http://app.yohoshow.com"
onclick=
"YOHODCLICK('follow','mobile','show')"
>
show
</a>
</li>
<li
class=
"follow-sina"
>
<a
target=
"_blank"
href=
"http://weibo.com/yohomedia"
>
sina
</a>
<a
target=
"_blank"
href=
"http://weibo.com/yohomedia"
onclick=
"YOHODCLICK('follow','mobile','sina')"
>
sina
</a>
</li>
<li
class=
"follow-facebook"
>
<a
target=
"_blank"
href=
"http://facebook.com/YOHOBOY"
>
facebook
</a>
<a
target=
"_blank"
href=
"http://facebook.com/YOHOBOY"
onclick=
"YOHODCLICK('follow','mobile','facebook')"
>
facebook
</a>
</li>
<li
class=
"follow-instagram"
>
<a
target=
"_blank"
href=
"http://instagram.com/YOHOBOY"
>
instagram
</a>
<a
target=
"_blank"
href=
"http://instagram.com/YOHOBOY"
onclick=
"YOHODCLICK('follow','mobile','instagram')"
>
instagram
</a>
</li>
</ul>
<div
class=
"rss"
>
<input
type=
"text"
name=
""
placeholder=
"
jack.m@hot
mail.com"
id=
"input-subscribe"
/>
<input
type=
"text"
name=
""
placeholder=
"
me@e
mail.com"
id=
"input-subscribe"
/>
<span
class=
"rss-btn"
>
订阅
</span>
</div>
</div>
\ No newline at end of file
...
...
partials/channel/follow_us_hk320.html
View file @
b5c489f
...
...
@@ -3,20 +3,20 @@
<h2>
關註我們
</h2>
<ul>
<li
class=
"follow-show"
>
<a
target=
"_blank"
href=
"http://app.yohoshow.com"
>
show
</a>
<a
target=
"_blank"
href=
"http://app.yohoshow.com"
onclick=
"YOHODCLICK('follow','mobile','show')"
>
show
</a>
</li>
<li
class=
"follow-sina"
>
<a
target=
"_blank"
href=
"http://weibo.com/yohomedia"
>
sina
</a>
<a
target=
"_blank"
href=
"http://weibo.com/yohomedia"
onclick=
"YOHODCLICK('follow','mobile','sina')"
>
sina
</a>
</li>
<li
class=
"follow-facebook"
>
<a
target=
"_blank"
href=
"http://facebook.com/YOHOBOY"
>
facebook
</a>
<a
target=
"_blank"
href=
"http://facebook.com/YOHOBOY"
onclick=
"YOHODCLICK('follow','mobile','facebook')"
>
facebook
</a>
</li>
<li
class=
"follow-instagram"
>
<a
target=
"_blank"
href=
"http://instagram.com/YOHOBOY"
>
instagram
</a>
<a
target=
"_blank"
href=
"http://instagram.com/YOHOBOY"
onclick=
"YOHODCLICK('follow','mobile','instagram')"
>
instagram
</a>
</li>
</ul>
<div
class=
"rss"
>
<input
type=
"text"
name=
""
placeholder=
"
jack.m@hot
mail.com"
id=
"input-subscribe"
/>
<input
type=
"text"
name=
""
placeholder=
"
me@e
mail.com"
id=
"input-subscribe"
/>
<span
class=
"rss-btn"
>
訂閱
</span>
</div>
</div>
\ No newline at end of file
...
...
partials/channel/item.html
View file @
b5c489f
<div
class=
"{{# no-border}}content-item-without-border{{/ no-border}}{{^ no-border}}content-item{{/ no-border}} {{# isMid}} content-item-mid{{/ isMid}}"
>
<span
class=
"content-item-detail-a-img"
>
<a
href=
"{{link}}"
target=
"_blank"
class=
"link"
title=
"{{title}}"
>
<a
href=
"{{link}}"
target=
"_blank"
class=
"link"
title=
"{{title}}"
onclick=
"YOHODCLICK('channel','web','content')"
>
<img
class=
"lazy pic"
src=
"{{img}}"
data-original=
"{{img}}"
alt=
"{{title}}"
style=
"display: inline;"
>
<span
class=
"arrow-bottom girl-channel-arrow{{# channelType}}-{{.}}{{/ channelType}}"
></span>
</a>
<a
href=
"{{link}}"
style=
"{{^ isVideo}}display:none;{{/ isVideo}}"
target=
"_blank"
class=
"video-icon"
title=
"{{alt}}"
></a>
<a
href=
"{{link}}"
style=
"{{^ isVideo}}display:none;{{/ isVideo}}"
target=
"_blank"
class=
"video-icon"
title=
"{{alt}}"
onclick=
"YOHODCLICK('channel','web','content')"
></a>
</span>
<span
class=
"content-item-detail-subchannle"
_time=
"{{time}}"
>
{{# channel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('channel','web','contentChannel')"
>
{{name}}
</a>
|
{{/ channel}}
{{# subChannel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
<a
href=
"{{link}}"
onclick=
"YOHODCLICK('channel','web','contentTwoChannel')"
>
{{name}}
</a>
|
{{/ subChannel}}
<span></span>
</span>
<a
href=
"{{link}}"
target=
"_blank"
class=
"content-item-title content-item-detail-title-style content-item-detail-title{{# channelType}}-{{.}}{{/ channelType}}"
_title=
"{{title}}"
>
{{title}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
class=
"content-item-subtitle content-item-detail-title-style content-item-detail-subtitle{{# channelType}}-{{.}} content-item-detail-subtitle-style{{/ channelType}}"
_title=
"{{subtitle}}"
>
{{subtitle}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
class=
"content-item-detail content-item-detail-detail"
len=
"{{detailLength}}"
_title=
"{{detail}}"
></a>
<a
href=
"{{link}}"
target=
"_blank"
class=
"content-item-title content-item-detail-title-style content-item-detail-title{{# channelType}}-{{.}}{{/ channelType}}"
_title=
"{{title}}"
onclick=
"YOHODCLICK('channel','web','content')"
>
{{title}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
class=
"content-item-subtitle content-item-detail-title-style content-item-detail-subtitle{{# channelType}}-{{.}} content-item-detail-subtitle-style{{/ channelType}}"
_title=
"{{subtitle}}"
onclick=
"YOHODCLICK('channel','web','content')"
>
{{subtitle}}
</a>
<a
href=
"{{link}}"
target=
"_blank"
class=
"content-item-detail content-item-detail-detail"
len=
"{{detailLength}}"
_title=
"{{detail}}"
onclick=
"YOHODCLICK('channel','web','content')"
></a>
</div>
\ No newline at end of file
...
...
partials/channel/page320.html
View file @
b5c489f
...
...
@@ -2,10 +2,10 @@
{{#page}}
<div
class=
"switch-page"
>
{{#switchPrev}}
<a
href=
"{{link}}"
class=
"switch-prev"
>
上一页
</a>
<a
href=
"{{link}}"
class=
"switch-prev"
onclick=
"YOHODCLICK('pager','mobile','contentPage')"
>
上一页
</a>
{{/switchPrev}}
{{#switchNext}}
<a
href=
"{{link}}"
class=
"switch-next"
>
下一页
</a>
<a
href=
"{{link}}"
class=
"switch-next"
onclick=
"YOHODCLICK('pager','mobile','contentPage')"
>
下一页
</a>
{{/switchNext}}
</div>
{{/page}}
\ No newline at end of file
...
...
partials/channel/pager.html
View file @
b5c489f
...
...
@@ -2,7 +2,7 @@
<div
class=
"pager-content"
>
<div
class=
"channel-index-pager pager-channel-{{channel}}"
>
{{# pager}}
<a
class=
"pager-item {{# isChoosen}} pager-item-choosen{{/ isChoosen}}"
href=
"{{link}}"
>
{{text}}
</a>
<a
class=
"pager-item {{# isChoosen}} pager-item-choosen{{/ isChoosen}}"
href=
"{{link}}"
onclick=
"YOHODCLICK('pager','web','contentPageChannel')"
>
{{text}}
</a>
{{/ pager}}
</div>
</div>
...
...
partials/default/default_item.html
View file @
b5c489f
<div
class=
"home-item-public {{# borderClass}}home-item-border{{/ borderClass}} {{# channelType}}content-{{.}}{{/ channelType}}"
>
<a
href=
"{{link}}"
target=
"_blank"
class=
"img-link"
title=
"{{title}}"
>
<a
href=
"{{link}}"
target=
"_blank"
class=
"img-link"
title=
"{{title}}"
onclick=
"YOHODCLICK('home','web','content')"
>
<img
class=
"img lazy"
data-original=
"{{img}}"
alt=
"{{title}}"
/>
<span
class=
"arrow-bottom girl-channel-arrow"
></span>
{{# isVideo}}
<span
class=
"video-icon-Fragment"
></span>
{{/ isVideo}}
...
...
@@ -7,14 +7,14 @@
<div
class=
"item-text-area"
>
<span
class=
"item-date"
_time=
"{{time}}"
>
{{# channel}}
<a
class=
"channel"
href=
"{{link}}"
target=
"_blank"
>
{{name}}
</a>
|
<a
class=
"channel"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','web','contentChannel')"
>
{{name}}
</a>
|
{{/ channel}}
{{# subChannel}}
<a
class=
"channel"
href=
"{{link}}"
target=
"_blank"
>
{{name}}
</a>
|
<a
class=
"channel"
href=
"{{link}}"
target=
"_blank"
onclick=
"YOHODCLICK('home','web','contentTwoChannel')"
>
{{name}}
</a>
|
{{/ subChannel}}
</span>
<a
class=
"item-title"
href=
"{{link}}"
target=
"_blank"
_title=
"{{title}}"
>
{{title}}
</a>
<a
class=
"item-title"
href=
"{{link}}"
target=
"_blank"
_title=
"{{subtitle}}"
>
{{subtitle}}
</a>
<a
class=
"item-detail"
href=
"{{link}}"
target=
"_blank"
_title=
"{{content}}"
len=
"{{contentLength}}"
>
{{content}}
</a>
<a
class=
"item-title"
href=
"{{link}}"
target=
"_blank"
_title=
"{{title}}"
onclick=
"YOHODCLICK('home','web','content')"
>
{{title}}
</a>
<a
class=
"item-title"
href=
"{{link}}"
target=
"_blank"
_title=
"{{subtitle}}"
onclick=
"YOHODCLICK('home','web','content')"
>
{{subtitle}}
</a>
<a
class=
"item-detail"
href=
"{{link}}"
target=
"_blank"
_title=
"{{content}}"
len=
"{{contentLength}}"
onclick=
"YOHODCLICK('home','web','content')"
>
{{content}}
</a>
</div>
</div>
\ No newline at end of file
...
...
partials/default/default_pager.html
View file @
b5c489f
...
...
@@ -2,7 +2,7 @@
<div
class=
"pager-content-default"
>
<span
class=
"channel-index-pager"
>
{{# pager}}
<a
class=
"pager-item {{# isChoosen}} pager-item-choosen{{/ isChoosen}}"
href=
"{{link}}"
>
{{text}}
</a>
<a
class=
"pager-item {{# isChoosen}} pager-item-choosen{{/ isChoosen}}"
href=
"{{link}}"
onclick=
"YOHODCLICK('pager','web','contentPageHome')"
>
{{text}}
</a>
{{/ pager}}
</span>
</div>
...
...
partials/default/default_pop.html
View file @
b5c489f
...
...
@@ -5,13 +5,13 @@
{{# pop}}
<span
class=
"pop-link swiper-slide"
href=
"{{link}}"
target=
"_blank"
>
<a><img
src=
"{{img}}"
class=
"img"
/></a>
<a
href=
"{{link}}"
class=
"title"
_title=
"{{title}}"
>
{{title}}
</a>
<a
href=
"{{link}}"
class=
"title"
_title=
"{{title}}"
onclick=
"YOHODCLICK('home','web','popContent')"
>
{{title}}
</a>
<span
class=
"date default-pop-date"
_time=
"{{time}}"
>
{{#if channelClass}}
<a
target=
"_blank"
href=
"{{link}}"
class=
"default-pop-subchannel"
href=
"{{channelURL}}"
>
{{channelClass}}
</a>
|
<a
target=
"_blank"
href=
"{{link}}"
class=
"default-pop-subchannel"
href=
"{{channelURL}}"
onclick=
"YOHODCLICK('home','web','popContentChannel')"
>
{{channelClass}}
</a>
|
{{/if}}
</span>
<a
class=
"detail"
href=
"{{link}}"
_title=
"{{detail}}"
>
{{detail}}
</a>
<a
class=
"detail"
href=
"{{link}}"
_title=
"{{detail}}"
onclick=
"YOHODCLICK('home','web','popContent')"
>
{{detail}}
</a>
</span>
{{/ pop}}
</span>
...
...
partials/default/default_pop_top.html
View file @
b5c489f
...
...
@@ -5,13 +5,13 @@
{{# pop}}
<span
class=
"pop-link swiper-slide"
href=
"{{link}}"
target=
"_blank"
>
<a><img
src=
"{{img}}"
class=
"img"
/></a>
<a
href=
"{{link}}"
class=
"title"
_title=
"{{title}}"
>
{{title}}
</a>
<a
href=
"{{link}}"
class=
"title"
_title=
"{{title}}"
onclick=
"YOHODCLICK('home','web','popContent')"
>
{{title}}
</a>
<span
class=
"date default-pop-date"
_time=
"{{time}}"
>
{{#if channelClass}}
<a
target=
"_blank"
href=
"{{link}}"
class=
"default-pop-subchannel"
href=
"{{channelURL}}"
>
{{channelClass}}
</a>
|
<a
target=
"_blank"
href=
"{{link}}"
class=
"default-pop-subchannel"
href=
"{{channelURL}}"
onclick=
"YOHODCLICK('home','web','popContentChannel')"
>
{{channelClass}}
</a>
|
{{/if}}
</span>
<a
class=
"detail"
href=
"{{link}}"
_title=
"{{detail}}"
>
{{detail}}
</a>
<a
class=
"detail"
href=
"{{link}}"
_title=
"{{detail}}"
onclick=
"YOHODCLICK('home','web','popContent')"
>
{{detail}}
</a>
</span>
{{/ pop}}
</span>
...
...
partials/default/follow_us.html
View file @
b5c489f
...
...
@@ -4,14 +4,14 @@
{{^ fanti}} 关注我们 {{/ fanti}}
</div>
<ul
class=
"icons-content"
>
<li><a
href=
"http://app.yohoshow.com"
target=
"_blank"
class=
"icons show"
></a></li>
<li><a
href=
"http://weibo.com/yohomedia"
target=
"_blank"
class=
"icons sina"
></a></li>
<li><a
href=
"http://app.yohoshow.com"
target=
"_blank"
class=
"icons show"
onclick=
"YOHODCLICK('follow','web','showHome')"
></a></li>
<li><a
href=
"http://weibo.com/yohomedia"
target=
"_blank"
class=
"icons sina"
onclick=
"YOHODCLICK('follow','web','sinaHome')"
></a></li>
<li
class=
"li-weixin"
>
<a
class=
"icons weixin"
></a>
<a
class=
"pop"
style=
"display: none;"
><img
class=
"lazy bitmap"
src=
"http://rescdn.yohoboys.com/res/new/boys/images/webxin_followus.jpg"
data-original=
"http://rescdn.yohoboys.com/res/new/boys/images/webxin_followus.jpg"
alt=
"follow yoho!boys"
style=
"display: block;"
></a>
</li>
<li><a
href=
"http://facebook.com/YOHOBOY"
target=
"_blank"
class=
"icons facebook"
></a></li>
<li><a
href=
"http://instagram.com/YOHOBOY"
target=
"_blank"
class=
"icons inst"
></a></li>
<li><a
href=
"http://facebook.com/YOHOBOY"
target=
"_blank"
class=
"icons facebook"
onclick=
"YOHODCLICK('follow','web','facebookHome')"
></a></li>
<li><a
href=
"http://instagram.com/YOHOBOY"
target=
"_blank"
class=
"icons inst"
onclick=
"YOHODCLICK('follow','web','instagramHome')"
></a></li>
</ul>
<div
class=
"follow-us-input-content"
>
<input
type=
"text"
value=
""
class=
"followus-input"
placeholder=
"me@email.com"
>
...
...
partials/default/share320.html
View file @
b5c489f
...
...
@@ -3,10 +3,10 @@
<div
id=
"share"
cover=
"{{cover}}"
data-link=
"{{dataLink}}"
>
<div
class=
"share-main"
>
<ul>
<li
class=
"yohoo-share-button-sina"
><a
href=
"javascript:;"
></a></li>
<li
class=
"yohoo-share-button-qq"
><a
href=
"javascript:;"
></a></li>
<li
class=
"yohoo-share-button-facebook"
><a
href=
"javascript:;"
></a></li>
<li
class=
"yohoo-share-button-tweet"
><a
href=
"javascript:;"
></a></li>
<li
class=
"yohoo-share-button-sina"
><a
href=
"javascript:;"
onclick=
"YOHODCLICK('share','mobile','shareSina')"
></a></li>
<li
class=
"yohoo-share-button-qq"
><a
href=
"javascript:;"
onclick=
"YOHODCLICK('share','mobile','shareQq')"
></a></li>
<li
class=
"yohoo-share-button-facebook"
><a
href=
"javascript:;"
onclick=
"YOHODCLICK('share','mobile','shareFacebook')"
></a></li>
<li
class=
"yohoo-share-button-tweet"
><a
href=
"javascript:;"
onclick=
"YOHODCLICK('share','mobile','shareTweet')"
></a></li>
</ul>
</div>
</div>
...
...
partials/detail/detail_side.html
View file @
b5c489f
<div
class=
"detail-side"
>
{{# ad}}
<div
class=
"detail-ad"
>
<a
href=
"{{url}}"
><img
src=
"{{src}}"
alt=
"
"
></a>
<a
href=
"{{url}}"
target=
"_blank"
onclick=
"YOHODCLICK('detail','web','rightBannerHK')"
><img
src=
"{{src}}"
alt=
"{{alt}}
"
></a>
</div>
{{/ ad}}
{{> detail/detail_side_download}}
...
...
partials/detail/detail_side_hk.html
View file @
b5c489f
<div
class=
"detail-side"
>
{{# ad}}
<div
class=
"detail-ad"
>
<a
href=
"{{url}}"
><img
src=
"{{src}}"
alt=
"
"
></a>
<a
href=
"{{url}}"
target=
"_blank"
onclick=
"YOHODCLICK('detail','web','rightBannerHK')"
><img
src=
"{{src}}"
alt=
"{{alt}}
"
></a>
</div>
{{/ ad}}
{{> detail/detail_side_download}}
...
...
partials/layout/footer320.html
View file @
b5c489f
...
...
@@ -2,28 +2,55 @@
<footer
class=
"girl-footer"
>
<span
class=
"come-back"
>
返回顶部
</span>
<div
class=
"login-language"
>
<span
class=
"side-bar-header"
onclick=
""
>
登录
</span>
<a
class=
"language"
href=
"/go/location"
>
繁体
</a>
<span
class=
"side-bar-header"
onclick=
"YOHODCLICK('login','mobile','clickCN')"
>
登录
</span>
<a
class=
"language"
href=
"/go/location"
onclick=
"YOHODCLICK('traditional','mobile','clickCN')"
>
繁体
</a>
</div>
<ul
class=
"info"
>
<li><a
href=
"/channel/about/index"
>
关于
</a></li>
<li><a
href=
"/channel/about/feedback"
>
意见反馈
</a></li>
<li><a
href=
"/channel/about/privacy"
>
隐私条款
</a></li>
<li><a
href=
"/channel/about/copyright"
>
版权声明
</a></li>
<li><a
href=
"/channel/about/contactus"
>
联系我们
</a></li>
<li><a
href=
"/channel/about/links"
>
友情链接
</a></li>
<li><a
href=
"/channel/about/yohogirls-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','yohogirls')"
>
关于我们
</a></li>
<li><a
href=
"/channel/about/feedback-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','feedback')"
>
意见反馈
</a></li>
<li><a
href=
"/channel/about/privacy-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','privacy')"
>
隐私条款
</a></li>
<li><a
href=
"/channel/about/copyright-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','copyright')"
>
版权声明
</a></li>
<li><a
href=
"/channel/about/contactus-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','contactus')"
>
联系我们
</a></li>
<li><a
href=
"/channel/about/links-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','links')"
>
友情链接
</a></li>
</ul>
<p>
CopyRight
©
2015 南京新与力文化传播有限公司
<br
/>
苏ICP备09011225号
</p>
<p>
CopyRight
©
2015 南京新与力文化传播有限公司
<br
/>
苏ICP备09011225号
</p>
</footer>
</div>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/mobile.js"
></script>
<!--<script src="http://cmsres.dev.yoho.cn/js/lib/sea-debug.js?nowrap"></script>-->
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
common
.
init
();
});
seajs
.
use
([
'js/common'
],
function
(
common
)
{
common
.
init
();
});
</script>
{{> common/script320}}
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"//hm.baidu.com/hm.js?f39f60905b000a015518a31b88bade9c"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<script>
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
){
i
[
'GoogleAnalyticsObject'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
(){
(
i
[
r
].
q
=
i
[
r
].
q
||
[]).
push
(
arguments
)},
i
[
r
].
l
=
1
*
new
Date
();
a
=
s
.
createElement
(
o
),
m
=
s
.
getElementsByTagName
(
o
)[
0
];
a
.
async
=
1
;
a
.
src
=
g
;
m
.
parentNode
.
insertBefore
(
a
,
m
)
})(
window
,
document
,
'script'
,
'//www.google-analytics.com/analytics.js'
,
'ga'
);
ga
(
'create'
,
'UA-54036369-1'
,
'auto'
);
ga
(
'send'
,
'pageview'
);
</script>
<script>
(
function
(
w
,
d
,
s
,
j
,
f
){
w
[
'YohoAcquisitionObject'
]
=
f
;
w
[
f
]
=
function
(){
w
[
f
].
p
=
arguments
;};
var
a
=
d
.
createElement
(
s
);
var
m
=
d
.
getElementsByTagName
(
s
)[
0
];
a
.
async
=
1
;
a
.
src
=
j
;
m
.
parentNode
.
insertBefore
(
a
,
m
);
})(
window
,
document
,
'script'
,
'//cdn.yoho.cn/yas-jssdk/1.0.5/yas.js'
,
'_yas'
);
_yas
(
1
*
new
Date
(),
'1.0'
,
'yohogirls_m'
,
''
,
''
);
</script>
</body>
</html>
\ No newline at end of file
...
...
partials/layout/footer_fan.html
View file @
b5c489f
...
...
@@ -2,33 +2,33 @@
<div
class=
"bottom-content"
>
<div
class=
"girls"
>
<span
class=
"girlbitmap"
></span>
<span
class=
"icon"
><a
href=
"{{girlDownloadUrl}}"
target=
"_blank"
></a></span>
<span
class=
"icon"
><a
href=
"{{girlDownloadUrl}}"
target=
"_blank"
onclick=
"YOHODCLICK('download','web','downGirl')"
></a></span>
<span
class=
"text-area"
>
<a
class=
"title"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
>
YOHO!GIRLS
</a>
<a
class=
"subtitle"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
>
No Fashion,No Life
</a>
<a
class=
"detail"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
>
線上週刊,帶你覽遍世界仙蹤
</a>
<a
class=
"title"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downGirl')"
>
YOHO!GIRLS
</a>
<a
class=
"subtitle"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downGirl')"
>
No Fashion,No Life
</a>
<a
class=
"detail"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downGirl')"
>
線上週刊,帶你覽遍世界仙蹤
</a>
</span>
</div>
<span
class=
'split-line'
></span>
<div
class=
"boys"
>
<span
class=
"boybitmap"
></span>
<span
class=
"icon"
><a
href=
"{{boyDownloadUrl}}"
target=
"_blank"
></a></span>
<span
class=
"icon"
><a
href=
"{{boyDownloadUrl}}"
target=
"_blank"
onclick=
"YOHODCLICK('download','web','downBoy')"
></a></span>
<span
class=
"text-area"
>
<a
class=
"title"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
>
YOHO!BOYS
</a>
<a
class=
"subtitle"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
>
We love to Play
&
Lean
</a>
<a
class=
"detail"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
>
線上週刊,潮流百科生活
</a>
<a
class=
"title"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downBoy')"
>
YOHO!BOYS
</a>
<a
class=
"subtitle"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downBoy')"
>
We love to Play
&
Lean
</a>
<a
class=
"detail"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downBoy')"
>
線上週刊,潮流百科生活
</a>
</span>
</div>
</div>
<div
class=
"bottom-right"
>
<div
class=
"div-right"
>
<span
class=
"span-links"
>
<a
class=
"links"
href=
"/channel/about/yohogirls-index.html"
>
關於我們
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/contactus-index.html"
>
聯繫我們
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/servers-index.html"
>
版權聲明
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/privacy-index.html"
>
隱私條款
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/feedback-index.html"
>
意見反饋
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/links-index.html"
>
友情鏈接
</a>
<a
class=
"links"
href=
"/channel/about/yohogirls-index.html"
onclick=
"YOHODCLICK('abouts','web','yohogirls')"
>
關於我們
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/contactus-index.html"
onclick=
"YOHODCLICK('abouts','web','contactus')"
>
聯繫我們
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/servers-index.html"
onclick=
"YOHODCLICK('abouts','web','servers')"
>
版權聲明
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/privacy-index.html"
onclick=
"YOHODCLICK('abouts','web','privacy')"
>
隱私條款
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/feedback-index.html"
onclick=
"YOHODCLICK('abouts','web','feedback')"
>
意見反饋
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/links-index.html"
onclick=
"YOHODCLICK('abouts','web','links')"
>
友情鏈接
</a>
</span>
<span
class=
"span-right"
>
CopyRight
©
2015 南京新與力文化傳播有限公司 蘇ICP備09011225號
...
...
partials/layout/footer_hk320.html
View file @
b5c489f
...
...
@@ -2,28 +2,55 @@
<footer
class=
"girl-footer"
>
<span
class=
"come-back"
>
返回頂部
</span>
<div
class=
"login-language"
>
<span
class=
"side-bar-header"
onclick=
""
>
登錄
</span>
<a
class=
"language"
href=
"/go/location"
>
簡體
</a>
<span
class=
"side-bar-header"
onclick=
"YOHODCLICK('login','mobile','clickHK')"
>
登錄
</span>
<a
class=
"language"
href=
"/go/location"
onclick=
"YOHODCLICK('traditional','mobile','clickHK')"
>
簡體
</a>
</div>
<ul
class=
"info"
>
<li><a
href=
"/channel/about/index"
>
關於
</a></li>
<li><a
href=
"/channel/about/feedback"
>
意見反饋
</a></li>
<li><a
href=
"/channel/about/privacy"
>
隱私條款
</a></li>
<li><a
href=
"/channel/about/copyright"
>
版權聲明
</a></li>
<li><a
href=
"/channel/about/contactus"
>
聯系我們
</a></li>
<li><a
href=
"/channel/about/links"
>
友情鏈接
</a></li>
<li><a
href=
"/channel/about/yohogirls-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','yohogirls')"
>
關於我們
</a></li>
<li><a
href=
"/channel/about/feedback-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','feedback')"
>
意見反饋
</a></li>
<li><a
href=
"/channel/about/privacy-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','privacy')"
>
隱私條款
</a></li>
<li><a
href=
"/channel/about/copyright-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','copyright')"
>
版權聲明
</a></li>
<li><a
href=
"/channel/about/contactus-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','contactus')"
>
聯系我們
</a></li>
<li><a
href=
"/channel/about/links-mobile.html"
onclick=
"YOHODCLICK('abouts','mobile','links')"
>
友情鏈接
</a></li>
</ul>
<p>
CopyRight
©
2015 南京新與力文化傳播有限公司
<br
/>
蘇ICP備09011225號
</p>
<p>
CopyRight
©
2015 南京新與力文化傳播有限公司
<br
/>
蘇ICP備09011225號
</p>
</footer>
</div>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/js/util/seajs_test.js"
></script>
<script
type=
"text/javascript"
src=
"http://cmsres.test.yoho.cn/res/new/girls/mobile.js"
></script>
<!--<script src="http://cmsres.dev.yoho.cn/js/lib/sea-debug.js?nowrap"></script>-->
<script
type=
"text/javascript"
>
seajs
.
use
([
'js/common'
],
function
(
common
)
{
common
.
init
();
});
seajs
.
use
([
'js/common'
],
function
(
common
)
{
common
.
init
();
});
</script>
{{> common/script320}}
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"//hm.baidu.com/hm.js?f39f60905b000a015518a31b88bade9c"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<script>
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
){
i
[
'GoogleAnalyticsObject'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
(){
(
i
[
r
].
q
=
i
[
r
].
q
||
[]).
push
(
arguments
)},
i
[
r
].
l
=
1
*
new
Date
();
a
=
s
.
createElement
(
o
),
m
=
s
.
getElementsByTagName
(
o
)[
0
];
a
.
async
=
1
;
a
.
src
=
g
;
m
.
parentNode
.
insertBefore
(
a
,
m
)
})(
window
,
document
,
'script'
,
'//www.google-analytics.com/analytics.js'
,
'ga'
);
ga
(
'create'
,
'UA-54036369-1'
,
'auto'
);
ga
(
'send'
,
'pageview'
);
</script>
<script>
(
function
(
w
,
d
,
s
,
j
,
f
){
w
[
'YohoAcquisitionObject'
]
=
f
;
w
[
f
]
=
function
(){
w
[
f
].
p
=
arguments
;};
var
a
=
d
.
createElement
(
s
);
var
m
=
d
.
getElementsByTagName
(
s
)[
0
];
a
.
async
=
1
;
a
.
src
=
j
;
m
.
parentNode
.
insertBefore
(
a
,
m
);
})(
window
,
document
,
'script'
,
'//cdn.yoho.cn/yas-jssdk/1.0.5/yas.js'
,
'_yas'
);
_yas
(
1
*
new
Date
(),
'1.0'
,
'yohogirls_m'
,
''
,
''
);
</script>
</body>
</html>
\ No newline at end of file
...
...
partials/layout/footer_jian.html
View file @
b5c489f
...
...
@@ -2,33 +2,33 @@
<div
class=
"bottom-content"
>
<div
class=
"girls"
>
<span
class=
"girlbitmap"
></span>
<span
class=
"icon"
><a
href=
"{{girlDownloadUrl}}"
target=
"_blank"
></a></span>
<span
class=
"icon"
><a
href=
"{{girlDownloadUrl}}"
target=
"_blank"
onclick=
"YOHODCLICK('download','web','downGirl')"
></a></span>
<span
class=
"text-area"
>
<a
class=
"title"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
>
YOHO!GIRLS
</a>
<a
class=
"subtitle"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
>
No Fashion,No Life
</a>
<a
class=
"detail"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
>
线上周刊,带你览遍世界仙踪
</a>
<a
class=
"title"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downGirl')"
>
YOHO!GIRLS
</a>
<a
class=
"subtitle"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downGirl')"
>
No Fashion,No Life
</a>
<a
class=
"detail"
target=
"_blank"
href=
"{{girlDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downGirl')"
>
线上周刊,带你览遍世界仙踪
</a>
</span>
</div>
<span
class=
'split-line'
></span>
<div
class=
"boys"
>
<span
class=
"boybitmap"
></span>
<span
class=
"icon"
><a
href=
"{{boyDownloadUrl}}"
target=
"_blank"
></a></span>
<span
class=
"icon"
><a
href=
"{{boyDownloadUrl}}"
target=
"_blank"
onclick=
"YOHODCLICK('download','web','downBoy')"
></a></span>
<span
class=
"text-area"
>
<a
class=
"title"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
>
YOHO!BOYS
</a>
<a
class=
"subtitle"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
>
We love to Play
&
Lean
</a>
<a
class=
"detail"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
>
线上周刊,潮流百科生活
</a>
<a
class=
"title"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downBoy')"
>
YOHO!BOYS
</a>
<a
class=
"subtitle"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downBoy')"
>
We love to Play
&
Lean
</a>
<a
class=
"detail"
target=
"_blank"
href=
"{{boyDownloadUrl}}"
onclick=
"YOHODCLICK('download','web','downBoy')"
>
线上周刊,潮流百科生活
</a>
</span>
</div>
</div>
<div
class=
"bottom-right"
>
<div
class=
"div-right"
>
<span
class=
"span-links"
>
<a
class=
"links"
href=
"/channel/about/yohogirls-index.html"
>
关于我们
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/contactus-index.html"
>
联系我们
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/servers-index.html"
>
版权声明
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/privacy-index.html"
>
隐私条款
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/feedback-index.html"
>
意见反馈
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/links-index.html"
>
友情链接
</a>
<a
class=
"links"
href=
"/channel/about/yohogirls-index.html"
onclick=
"YOHODCLICK('abouts','web','yohogirls')"
>
关于我们
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/contactus-index.html"
onclick=
"YOHODCLICK('abouts','web','contactus')"
>
联系我们
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/servers-index.html"
onclick=
"YOHODCLICK('abouts','web','servers')"
>
版权声明
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/privacy-index.html"
onclick=
"YOHODCLICK('abouts','web','privacy')"
>
隐私条款
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/feedback-index.html"
onclick=
"YOHODCLICK('abouts','web','feedback')"
>
意见反馈
</a><a
class=
"line"
></a>
<a
class=
"links"
href=
"/channel/about/links-index.html"
onclick=
"YOHODCLICK('abouts','web','links')"
>
友情链接
</a>
</span>
<span
class=
"span-right"
>
CopyRight
©
2015 南京新与力文化传播有限公司 苏ICP备09011225号
...
...
partials/layout/header320.html
View file @
b5c489f
...
...
@@ -26,20 +26,20 @@
{{> common/downloadapp320}}
<!--header-->
<header
class=
"girl-header"
>
<span
class=
"header-logo"
>
Logo
</span>
<a
class=
"header-search"
href=
"/search"
>
search
</a>
<span
class=
"header-logo"
>
YOHO!GIRLS
</span>
<a
class=
"header-search"
href=
"/search"
onclick=
"YOHODCLICK('search','mobile','clickCN')"
>
search
</a>
</header>
<!--nav-->
<div
class=
"girl-nav-wrapper"
>
<nav
class=
"girl-nav swiper-container"
>
<ul
class=
"swiper-wrapper"
>
<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>
<li
class=
"swiper-slide nav-lifestyle"
><a
href=
"/lifestyle/mobile.html"
>
lifestyle
</a></li>
<li
class=
"swiper-slide nav-magazine"
><a
href=
"/magazine/mobile.html"
>
magazine
</a></li>
<li
class=
"swiper-slide nav-video"
><a
href=
"/video/mobile.html"
>
video
</a></li>
<li
class=
"swiper-slide nav-default"
><a
href=
"/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','homeCN')"
>
home
</a></li>
<li
class=
"swiper-slide nav-fashion"
><a
href=
"/fashion/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','fashionCN')"
>
fashion
</a></li>
<li
class=
"swiper-slide nav-beauty"
><a
href=
"/beauty/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','beautyCN')"
>
beauty
</a></li>
<li
class=
"swiper-slide nav-sport"
><a
href=
"/sports/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','sport')"
>
sport
</a></li>
<li
class=
"swiper-slide nav-lifestyle"
><a
href=
"/lifestyle/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','lifestyleCN')"
>
lifestyle
</a></li>
<li
class=
"swiper-slide nav-magazine"
><a
href=
"/magazine/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','magazineCN')"
>
magazine
</a></li>
<li
class=
"swiper-slide nav-video"
><a
href=
"/video/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','videoCN')"
>
video
</a></li>
</ul>
</nav>
</div>
\ No newline at end of file
...
...
partials/layout/header_fan.html
View file @
b5c489f
...
...
@@ -26,23 +26,23 @@
<li
class=
"item enterprise-girls item-choosen"
><span
style=
"color:#000;"
>
YOHO!GIRLS
</span><a
href=
"http://www.yohogirls.com"
target=
"_blank"
>
女生潮流
</a></li>
<li
class=
"item enterprise-show"
><span>
YOHO!SHOW
</span><a
href=
"http://www.yohoshow.com"
target=
"_blank"
>
物趣分享
</a></li>
<li
class=
"item enterprise-yohood"
><span>
YOHOOD
</span><a
href=
"http://www.yohood.cn"
target=
"_blank"
>
潮流嘉年華
</a></li>
<li
class=
"jianfan"
><a
class=
"unchoosen"
href=
"/go/location"
>
简
</a>
<a
class=
"unchoosen"
>
/
</a>
<span
class=
"choosen"
>
繁
</span></li>
<li
class=
"jianfan"
><a
class=
"unchoosen"
href=
"/go/location"
onclick=
"YOHODCLICK('traditional','web','clickHK')"
>
简
</a>
<a
class=
"unchoosen"
>
/
</a>
<span
class=
"choosen"
>
繁
</span></li>
</ul>
</div>
<!--高的集团导航-->
<div
class=
"enterprise"
id=
"maxEnterprise"
>
<div
class=
"menu-item logo {{# channel}} black_logo{{/ channel}}"
><a
href=
"
../index.html
"
></a></div>
<div
class=
"menu-item logo {{# channel}} black_logo{{/ channel}}"
><a
href=
"
/index.html"
onclick=
"YOHODCLICK('channel','web','homeHK')
"
></a></div>
<div
class=
"menubar-header menubar-header-{{channel}}"
>
<div
class=
"menubar"
>
<div
class=
"menu-item menu-item-fashion"
>
<span
class=
" menu-link-fashion fashion-choosen menu-link-channel "
>
<a
class=
"text"
>
fashion
</a>
<a
class=
"hover-text"
>
時尚
</a>
<a
class=
"menu"
href=
"/fashion/index.html"
></a>
<a
class=
"menu"
href=
"/fashion/index.html"
onclick=
"YOHODCLICK('channel','web','fashionHK')"
></a>
<div
class=
"submenu submenu-fashion"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/fashion/index.html
"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/fashion/index.html"
onclick=
"YOHODCLICK('channel','web','moreFashionHK')
"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -51,11 +51,11 @@
<a
class=
"text"
>
beauty
</a>
<a
class=
"hover-text"
>
美麗
</a>
<a
class=
"menu"
href=
"/beauty/index.html"
></a>
<a
class=
"menu"
href=
"/beauty/index.html"
onclick=
"YOHODCLICK('channel','web','beautyHK')"
></a>
<div
class=
"submenu submenu-beauty"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/beauty/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/beauty/index.html"
onclick=
"YOHODCLICK('channel','web','moreBeautyHK')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -63,11 +63,11 @@
<span
class=
"menu-link-channel menu-link-sport sports-choosen"
>
<a
class=
"text"
>
sports
</a>
<a
class=
"hover-text"
>
運動
</a>
<a
class=
"menu"
href=
"/sports/index.html"
></a>
<a
class=
"menu"
href=
"/sports/index.html"
onclick=
"YOHODCLICK('channel','web','sportHK')"
></a>
<div
class=
"submenu submenu-sport"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/sport/index.html"
>
More
>
</a></div>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/sport/index.html"
onclick=
"YOHODCLICK('channel','web','moreSportHK')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -75,11 +75,11 @@
<span
class=
"menu-link-channel menu-link-lifestyle lifestyle-choosen"
>
<a
class=
"text"
>
lifestyle
</a>
<a
class=
"hover-text"
>
生活
</a>
<a
class=
"menu"
href=
"/lifestyle/index.html"
></a>
<a
class=
"menu"
href=
"/lifestyle/index.html"
onclick=
"YOHODCLICK('channel','web','lifestyleHK')"
></a>
<div
class=
"submenu submenu-lifestyle"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/lifestyle/index.html"
>
More
>
</a></div>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/lifestyle/index.html"
onclick=
"YOHODCLICK('channel','web','moreLifestyleHK')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -87,17 +87,17 @@
<span
class=
"menu-link-channel menu-link-video video-choosen"
>
<a
class=
"text"
>
video
</a>
<a
class=
"hover-text"
>
視頻
</a>
<a
class=
"menu"
href=
"/video/index.html"
></a>
<a
class=
"menu"
href=
"/video/index.html"
onclick=
"YOHODCLICK('channel','web','videoHK')"
></a>
<div
class=
"submenu submenu-video"
>
<div
class=
"left-menu"
>
{{# videoSubmenu}}
<a
class=
" menu-text"
{{#
isChoosen
}}
style=
"color:#c9caca;"
{{/
isChoosen
}}
target=
"_blank"
href=
"{{link}}"
>
{{text}}
</a>
<a
class=
" menu-text"
{{#
isChoosen
}}
style=
"color:#c9caca;"
{{/
isChoosen
}}
target=
"_blank"
href=
"{{link}}"
onclick=
"YOHODCLICK('channel','web','videoSubChannelHK')"
>
{{text}}
</a>
{{/ videoSubmenu}}
</div>
<div
class=
"right-content"
>
<div
class=
"submenu-loading"
></div>
</div>
<div
class=
"right-more"
><a
class=
"more-content-right"
href=
"/video/index.html"
>
More
>
</a></div>
<div
class=
"right-more"
><a
class=
"more-content-right"
href=
"/video/index.html"
onclick=
"YOHODCLICK('channel','web','moreVideoHK')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -105,16 +105,16 @@
<span
class=
"menu-link-channel menu-link-magazine magazine-choosen "
>
<a
class=
"text"
style=
"text-align:left;"
>
magazine
</a>
<a
class=
"hover-text"
>
雜誌
</a>
<a
class=
"menu"
href=
"/magazine/index.html"
></a>
</span>
<a
class=
"menu"
href=
"/magazine/index.html"
onclick=
"YOHODCLICK('channel','web','magazineHK')"
></a>
</span>
</div>
<span
class=
"right iconfont search-area"
>
<span
class=
"search-loading-icon"
style=
"display: none;"
></span>
<a
class=
"search-icon"
href=
"/search"
></a>
<a
class=
"search-icon"
href=
"/search"
onclick=
"YOHODCLICK('search','web','clickHK')"
></a>
<span
class=
"search-text search-text-big"
style=
"display: inline;"
>
<span
class=
"search-text-content"
>
search...
</span>
<input
name=
"q"
class=
"search-input-box search-input-box-big ac_input"
autocomplete=
"off"
style=
"display: none;"
/>
<a
searchURL=
"/search"
class=
"home-search-button"
id=
"search-button"
style=
"display: none;"
value=
""
></a>
<a
searchURL=
"/search"
class=
"home-search-button"
id=
"search-button"
style=
"display: none;"
value=
""
onclick=
"YOHODCLICK('search','web','clickHK')"
></a>
</span>
<span
class=
"splitline"
></span>
</span>
...
...
@@ -129,22 +129,22 @@
<li
class=
"item enterprise-girls item-choosen"
><span
style=
"color:#000;"
>
YOHO!GIRLS
</span><a
href=
"http://www.yohogirls.com"
target=
"_blank"
>
女生潮流
</a></li>
<li
class=
"item enterprise-show"
><span>
YOHO!SHOW
</span><a
href=
"http://www.yohoshow.com"
target=
"_blank"
>
物趣分享
</a></li>
<li
class=
"item enterprise-yohood"
><span>
YOHOOD
</span><a
href=
"http://www.yohood.cn"
target=
"_blank"
>
潮流嘉年華
</a></li>
<li
class=
"jianfan"
><a
class=
"unchoosen"
href=
"/go/location
"
>
简
</a>
<a
class=
"unchoosen"
>
/
</a>
<span
class=
"choosen"
>
繁
</span></li>
<li
class=
"jianfan"
><a
class=
"unchoosen"
href=
"/go/location"
onclick=
"YOHODCLICK('traditional','web','clickHK')
"
>
简
</a>
<a
class=
"unchoosen"
>
/
</a>
<span
class=
"choosen"
>
繁
</span></li>
</ul>
</div>
<div
class=
"minEnterprise"
id=
"minEnterprise"
style=
"display:none;"
>
<div
class=
"menu-item logo {{# channel}} black_logo{{/ channel}}"
><a
href=
"
../index.html
"
></a></div>
<div
class=
"menu-item logo {{# channel}} black_logo{{/ channel}}"
><a
href=
"
/index.html"
onclick=
"YOHODCLICK('channel','web','homeHK')
"
></a></div>
<div
class=
"menubar-header menubar-header-{{channel}}"
>
<div
class=
"menubar"
>
<div
class=
"menu-item menu-item-fashion"
>
<span
class=
" menu-link-fashion fashion-choosen menu-link-channel "
>
<a
class=
"text"
>
fashion
</a>
<a
class=
"hover-text"
>
時尚
</a>
<a
class=
"menu"
href=
"/fashion/index.html"
></a>
<a
class=
"menu"
href=
"/fashion/index.html"
onclick=
"YOHODCLICK('channel','web','fashionHK')"
></a>
<div
class=
"submenu submenu-fashion"
>
<div
class=
"submenu-loading"
></div>
<!--<span class="arrow"></span>-->
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/fashion/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/fashion/index.html"
onclick=
"YOHODCLICK('channel','web','moreFashionHK')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -152,11 +152,11 @@
<span
class=
"menu-link-channel menu-link-beauty beauty-choosen"
>
<a
class=
"text"
>
beauty
</a>
<a
class=
"hover-text"
>
美麗
</a>
<a
class=
"menu"
href=
"/beauty/index.html"
></a>
<a
class=
"menu"
href=
"/beauty/index.html"
onclick=
"YOHODCLICK('channel','web','beautyHK')"
></a>
<div
class=
"submenu submenu-beauty"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/beauty/index.html"
>
More
>
</a></div>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/beauty/index.html"
onclick=
"YOHODCLICK('channel','web','moreBeautyHK')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -164,11 +164,11 @@
<span
class=
"menu-link-channel menu-link-sport sports-choosen"
>
<a
class=
"text"
>
sports
</a>
<a
class=
"hover-text"
>
運動
</a>
<a
class=
"menu"
href=
"/sports/index.html"
></a>
<a
class=
"menu"
href=
"/sports/index.html"
onclick=
"YOHODCLICK('channel','web','sportHK')"
></a>
<div
class=
"submenu submenu-sport"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/sports/index.html"
>
More
>
</a></div>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/sports/index.html"
onclick=
"YOHODCLICK('channel','web','moreSportHK')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -176,11 +176,11 @@
<span
class=
"menu-link-channel menu-link-lifestyle lifestyle-choosen"
>
<a
class=
"text"
>
lifestyle
</a>
<a
class=
"hover-text"
>
生活
</a>
<a
class=
"menu"
href=
"/lifestyle/index.html"
></a>
<a
class=
"menu"
href=
"/lifestyle/index.html"
onclick=
"YOHODCLICK('channel','web','lifestyleHK')"
></a>
<div
class=
"submenu submenu-lifestyle"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/lifestyle/index.html"
>
More
>
</a></div>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/lifestyle/index.html"
onclick=
"YOHODCLICK('channel','web','moreLifestyleHK')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -188,17 +188,17 @@
<span
class=
"menu-link-channel menu-link-video video-choosen"
>
<a
class=
"text"
>
video
</a>
<a
class=
"hover-text"
>
視頻
</a>
<a
class=
"menu"
href=
"/video/index.html"
></a>
<a
class=
"menu"
href=
"/video/index.html"
onclick=
"YOHODCLICK('channel','web','videoHK')"
></a>
<div
class=
"submenu submenu-video"
>
<div
class=
"left-menu"
>
{{# videoSubmenu}}
<a
class=
" menu-text"
{{#
isChoosen
}}
style=
"color:#c9caca;"
{{/
isChoosen
}}
target=
"_blank"
href=
"{{link}}
"
>
{{text}}
</a>
<a
class=
" menu-text"
{{#
isChoosen
}}
style=
"color:#c9caca;"
{{/
isChoosen
}}
target=
"_blank"
href=
"{{link}}"
onclick=
"YOHODCLICK('channel','web','videoSubChannelHK')
"
>
{{text}}
</a>
{{/ videoSubmenu}}
</div>
<div
class=
"right-content"
>
<div
class=
"submenu-loading"
></div>
</div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/video/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/video/index.html"
onclick=
"YOHODCLICK('channel','web','moreVideoHK')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -206,16 +206,16 @@
<span
class=
"menu-link-channel menu-link-magazine magazine-choosen "
>
<a
class=
"text"
style=
"text-align:left;"
>
magazine
</a>
<a
class=
"hover-text"
>
雜誌
</a>
<a
class=
"menu"
href=
"/magazine/index.html"
></a>
<a
class=
"menu"
href=
"/magazine/index.html"
onclick=
"YOHODCLICK('channel','web','magazineHK')"
></a>
</span>
</div>
<span
class=
"right iconfont search-area"
>
<span
class=
"search-loading-icon"
style=
"display: none;"
></span>
<a
class=
"search-icon"
href=
"/search"
></a>
<a
class=
"search-icon"
href=
"/search"
onclick=
"YOHODCLICK('search','web','clickHK')"
></a>
<span
class=
"search-text search-text-big"
style=
"display: inline;"
>
<span
class=
"search-text-content"
>
search...
</span>
<input
name=
"q"
class=
"search-input-box search-input-box-big ac_input"
autocomplete=
"off"
style=
"display: none;"
/>
<a
searchURL=
"/search"
class=
"home-search-button"
id=
"search-button"
style=
"display: none;"
value=
""
></a>
<a
searchURL=
"/search"
class=
"home-search-button"
id=
"search-button"
style=
"display: none;"
value=
""
onclick=
"YOHODCLICK('search','web','clickHK')"
></a>
</span>
<span
class=
"splitline"
></span>
</span>
...
...
partials/layout/header_hk320.html
View file @
b5c489f
...
...
@@ -26,20 +26,20 @@
{{> common/downloadapp320}}
<!--header-->
<header
class=
"girl-header"
>
<span
class=
"header-logo"
>
Logo
</span>
<a
class=
"header-search"
href=
"/search"
>
search
</a>
<span
class=
"header-logo"
>
YOHO!GIRLS
</span>
<a
class=
"header-search"
href=
"/search"
onclick=
"YOHODCLICK('search','mobile','clickHK')"
>
search
</a>
</header>
<!--nav-->
<div
class=
"girl-nav-wrapper"
>
<nav
class=
"girl-nav swiper-container"
>
<ul
class=
"swiper-wrapper"
>
<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>
<li
class=
"swiper-slide nav-lifestyle"
><a
href=
"/lifestyle/mobile.html"
>
lifestyle
</a></li>
<li
class=
"swiper-slide nav-magazine"
><a
href=
"/magazine/mobile.html"
>
magazine
</a></li>
<li
class=
"swiper-slide nav-video"
><a
href=
"/video/mobile.html"
>
video
</a></li>
<li
class=
"swiper-slide nav-default"
><a
href=
"/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','homeHK')"
>
home
</a></li>
<li
class=
"swiper-slide nav-fashion"
><a
href=
"/fashion/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','fashionHK')"
>
fashion
</a></li>
<li
class=
"swiper-slide nav-beauty"
><a
href=
"/beauty/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','beautyHK')"
>
beauty
</a></li>
<li
class=
"swiper-slide nav-sport"
><a
href=
"/sports/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','sport')"
>
sport
</a></li>
<li
class=
"swiper-slide nav-lifestyle"
><a
href=
"/lifestyle/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','lifestyleHK')"
>
lifestyle
</a></li>
<li
class=
"swiper-slide nav-magazine"
><a
href=
"/magazine/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','magazineHK')"
>
magazine
</a></li>
<li
class=
"swiper-slide nav-video"
><a
href=
"/video/mobile.html"
onclick=
"YOHODCLICK('channel','mobile','videoHK')"
>
video
</a></li>
</ul>
</nav>
</div>
\ No newline at end of file
...
...
partials/layout/header_jian.html
View file @
b5c489f
...
...
@@ -26,36 +26,35 @@
<li
class=
"item enterprise-girls item-choosen"
><span
style=
"color:#000;"
>
YOHO!GIRLS
</span><a
href=
"http://www.yohogirls.com"
target=
"_blank"
>
女生潮流
</a></li>
<li
class=
"item enterprise-show"
><span>
YOHO!SHOW
</span><a
href=
"http://www.yohoshow.com"
target=
"_blank"
>
物趣分享
</a></li>
<li
class=
"item enterprise-yohood"
><span>
YOHOOD
</span><a
href=
"http://www.yohood.cn"
target=
"_blank"
>
潮流嘉年华
</a></li>
<li
class=
"jianfan"
><span
class=
"choosen"
>
简
</span>
<a
class=
"unchoosen"
>
/
</a>
<a
class=
"unchoosen"
href=
"/go/location"
>
繁
</a></li>
<li
class=
"jianfan"
><span
class=
"choosen"
>
简
</span>
<a
class=
"unchoosen"
>
/
</a>
<a
class=
"unchoosen"
href=
"/go/location"
onclick=
"YOHODCLICK('traditional','web','clickCN')"
>
繁
</a></li>
</ul>
</div>
<!--高的集团导航-->
<div
class=
"enterprise"
id=
"maxEnterprise"
>
<div
class=
"menu-item logo {{# channel}} black_logo{{/ channel}}"
><a
href=
"
../index.html
"
></a></div>
<div
class=
"menu-item logo {{# channel}} black_logo{{/ channel}}"
><a
href=
"
/index.html"
onclick=
"YOHODCLICK('channel','web','homeCN')
"
></a></div>
<div
class=
"menubar-header menubar-header-{{channel}}"
>
<div
class=
"menubar"
>
<div
class=
"menu-item menu-item-fashion"
>
<span
class=
" menu-link-fashion fashion-choosen menu-link-channel "
>
<a
class=
"text"
>
fashion
</a>
<a
class=
"hover-text"
>
时尚
</a>
<a
class=
"menu"
href=
"/fashion/index.html"
></a>
<a
class=
"menu"
href=
"/fashion/index.html"
onclick=
"YOHODCLICK('channel','web','fashionCN')"
></a>
<div
class=
"submenu submenu-fashion"
>
<div
class=
"submenu-loading"
></div>
<!--<span class="arrow"></span>-->
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/fashion/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/fashion/index.html"
onclick=
"YOHODCLICK('channel','web','moreFashionCN')"
>
More
>
</a></div>
</div>
</span>
</div>
<div
class=
"menu-item menu-item-sports"
>
<span
class=
"menu-link-channel menu-link-beauty beauty-choosen"
>
<a
class=
"text"
>
beauty
</a>
<a
class=
"hover-text"
>
美丽
</a>
<a
class=
"menu"
href=
"/beauty/index.html"
></a>
<a
class=
"menu"
href=
"/beauty/index.html"
onclick=
"YOHODCLICK('channel','web','beautyCN')"
></a>
<div
class=
"submenu submenu-beauty"
>
<div
class=
"submenu-loading"
></div>
<!--<span class="arrow"></span>-->
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/beauty/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/beauty/index.html"
onclick=
"YOHODCLICK('channel','web','moreBeautyCN')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -63,11 +62,11 @@
<span
class=
"menu-link-channel menu-link-sport sports-choosen"
>
<a
class=
"text"
>
sports
</a>
<a
class=
"hover-text"
>
运动
</a>
<a
class=
"menu"
href=
"/sports/index.html"
></a>
<a
class=
"menu"
href=
"/sports/index.html"
onclick=
"YOHODCLICK('channel','web','sportCN')"
></a>
<div
class=
"submenu submenu-sport"
>
<div
class=
"submenu-loading"
></div>
<!--<span class="arrow"></span>-->
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/sport/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/sport/index.html"
onclick=
"YOHODCLICK('channel','web','moreSportCN')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -75,11 +74,11 @@
<span
class=
"menu-link-channel menu-link-lifestyle lifestyle-choosen"
>
<a
class=
"text"
>
lifestyle
</a>
<a
class=
"hover-text"
>
生活
</a>
<a
class=
"menu"
href=
"/lifestyle/index.html"
></a>
<a
class=
"menu"
href=
"/lifestyle/index.html"
onclick=
"YOHODCLICK('channel','web','lifestyleCN')"
></a>
<div
class=
"submenu submenu-lifestyle"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/lifestyle/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/lifestyle/index.html"
onclick=
"YOHODCLICK('channel','web','moreLifestyleCN')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -87,17 +86,17 @@
<span
class=
"menu-link-channel menu-link-video video-choosen"
>
<a
class=
"text"
>
video
</a>
<a
class=
"hover-text"
>
视频
</a>
<a
class=
"menu"
href=
"/video/index.html"
></a>
<a
class=
"menu"
href=
"/video/index.html"
onclick=
"YOHODCLICK('channel','web','videoCN')"
></a>
<div
class=
"submenu submenu-video"
>
<div
class=
"left-menu"
>
{{# videoSubmenu}}
<a
class=
" menu-text"
{{#
isChoosen
}}
style=
"color:#c9caca;"
{{/
isChoosen
}}
target=
"_blank"
href=
"{{link}}"
>
{{text}}
</a>
<a
class=
" menu-text"
{{#
isChoosen
}}
style=
"color:#c9caca;"
{{/
isChoosen
}}
target=
"_blank"
href=
"{{link}}"
onclick=
"YOHODCLICK('channel','web','videoSubChannelCN')"
>
{{text}}
</a>
{{/ videoSubmenu}}
</div>
<div
class=
"right-content"
>
<div
class=
"submenu-loading"
></div>
</div>
<div
class=
"right-more"
><a
class=
"more-content-right"
href=
"/video/index.html"
>
More
>
</a></div>
<div
class=
"right-more"
><a
class=
"more-content-right"
href=
"/video/index.html"
onclick=
"YOHODCLICK('channel','web','moreVideoCN')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -105,16 +104,16 @@
<span
class=
"menu-link-channel menu-link-magazine magazine-choosen "
>
<a
class=
"text"
style=
"text-align:left;"
>
magazine
</a>
<a
class=
"hover-text"
>
杂志
</a>
<a
class=
"menu"
href=
"/magazine/index.html"
></a>
<a
class=
"menu"
href=
"/magazine/index.html"
onclick=
"YOHODCLICK('channel','web','magazineCN')"
></a>
</span>
</div>
<span
class=
"right iconfont search-area"
>
<span
class=
"search-loading-icon"
style=
"display: none;"
></span>
<a
class=
"search-icon"
href=
"/search"
></a>
<a
class=
"search-icon"
href=
"/search"
onclick=
"YOHODCLICK('search','web','clickCN')"
></a>
<span
class=
"search-text search-text-big"
style=
"display: inline;"
>
<span
class=
"search-text-content"
>
search...
</span>
<input
name=
"q"
class=
"search-input-box search-input-box-big ac_input"
autocomplete=
"off"
style=
"display: none;"
/>
<a
searchURL=
"/search"
class=
"home-search-button"
id=
"search-button"
style=
"display: none;"
value=
""
></a>
<a
searchURL=
"/search"
class=
"home-search-button"
id=
"search-button"
style=
"display: none;"
value=
""
onclick=
"YOHODCLICK('search','web','clickCN')"
></a>
</span>
<span
class=
"splitline"
></span>
</span>
...
...
@@ -129,22 +128,22 @@
<li
class=
"item enterprise-girls item-choosen"
><span
style=
"color:#000;"
>
YOHO!GIRLS
</span><a
href=
"http://www.yohogirls.com"
target=
"_blank"
>
女生潮流
</a></li>
<li
class=
"item enterprise-show"
><span>
YOHO!SHOW
</span><a
href=
"http://www.yohoshow.com"
target=
"_blank"
>
物趣分享
</a></li>
<li
class=
"item enterprise-yohood"
><span>
YOHOOD
</span><a
href=
"http://www.yohood.cn"
target=
"_blank"
>
潮流嘉年华
</a></li>
<li
class=
"jianfan"
><span
class=
"choosen"
>
简
</span>
<a
class=
"unchoosen"
>
/
</a>
<a
class=
"unchoosen"
href=
"/go/location"
>
繁
</a></li>
<li
class=
"jianfan"
><span
class=
"choosen"
>
简
</span>
<a
class=
"unchoosen"
>
/
</a>
<a
class=
"unchoosen"
href=
"/go/location"
onclick=
"YOHODCLICK('traditional','web','clickCN')"
>
繁
</a></li>
</ul>
</div>
<div
class=
"minEnterprise"
id=
"minEnterprise"
style=
"display:none;"
>
<div
class=
"menu-item logo {{# channel}} black_logo{{/ channel}}"
><a
href=
"/index.html"
></a></div>
<div
class=
"menu-item logo {{# channel}} black_logo{{/ channel}}"
><a
href=
"/index.html"
onclick=
"YOHODCLICK('channel','web','homeCN')"
></a></div>
<div
class=
"menubar-header menubar-header-{{channel}}"
>
<div
class=
"menubar"
>
<div
class=
"menu-item menu-item-fashion"
>
<span
class=
" menu-link-fashion fashion-choosen menu-link-channel "
>
<a
class=
"text"
>
fashion
</a>
<a
class=
"hover-text"
>
时尚
</a>
<a
class=
"menu"
href=
"/fashion/index.html"
></a>
<a
class=
"menu"
href=
"/fashion/index.html"
onclick=
"YOHODCLICK('channel','web','fashionCN')"
></a>
<div
class=
"submenu submenu-fashion"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/fashion/index.html
"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/fashion/index.html"
onclick=
"YOHODCLICK('channel','web','moreFashionCN')
"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -152,11 +151,11 @@
<span
class=
"menu-link-channel menu-link-beauty beauty-choosen"
>
<a
class=
"text"
>
beauty
</a>
<a
class=
"hover-text"
>
美丽
</a>
<a
class=
"menu"
href=
"/beauty/index.html"
></a>
<a
class=
"menu"
href=
"/beauty/index.html"
onclick=
"YOHODCLICK('channel','web','beautyCN')"
></a>
<div
class=
"submenu submenu-beauty"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/beauty/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/beauty/index.html"
onclick=
"YOHODCLICK('channel','web','moreBeautyCN')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -164,11 +163,11 @@
<span
class=
"menu-link-channel menu-link-sport sports-choosen"
>
<a
class=
"text"
>
sports
</a>
<a
class=
"hover-text"
>
运动
</a>
<a
class=
"menu"
href=
"/sports/index.html"
></a>
<a
class=
"menu"
href=
"/sports/index.html"
onclick=
"YOHODCLICK('channel','web','sportCN')"
></a>
<div
class=
"submenu submenu-sport"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/sports/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/sports/index.html"
onclick=
"YOHODCLICK('channel','web','moreSportCN')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -176,11 +175,11 @@
<span
class=
"menu-link-channel menu-link-lifestyle lifestyle-choosen"
>
<a
class=
"text"
>
lifestyle
</a>
<a
class=
"hover-text"
>
生活
</a>
<a
class=
"menu"
href=
"/lifestyle/index.html"
></a>
<a
class=
"menu"
href=
"/lifestyle/index.html"
onclick=
"YOHODCLICK('channel','web','lifestyleCN')"
></a>
<div
class=
"submenu submenu-lifestyle"
>
<!--<span class="arrow"></span>-->
<div
class=
"submenu-loading"
></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/lifestyle/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/lifestyle/index.html"
onclick=
"YOHODCLICK('channel','web','moreLifestyleCN')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -188,17 +187,17 @@
<span
class=
"menu-link-channel menu-link-video video-choosen"
>
<a
class=
"text"
>
video
</a>
<a
class=
"hover-text"
>
视频
</a>
<a
class=
"menu"
href=
"/video/index.html"
></a>
<a
class=
"menu"
href=
"/video/index.html"
onclick=
"YOHODCLICK('channel','web','videoCN')"
></a>
<div
class=
"submenu submenu-video"
>
<div
class=
"left-menu"
>
{{# videoSubmenu}}
<a
class=
" menu-text"
{{#
isChoosen
}}
style=
"color:#c9caca;"
{{/
isChoosen
}}
target=
"_blank"
href=
"{{link}}"
>
{{text}}
</a>
<a
class=
" menu-text"
{{#
isChoosen
}}
style=
"color:#c9caca;"
{{/
isChoosen
}}
target=
"_blank"
href=
"{{link}}"
onclick=
"YOHODCLICK('channel','web','videoSubChannelCN')"
>
{{text}}
</a>
{{/ videoSubmenu}}
</div>
<div
class=
"right-content"
>
<div
class=
"submenu-loading"
></div>
</div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/video/index.html"
>
More
>
</a></div>
<div
class=
"more-content"
><a
class=
"more-content"
href=
"/video/index.html"
onclick=
"YOHODCLICK('channel','web','moreVideoCN')"
>
More
>
</a></div>
</div>
</span>
</div>
...
...
@@ -206,17 +205,16 @@
<span
class=
"menu-link-channel menu-link-magazine magazine-choosen "
>
<a
class=
"text"
style=
"text-align:left;"
>
magazine
</a>
<a
class=
"hover-text"
>
杂志
</a>
<a
class=
"menu"
href=
"/magazine/index.html"
></a>
<a
class=
"menu"
href=
"/magazine/index.html"
onclick=
"YOHODCLICK('channel','web','magazineCN')"
></a>
</span>
</div>
<span
class=
"right iconfont search-area"
>
<span
class=
"search-loading-icon"
style=
"display: none;"
></span>
<a
class=
"search-icon"
href=
"/search"
></a>
<a
class=
"search-icon"
href=
"/search"
onclick=
"YOHODCLICK('search','web','clickCN')"
></a>
<span
class=
"search-text search-text-big"
style=
"display: inline;"
>
<span
class=
"search-text-content"
>
search...
</span>
<input
name=
"q"
class=
"search-input-box search-input-box-big ac_input"
autocomplete=
"off"
style=
"display: none;"
/>
<a
searchURL=
"/search"
class=
"home-search-button"
id=
"search-button"
style=
"display: none;"
value=
""
></a>
<a
searchURL=
"/search"
class=
"home-search-button"
id=
"search-button"
style=
"display: none;"
value=
""
onclick=
"YOHODCLICK('search','web','clickCN')"
></a>
</span>
<span
class=
"splitline"
></span>
</span>
...
...
partials/layout/writer_header320.html
View file @
b5c489f
...
...
@@ -26,8 +26,8 @@
{{> common/downloadapp320}}
<!--header-->
<header
class=
"girl-header"
>
<span
class=
"header-logo"
>
Logo
</span>
<span
class=
"header-logo"
>
YOHO!GIRLS
</span>
<a
class=
"header-back"
href=
"{{httpref}}"
></a>
<span
class=
"header-share"
>
share
</span>
<a
class=
"header-search"
href=
"/search"
>
search
</a>
<a
class=
"header-search"
href=
"/search"
onclick=
"YOHODCLICK('search','mobile','clickCN')"
>
search
</a>
</header>
\ No newline at end of file
...
...
partials/layout/writer_header_hk320.html
View file @
b5c489f
...
...
@@ -26,8 +26,8 @@
{{> common/downloadapp320}}
<!--header-->
<header
class=
"girl-header"
>
<span
class=
"header-logo"
>
Logo
</span>
<span
class=
"header-logo"
>
YOHO!GIRLS
</span>
<a
class=
"header-back"
href=
"{{httpref}}"
></a>
<span
class=
"header-share"
>
share
</span>
<a
class=
"header-search"
href=
"/search"
>
search
</a>
<a
class=
"header-search"
href=
"/search"
onclick=
"YOHODCLICK('search','mobile','clickHK')"
>
search
</a>
</header>
\ No newline at end of file
...
...
partials/magazine/e_zine.html
View file @
b5c489f
...
...
@@ -6,8 +6,8 @@
<img
class=
"loading-img"
src=
"http://cmsres.test.yoho.cn/res/new/girls/assets/images/loading.gif"
alt=
" "
>
</div>
<div
class=
"slide-ctrl"
style=
"display: none;"
>
<a
class=
"slide-ctrl-prev"
href=
"javascript:;"
style=
"display: none;"
></a>
<a
class=
"slide-ctrl-next"
href=
"javascript:;"
></a>
<a
class=
"slide-ctrl-prev"
href=
"javascript:;"
style=
"display: none;"
onclick=
"YOHODCLICK('magazine','web','clickEzinePrevNext')"
></a>
<a
class=
"slide-ctrl-next"
href=
"javascript:;"
onclick=
"YOHODCLICK('magazine','web','clickEzinePrevNext')"
></a>
</div>
</div>
</div>
\ No newline at end of file
...
...
partials/magazine/mags_newest.html
View file @
b5c489f
...
...
@@ -9,7 +9,7 @@
</div>
{{# buyUrl}}
<div
class=
"mags-buy"
>
<a
target=
"_blank"
href=
"{{url}}"
class=
"buy-btn"
>
立即购买
</a>
<a
target=
"_blank"
href=
"{{url}}"
class=
"buy-btn"
onclick=
"YOHODCLICK('magazine','web','clickBuy')"
>
立即购买
</a>
</div>
{{/ buyUrl}}
</div>
...
...
@@ -17,7 +17,7 @@
<div
class=
"slide-box swiper-container"
>
<ul
class=
"slide-piclist clearfix"
>
{{# magsSlide}}
<li
class=
"magazine-swiper"
><a
href=
"javascript:;"
><img
src=
"{{src}}"
alt=
""
></a></li>
<li
class=
"magazine-swiper"
><a
href=
"javascript:;"
onclick=
"YOHODCLICK('magazine','web','clickPrevNext')"
><img
src=
"{{src}}"
alt=
""
></a></li>
{{/ magsSlide}}
</ul>
</div>
...
...
partials/magazine/mags_newest_hk.html
View file @
b5c489f
...
...
@@ -12,7 +12,7 @@
<div
class=
"slide-box swiper-container"
>
<ul
class=
"slide-piclist clearfix"
>
{{# magsSlide}}
<li
class=
"magazine-swiper"
><a
href=
"javascript:;"
><img
src=
"{{src}}"
alt=
""
></a></li>
<li
class=
"magazine-swiper"
><a
href=
"javascript:;"
onclick=
"YOHODCLICK('magazine','web','clickPrevNext')"
><img
src=
"{{src}}"
alt=
""
></a></li>
{{/ magsSlide}}
</ul>
</div>
...
...
Please
register
or
login
to post a comment