Blame view

partials/default/index_without_advert.html 2.55 KB
1
{{> layout/header_jian }}
happyhour7 authored
2 3 4 5 6
{{> default/channel_banner }}
<!--六个小电视-->
<div class="tv-area">
    {{# tvs}}
    <span class="tv"> 
happyhour7@163.com authored
7 8 9 10 11 12
        {{# link}}
            <a class="tv-a"  href="{{link}}" target="_blank"></a>
        {{/ link}}
        {{^ link}}
            <span class="tv-a"  href="{{link}}" target="_blank"></span>
        {{/ link}}
happyhour7 authored
13 14 15 16 17
        <img class="tv-img" src="{{img}}" alt="''"> 
    </span>
    {{/ tvs}}
</div>
18
<div class="content clearfix">
happyhour7 authored
19
    {{# topItems}}
happyhour7@163.com authored
20
        {{> default/default_item}}
happyhour7 authored
21 22 23 24
    {{/ topItems}}
    <div class='right-advt'>
        
        <div class="follow-us-default">
25 26 27 28 29 30 31 32 33
            <div class="title">
                                {{# fanti}}
                    Follow us
                {{/ fanti}}

                {{^ fanti}}
                    关注我们
                {{/ fanti}}
            </div>
happyhour7 authored
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
            <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 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>
            </ul>
            <div class="follow-us-input-content">
                <input type="text" value="" class="followus-input" placeholder="me@email.com">
                <button class="button followus-button">订阅</button>
            </div>
        </div>
49
        {{> default/default_pop_top}}
happyhour7 authored
50 51 52 53 54 55
    </div>
    <!--中间的广告-->
    {{> default/default_advt}}
    <div class='bottom-item-container'>
        <!--下面的位置-->
        {{# bottomItems}}
happyhour7@163.com authored
56
            {{> default/default_item}}
happyhour7 authored
57 58 59 60 61 62 63 64 65 66 67
        {{/ bottomItems}}
        
        <div class='pager-content-default'>
            <span class='channel-index-pager'>
                {{# pager}}
                    <a class='pager-item {{# isChoosen}} pager-item-choosen{{/ isChoosen}}' href='{{link}}'>{{text}}</a>
                {{/ pager}}
            </span>
        </div>
    </div>
</div>
68
{{> layout/footer_jian }}