header.phtml 3.21 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 rlsEnv}}
            <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
            <!--[if lt IE 9]>
                <script src="http://cdn.yoho.cn/yohobuy/respond/respond.min.js"></script>
                <link href="http://cdn.yoho.cn/yohobuy/respond/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
                <script src="http://cdn.yoho.cn/yohobuy/respond/respond.proxy.js"></script>
                <link href="http://cdn.yoho.cn/yohobuy/respond/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
            <![endif]-->
        {{/if}}
        {{#if preEnv}}
            <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
            <!--[if lt IE 9]>
                <script src="http://cdn.yoho.cn/yohobuy/respond/respond.min.js"></script>
                <link href="http://cdn.yoho.cn/yohobuy/respond/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
                <script src="http://cdn.yoho.cn/yohobuy/respond/respond.proxy.js"></script>
                <link href="http://cdn.yoho.cn/yohobuy/respond/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
            <![endif]-->
        {{/if}}
        {{#if testEnv}}
            <link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css">
            <!--[if lt IE 9]>
                <script src="http://static.buy.test.yoho.cn/dist/yohobuy/respond/respond.min.js"></script>
                <link href="http://static.buy.test.yoho.cn/dist/yohobuy/respond/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
                <script src="http://static.buy.test.yoho.cn/dist/yohobuy/respond/respond.proxy.js"></script>
                <link href="http://static.buy.test.yoho.cn/dist/yohobuy/respond/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
            <![endif]-->
        {{/if}}
        {{#if devEnv}}
            <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">
            <!--[if lt IE 9]>
                <script src="http://webstatic.dev.yohobuy.com/plugin/page/respond/respond.min.js"></script>
                <link href="http://webstatic.dev.yohobuy.com/plugin/page/respond/respond-proxy.html" id="respond-proxy" rel="respond-proxy" />
                <script src="http://webstatic.dev.yohobuy.com/plugin/page/respond/respond.proxy.js"></script>
                <link href="http://webstatic.dev.yohobuy.com/plugin/page/respond/respond.proxy.gif" id="respond-redirect" rel="respond-redirect" />
            <![endif]-->
        {{/if}}
    </head>
    <body>
        {{> layout/page-header}}
        {{> layout/simple-header}}