yohood.html
4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{{> layout/header_jian}}
{{# testEnvironment}}
<link rel="stylesheet" href="http://cmsres.test.yoho.cn/res/new/girls/css/yohood.css"/>
<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/yohood.js"></script>
<script type="text/javascript">
seajs.use("js/yohood");
</script>
{{/ testEnvironment}}
{{# prevEnvironment}}
<link rel="stylesheet" href="http://res.previewboys.yoho.cn/res/new/girls/css/yohood.css"/>
<script type="text/javascript" src="http://res.previewboys.yoho.cn/res/new/girls/js/util/seajs_preview.js"></script>
<script type="text/javascript" src="http://res.previewboys.yoho.cn/res/new/girls/yohood.js"></script>
<script type="text/javascript">
seajs.use("js/yohood");
</script>
{{/ prevEnvironment}}
{{# prodEnvironment}}
<link rel="stylesheet" type="text/css" href="http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/yohood.css"/>
<script type="text/javascript" src="http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/sea.js"></script>
<script type="text/javascript" src="http://cdn.yoho.cn/yohogirls-frontend-web/0.0.1/yohood.js"></script>
<script type="text/javascript">
seajs.use("js/yohood");
</script>
{{/ prodEnvironment}}
{{> channel/banner_top}}
<div class="content clearfix">
<div class="content-yohood-left">
{{# contentItem}}
<div class="{{itemPage}} {{# 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}}"
onclick="YOHODCLICK('channel','web','content')">
<img class="lazy pic"
src="data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93d3f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw=="
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}}" onclick="YOHODCLICK('channel','web','content')"></a>
</span>
<div class="content-item-main">
<span class="content-item-detail-subchannle" _time="{{time}}">
{{# channel}}
<a href="{{link}}" onclick="YOHODCLICK('channel','web','contentChannel')">{{name}}</a> |
{{/ channel}}
{{# subChannel}}
<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}}" _len="{{titleLength}}"
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}}" _len="{{subtitleLength}}" 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>
</div>
{{/ contentItem}}
</div>
<div class="content-yohood-right">
{{# yohood}}
<div class="advert-without-border">
<a href="{{link}}" target="_blank"><img
src="{{img}}"
alt=""/></a>
</div>
{{/ yohood}}
</div>
</div>
{{#if pager}}
<div class="pager-content yohood-none-one">
<div class="channel-index-pager pager-channel-{{channel}}">
{{# pager}}
<a class="pager-item {{# isChoosen}} pager-item-choosen{{/ isChoosen}}" href="{{link}}" onclick="YOHODCLICK('pager','web','pagerContentChannel')">{{text}}</a>
{{/ pager}}
</div>
</div>
{{/if}}
{{> layout/footer_jian}}