Authored by hf

code review by fei.hong: do format new arrival codes

1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 - <head>  
4 - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />  
5 - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
6 - <meta http-equiv="Cache-Control" content="no-siteapp" />  
7 - <meta name="renderer" content="webkit">  
8 - <link rel="shortcut icon" href="http://www.yohobuy.com/favicon.ico" type="image/x-icon" />  
9 - <meta name="keywords" content="{{keywords}}">  
10 - <meta name="description" content="{{description}}">  
11 - <title>{{title}}</title>  
12 - {{#if rlsEnv}}  
13 - <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">  
14 - {{/if}}  
15 - {{#if preEnv}}  
16 - <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">  
17 - {{/if}}  
18 - {{#if testEnv}}  
19 - <link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css">  
20 - {{/if}}  
21 - {{#if devEnv}}  
22 - <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">  
23 - {{/if}}  
24 - </head>  
25 - <body>  
26 - {{> layout/page-header}}  
27 - {{> layout/simple-header}}  
  3 +<head>
  4 + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  5 + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6 + <meta http-equiv="Cache-Control" content="no-siteapp" />
  7 + <meta name="renderer" content="webkit">
  8 + <meta name="keywords" content="{{keywords}}">
  9 + <meta name="description" content="{{description}}">
  10 + <title>{{title}}</title>
  11 + <link rel="dns-prefetch" href="//cdn.yoho.cn">
  12 + <link rel="dns-prefetch" href="//static.yohobuy.com">
  13 + <link rel="dns-prefetch" href="//img12.static.yhbimg.com">
  14 + <link rel="dns-prefetch" href="//img13.static.yhbimg.com">
  15 +{{#if rlsEnv}}
  16 + <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
  17 +{{/if}}
  18 +{{#if preEnv}}
  19 + <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
  20 +{{/if}}
  21 +{{#if testEnv}}
  22 + <link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css">
  23 +{{/if}}
  24 +{{#if devEnv}}
  25 + <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">
  26 +{{/if}}
  27 +</head>
  28 +<body>
  29 + {{> layout/page-header}}
  30 + {{> layout/simple-header}}