index320.html
2.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">
<meta content="yes" name="apple-mobile-web-app-capable"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="black" name="apple-mobile-web-app-status-bar-style"/>
<meta name="keywords" content="{{keywords}}"/>
<meta name="description" content="{{description}}"/>
<meta name="author" content="yohogirls.com"/>
<meta name="robots" content="index, follow"/>
<meta name="googlebot" content="index, follow"/>
<meta name="google-site-verification" content="6IS8pD7H0L0FBqjE6XZIx-x02Pa2fmG0P2ZEb3xNiVY"/>
<meta property="wb:webmaster" content="5ffc4cd75e724a17"/>
{{# isDetail}}
<meta property="fb:app_id" content="{{app_id}}"/>
<meta property="og:site_name" content="{{site_name}}"/>
<meta property="og:title" content="{{title}}"/>
<meta property="og:type" content="{{type}}"/>
<meta property="og:url" content="{{url}}"/>
<meta property="og:image" content="{{image}}"/>
<meta property="og:image:type" content="{{image_type}}"/>
<meta property="og:image:width" content="{{image_width}}"/>
<meta property="og:image:height" content="{{image_height}}"/>
<meta property="og:description" content="{{description}}"/>
<link rel="image_src" href="{{image_src}}"/>
{{/ isDetail}}
<title>{{title}}</title>
<link rel="dns-prefetch" href="//img01.yohoboys.com"/>
<link rel="dns-prefetch" href="//img02.yohoboys.com"/>
<link rel="dns-prefetch" href="//video.yohoboys.com"/>
{{> common/environment320_css}}
</head>
<body>
<div class="emailBox">
<div class="webLogo"></div>
{{^ isFinish}}
<h1>就要完成了...</h1>
<h2>我们需要对您的电子邮件地址进行确认!</h2>
{{# success}}
<p class="isSucess">完成订阅过程,请点击我们刚刚发给您的电子邮件中的链接。</p>
{{/ success}}
{{^ success}}
<p class="isSucess">发送邮件失败,请返回再次发送。</p>
{{/ success}}
<p class="newPower">NewPower Co. All Right Reserved</p>
<div class="btnGroup">
<a class="EmailBack" href="javascript:window.close();"><< Back</a>
<a class="CheckEmail" href="{{emailServer}}">Check my email</a>
</div>
{{/ isFinish}}
{{# isFinish}}
<h1>您已订阅!</h1>
Mail:{{emailAddress}}
<p class="isCancel">
一旦您希望停止接收我们的电子邮件,您可以<a href="/passport/subscribe/cancel">取消订阅</a>
</p>
<p class="backyohogirl">
<a class="times" href="{{> common/environment320_url}}"><< Back YOHO!Girls </a>
</p>
<p class="newPower">NewPower Co. All Right Reserved</p>
{{/ isFinish}}
</div>
</body>
</html>