...
|
...
|
@@ -6,16 +6,18 @@ |
|
|
</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}}" 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 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> |
|
|
\ No newline at end of file |
...
|
...
|
|