simple-header.phtml 3.24 KB
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta http-equiv="Cache-Control" content="no-siteapp" /> 
        <meta name="renderer" content="webkit">
        <link rel="shortcut icon" href="http://www.yohobuy.com/favicon.ico" type="image/x-icon" />
        <meta name="keywords" content="{{keywords}}">
        <meta name="description" content="{{description}}">
        <title>{{title}}</title>
        <!-- [if (gte IE 6)&(lte IE 8)>
            <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
        <![endif]-->
       {{#if rlsEnv}}
      	  <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
       {{/if}}
       {{#if preEnv}}
       	 <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
       {{/if}}
       {{#if testEnv}}
      	  <link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css">
       {{/if}}
       {{#if devEnv}}
       		<link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">
       {{/if}}
    </head>
    <body>
        {{# simpleHeader}}
        <div class="simple-header">
            <div class="header-inner clearfix">
                {{# logo}}
                <h1 class="logo">
                    <a href="{{url}}">
                        <img src="{{img}}" alt="">
                    </a>
                </h1>
                {{/ logo}}
                <ul class="header-tool clearfix">
                    {{# tool}}
                    <li>
                        <span>Hi~</span>
                        {{# user}}
                        <a href="{{userCenter}}">{{.}}</a>
                        {{/ user}}

                        {{# loginHref}}
                        <a href="{{.}}">[请登录]</a>
                        {{/ loginHref}}

                        {{# logoutHref}}
                        <a href="{{.}}">[退出]</a>
                        {{/ logoutHref}}

                        {{# registerHref}}
                        <a href="{{.}}">[免费注册]</a>
                        {{/ registerHref}}
                    </li>
                    <li class="tool-options">
                        <span>MY有货</span>
                        <i class="options-icon down iconfont">&#xe604;</i>
                        <i class="options-icon up iconfont">&#xe603;</i>
                        <div class="tool-select">
                            <a href="{{favoriteHref}}">我的收藏</a>
                            <a href="{{couponHref}}">优惠券</a>
                        </div>
                    </li>
                    <li>         
                        <a href="{{orderHref}}">订单中心</a>
                    </li>
                    <li>         
                        <a href="{{helpHref}}">帮助中心</a>
                    </li>
                    <li>
                        <i class="tell-icon iconfont">&#xe61c;</i>
                        <span>400-9889-9646</span>
                    </li>
                    {{/ tool}}
                </ul>
            </div>
        </div>
        {{/ simpleHeader}}