Showing
4 changed files
with
24 additions
and
6 deletions
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <h2 class="about-h2">意見反饋</h2> | 3 | <h2 class="about-h2">意見反饋</h2> |
4 | <div class="comments-box"></div> | 4 | <div class="comments-box"></div> |
5 | </div> | 5 | </div> |
6 | -{{> common/comment_publish320}} | 6 | +{{> common/comment_publish_hk320}} |
7 | {{> common/comment320}} | 7 | {{> common/comment320}} |
8 | {{> common/third_login320}} | 8 | {{> common/third_login320}} |
9 | {{> layout/footer_hk320}} | 9 | {{> layout/footer_hk320}} |
@@ -83,7 +83,7 @@ | @@ -83,7 +83,7 @@ | ||
83 | <i></i> | 83 | <i></i> |
84 | </div> | 84 | </div> |
85 | </li> | 85 | </li> |
86 | - <li class="comments"> | 86 | + <li class="comments" id="comment-hk"> |
87 | <div class="status-white"> | 87 | <div class="status-white"> |
88 | <span class="comment-num" id="comment-num" style="right: -15px;"></span> | 88 | <span class="comment-num" id="comment-num" style="right: -15px;"></span> |
89 | <i style="right: -20px;bottom: 2px;"></i> | 89 | <i style="right: -20px;bottom: 2px;"></i> |
partials/common/comment_publish_hk320.html
0 → 100644
1 | +<script id="comment-textarea-tpl" type="x-tmpl-mustache"> | ||
2 | + <div class="comment-textarea"> | ||
3 | + <textarea placeholder="說點什麽..."></textarea> | ||
4 | + <div class="login-status clearfix"> | ||
5 | + <div class="userimg"> | ||
6 | + <img src="http://cmsres.test.yoho.cn/res/new/boys/images/detail/user-img.png" alt=""> | ||
7 | + <i></i> | ||
8 | + </div> | ||
9 | + <div class="userinfo" style="display: none;"> | ||
10 | + <span></span> | ||
11 | + <a class="exit-btn" href="javascript:;">退出</a> | ||
12 | + </div> | ||
13 | + <div class="publish"> | ||
14 | + <a class="publish-btn" href="javascript:;" onclick="YOHODCLICK('comment','mobile','publish')">Publish</a> | ||
15 | + </div> | ||
16 | + </div> | ||
17 | + </div> | ||
18 | +</script> |
1 | <script id="third-login-tpl" type="x-tmpl-mustache"> | 1 | <script id="third-login-tpl" type="x-tmpl-mustache"> |
2 | <div class="third-login-box clearfix"> | 2 | <div class="third-login-box clearfix"> |
3 | - {{^ fan}} | 3 | + {{^ fanti}} |
4 | <span>第三方评论</span> | 4 | <span>第三方评论</span> |
5 | - {{/ fan}} | ||
6 | - {{# fan}} | 5 | + {{/ fanti}} |
6 | + {{# fanti}} | ||
7 | <span>第三方評論</span> | 7 | <span>第三方評論</span> |
8 | - {{/ fan}} | 8 | + {{/ fanti}} |
9 | <a class="qq" ref="/passport/partner/index/oauth/qq" href="javascript:;" onclick="YOHODCLICK('login','mobile','qq')"> | 9 | <a class="qq" ref="/passport/partner/index/oauth/qq" href="javascript:;" onclick="YOHODCLICK('login','mobile','qq')"> |
10 | <img height='12px' src="{{> common/environment320_image}}/about/thirdbtn-qq.png" alt="" /> | 10 | <img height='12px' src="{{> common/environment320_image}}/about/thirdbtn-qq.png" alt="" /> |
11 | </a> | 11 | </a> |
-
Please register or login to post a comment