merge wangwei code to test env
Showing
5 changed files
with
62 additions
and
0 deletions
actions/subscribe/index.html
0 → 100644
1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | ||
2 | +"http://www.w3.org/TR/html4/loose.dtd"> | ||
3 | +<html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | + <head> | ||
5 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
6 | + <title>Yoho!Girls | No Fashion, No Life!</title> | ||
7 | + <link rel="stylesheet" type="text/css" href="http://localhost:8000/dist/yohogirls-frontend-web/0.0.1/girls.css" /> | ||
8 | + </head> | ||
9 | + <body> | ||
10 | + <div class="email-subscription-container"> | ||
11 | + <h2>就要完成了...</h2> | ||
12 | + <div class="email-section"> | ||
13 | + <p>我们需要对您的电子邮件地址进行确认!</p> | ||
14 | + <p>完成订阅过程,请点击我们刚刚发给您的电子邮件中的链接。</p> | ||
15 | + </div> | ||
16 | + <div class="email-section"> | ||
17 | + <p>NewPower Co. All Right Reserved</p> | ||
18 | + </div> | ||
19 | + <div class="email-btn clearfix"> | ||
20 | + <a class="back" href="javascript:;" onclick="window.close();"><< Back</a> | ||
21 | + <a class="check" href="">Check my e-mail</a> | ||
22 | + </div> | ||
23 | + </div> | ||
24 | + <script type="text/javascript" src="http://localhost:8000/js/util/seajs.js?nowrap"></script> | ||
25 | +</html> |
partials/about/about_nav_fan.html
0 → 100644
1 | +<div class="about-nav"> | ||
2 | + <ul> | ||
3 | + <li class="about"><a href="">關於</a></li> | ||
4 | + <li class="contactus"><a href="">聯繫我們</a></li> | ||
5 | + <li class="servers"><a href="">版權聲明</a></li> | ||
6 | + <li class="privacy"><a href="">隱私條款</a></li> | ||
7 | + <li class="feedback"><a href="">意見樊噲</a></li> | ||
8 | + <li class="links"><a href="">友情鏈接</a></li> | ||
9 | + </ul> | ||
10 | +</div> |
partials/common/menu_withleft.html
0 → 100644
1 | + | ||
2 | +<script type="x-tmpl-mustache" id="menuItemTmplVideo"> | ||
3 | + \{{# video}} | ||
4 | + <div class="submenu-video-item\{{^ isMid}} submenu-video-side \{{/ isMid}} \{{# isMid}} submenu-video-mid \{{/ isMid}}"> | ||
5 | + <a class="link" href="\{{link}}" target="_blank"></a> | ||
6 | + <span class="a-img"> | ||
7 | + <a class="a-video" href="\{{link}}"></a> | ||
8 | + <img src="\{{cover}}"/> | ||
9 | + </span> | ||
10 | + <span class="menu-text">\{{title}}</span> | ||
11 | + <span class="menu-text menu-detail">\{{subtitle}}</span> | ||
12 | + </div> | ||
13 | + \{{/ video}} | ||
14 | +</script> |
partials/script/feedback.html
0 → 100644
-
Please register or login to post a comment