Authored by 2586703@qq.com

评论html及数据上传

@@ -104,7 +104,7 @@ @@ -104,7 +104,7 @@
104 } 104 }
105 ] 105 ]
106 }, 106 },
107 - "comment": { 107 + "commentParam": {
108 "cid": "4288", 108 "cid": "4288",
109 "ctype": "1", 109 "ctype": "1",
110 "cc": "101", 110 "cc": "101",
@@ -2,10 +2,10 @@ @@ -2,10 +2,10 @@
2 "defaultActionName": "index", 2 "defaultActionName": "index",
3 "layout": { 3 "layout": {
4 "default-layout": "new_layout", 4 "default-layout": "new_layout",
5 - "detail": "common_layout",  
6 - "magazine": "common_layout",  
7 - "about/*": "common_layout",  
8 - "error": "common_layout", 5 + "detail": "new_layout",
  6 + "magazine": "new_layout",
  7 + "about/*": "new_layout",
  8 + "error": "new_layout",
9 "default/index320": "new_layout320" 9 "default/index320": "new_layout320"
10 }, 10 },
11 "renderOptions": { 11 "renderOptions": {
@@ -12,9 +12,11 @@ @@ -12,9 +12,11 @@
12 {{/ content}} 12 {{/ content}}
13 {{> detail/detail_tag}} 13 {{> detail/detail_tag}}
14 {{> detail/detail_status}} 14 {{> detail/detail_status}}
15 - {{# comment}}  
16 - <div class="comments-box" cid="{{cid}}" cc="{{cc}}" ctype="{{ctype}}" ctwoc="{{ctwoc}}"></div>  
17 - {{/ comment}} 15 + {{# commentParam}}
  16 + <div class="comments-box" cid="{{cid}}" cc="{{cc}}" ctype="{{ctype}}" ctwoc="{{ctwoc}}">
  17 + {{> common/comment}}
  18 + </div>
  19 + {{/ commentParam}}
18 {{> detail/detail_prev_next}} 20 {{> detail/detail_prev_next}}
19 {{/ article}} 21 {{/ article}}
20 {{> detail/detail_related_post}} 22 {{> detail/detail_related_post}}
1 -  
2 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  
3 -"http://www.w3.org/TR/html4/loose.dtd">  
4 -<html xmlns="http://www.w3.org/1999/xhtml">  
5 - <head>  
6 - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
7 - <title>Yoho!Girls | No Fashion, No Life!</title>  
8 - <link rel="stylesheet" type="text/css" href="http://localhost:8000/dist/yohogirls-frontend-web/0.0.1/girls.css" />  
9 - </head>  
10 - <body>  
11 - <!--开头的集团导航-->  
12 - <div class="enterprise-header-content">  
13 - <ul class="enterprise-header">  
14 - <li class="item first enterprise-yoho"><span>YOHO!</span><a href="http://www.yoho.cn" target="_blank">集团官网</a></li>  
15 - <li class="item enterprise-youhuo"><span>YOHO!有货</span><a href="http://www.yohobuy.com" target="_blank">潮流购物</a></li>  
16 - <li class="item enterprise-boys"><span>YOHO!BOYS</span><a href="http://www.yohoboys.com">男生潮流</a></li>  
17 - <li class="item enterprise-girls item-choosen"><span>YOHO!GIRLS</span><a href="http://www.yohogirls.com" target="_blank">女生潮流</a></li>  
18 - <li class="item enterprise-show"><span>YOHO!SHOW</span><a href="http://www.yohoshow.com" target="_blank">物趣分享</a></li>  
19 - <li class="item enterprise-yohood"><span>YOHOOD</span><a href="http://www.yohood.cn" target="_blank">潮流嘉年华</a></li>  
20 - <li class="jianfan"><a class="choosen" href="javascript:;"></a>&nbsp;<a class="unchoosen">/</a>&nbsp;<a class="unchoosen" href="http://newboys.test.yoho.cn/go/location"></a></li>  
21 - </ul>  
22 - </div>  
23 -  
24 - <!--高的集团导航-->  
25 - <div class="enterprise" id="maxEnterprise">  
26 - <div class="menu-item logo {{# channel}} black_logo{{/ channel}}"><a href="http://newboys.test.yoho.cn/index.html"></a></div>  
27 - <div class='menubar-header menubar-header-{{channel}}'>  
28 - <div class="menubar">  
29 - <div class="menu-item video menu-item-video">  
30 - <a class="menu-link" href="http://newboys.test.yoho.cn/video/index.html"></a>  
31 - <div class="submenu-withleft submenu-video">  
32 - <div class="left">  
33 - <a href="http://newboys.test.yoho.cn/video/list-people-index-1.html" class="left-item" sub="video-people">人物</a>  
34 - <a href="http://newboys.test.yoho.cn/video/list-viral-index-1.html" class="left-item" sub="video-viral">网络疯传</a>  
35 - <a href="http://newboys.test.yoho.cn/video/list-ahum-index-1.html" class="left-item" sub="video-ahum">嗯哼</a>  
36 - <a href="http://newboys.test.yoho.cn/video/list-playboy-index-1.html" class="left-item" sub="video-playboy">公子游</a>  
37 - <a href="http://newboys.test.yoho.cn/video/list-sneakerfile-index-1.html" class="left-item" sub="video-sneakerfile">球鞋档案</a>  
38 - </div>  
39 - </div>  
40 - </div>  
41 -  
42 -  
43 -  
44 - <div class="menu-item menu-item-fashion">  
45 - <a class="menu-link-channel menu-link-fashion fashion-choosen" href="http://localhost:3000/fashion">fashion</a>  
46 - <!--高的集团导航-->  
47 - </div>  
48 - <div class="menu-item menu-item-sports">  
49 - <a class="menu-link-channel menu-link-beauty beauty-choosen" href="http://localhost:3000/beauty">beauty</a>  
50 - </div>  
51 - <div class="menu-item menu-item-lifestyle">  
52 - <a class="menu-link-channel menu-link-sports sports-choosen" href="http://localhost:3000/sports">sports</a>  
53 - </div>  
54 - <div class="menu-item menu-item-map">  
55 - <a class="menu-link-channel menu-link-lifestyle lifestyle-choosen" href="http://localhost:3000/lifestyle">lifestyle</a>  
56 - </div>  
57 - <div class="menu-item menu-item-map">  
58 - <a class="menu-link-channel menu-link-video video-choosen" href="http://localhost:3000/video">video</a>  
59 - </div>  
60 - <div class="menu-item menu-item-map">  
61 - <a class="menu-link-channel menu-link-magazine magazine-choosen" href="http://localhost:3000/magazine">magazine</a>  
62 - </div>  
63 - <span class="right iconfont search-area">  
64 - <!--<span class="icons"></span>  
65 - <span class="getapp">get our app!  
66 - <span class="bitmap" style="display: none;">  
67 - <a class="a-link" href="https://itunes.apple.com/cn/app/yoho!-boys-da-ren-zhi-ren/id914331635?mt=8&amp;down.myapp.com" target="_blank"></a>  
68 - <a class="a-img"></a>  
69 - <a class="a-text">DOWNLOAD <br>YOHO!BOYS</a>  
70 - </span>  
71 - </span>-->  
72 -  
73 -  
74 - <span class="search-loading-icon" style="display: none;"></span>  
75 - <a class="search-icon" href="/search"></a>  
76 - <span class="search-text search-text-big" style="display: inline;"><span class="search-text-content">search...</span><input class="search-input-box search-input-box-big ac_input" autocomplete="off" style="display: none;"><span class="home-search-button" id="search-button" style="display: none;"></span></span>  
77 - <span class="splitline"></span>  
78 - </span>  
79 - </div>  
80 - </div>  
81 - </div>  
82 -  
83 -  
84 -  
85 -  
86 -  
87 -  
88 -  
89 -  
90 -  
91 -  
92 - <!--矮的集团导航-->  
93 - <div class="enterprise" id="minEnterprise" style="margin-top: 0px; position: fixed; padding-top: 10px; top: 0px; z-index: 99999; background: rgb(255, 255, 255);display:none;">  
94 - <div class="menubar menubar-move">  
95 - <div class="menu-item-logo"><a href="http://www.yohogirls.com"></a></div>  
96 - <div class="menu-item video menu-item-video">  
97 - <a class="menu-link" href="http://www.yohogirls.com"></a>  
98 - <div class="submenu-withleft submenu-video">  
99 - <div class="left">  
100 - <a href="http://newboys.test.yoho.cn/video/list-people-index-1.html" class="left-item" sub="video-people">人物</a>  
101 - <a href="http://newboys.test.yoho.cn/video/list-viral-index-1.html" class="left-item" sub="video-viral">网络疯传</a>  
102 - <a href="http://newboys.test.yoho.cn/video/list-ahum-index-1.html" class="left-item" sub="video-ahum">嗯哼</a>  
103 - <a href="http://newboys.test.yoho.cn/video/list-playboy-index-1.html" class="left-item" sub="video-playboy">公子游</a>  
104 - <a href="http://newboys.test.yoho.cn/video/list-sneakerfile-index-1.html" class="left-item" sub="video-sneakerfile">球鞋档案</a>  
105 - </div>  
106 - </div>  
107 - </div>  
108 - <div class="menu-item fashion menu-item-fashion">  
109 - <a class="menu-link" href="http://newboys.test.yoho.cn/fashion/index.html"></a>  
110 - <div class="submenu submenu-fashion"></div>  
111 - </div>  
112 -  
113 - <div class="menu-item sports menu-item-sports">  
114 - <a class="menu-link" href="http://newboys.test.yoho.cn/sports/index.html"></a>  
115 - <div class="submenu submenu-sports"></div>  
116 - </div>  
117 - <div class="menu-item lifestyle menu-item-lifestyle">  
118 - <a class="menu-link" href="http://newboys.test.yoho.cn/lifestyle/index.html"></a>  
119 - <div class="submenu submenu-lifestyle"></div>  
120 - </div>  
121 - <div class="menu-item magazine menu-item-magazine">  
122 - <a class="menu-link" href="http://newboys.test.yoho.cn/magazine/index.html"></a>  
123 - </div>  
124 - <div class="menu-item map menu-item-map">  
125 - <a class="menu-link" href="http://newboys.test.yoho.cn/map/index.html"></a>  
126 - </div>  
127 - <span class="right iconfont search-area">  
128 - <span class="icons"></span>  
129 - <span class="getapp">get our app!  
130 - <span class="bitmap" style="display: none;">  
131 - <a class="a-link" href="https://itunes.apple.com/cn/app/yoho!-boys-da-ren-zhi-ren/id914331635?mt=8&amp;down.myapp.com" target="_blank"></a>  
132 - <a class="a-img"></a>  
133 - <a class="a-text">DOWNLOAD <br>YOHO!BOYS</a>  
134 - </span>  
135 - </span>  
136 - <span class="splitline"></span>  
137 - <span class="search-loading-icon" style="display: none;"></span>  
138 - <a class="search-icon" href="/search"></a>  
139 - <span class="search-text search-text-small" style="display: inline; width: 73px;"><span class="search-text-content">Search...</span><input class="search-input-box search-input-box-small ac_input" autocomplete="off" style="display: none;"><span class="home-search-button" id="search-button" style="display: none;"></span></span>  
140 - </span>  
141 - </div>  
142 - </div>  
143 -  
144 -  
145 -  
146 - {{{body}}}  
147 - </body>  
148 - <script type="text/javascript" src="http://localhost:8000/dist/yohogirls-frontend-web/0.0.1/all-debug.js?nowrap"></script>  
149 - <script type="text/javascript">  
150 - seajs.use(['yohogirls-frontend-web/0.0.1/js/channel/detail-debug'], function(detail) {  
151 - if (detail) {  
152 - detail.init();  
153 - }  
154 - });  
155 - </script>  
156 -</html>  
@@ -173,5 +173,12 @@ @@ -173,5 +173,12 @@
173 173
174 174
175 </body> 175 </body>
176 - <script type="text/javascript" src="http://localhost:8000/dist/yohogirls-frontend-web/0.0.1/seajs.js?nowrap"></script> 176 + <script type="text/javascript" src="http://localhost:8000/dist/yohogirls-frontend-web/0.0.1/all-debug.js?nowrap"></script>
  177 + <script type="text/javascript">
  178 + seajs.use(['yohogirls-frontend-web/0.0.1/js/channel/detail-debug'], function(detail) {
  179 + if (detail) {
  180 + detail.init();
  181 + }
  182 + });
  183 + </script>
177 </html> 184 </html>
  1 +{{# hasComment}}
  2 +<ul class="comments-list">
  3 + {{# comment}}
  4 + <li class="clearfix">
  5 + <div class="userimg">
  6 + <img src="{{userimg}}" alt="">
  7 + <i class="yoho"></i>
  8 + </div>
  9 + <div class="userinfo">
  10 + <h6>{{username}}</h6>
  11 + <p class="comment-text">{{content}}</p>
  12 + {{# isSelf}}
  13 + <a class="delete-comment" href="javascript:;" pid="{{id}}"></a>
  14 + {{/ isSelf}}
  15 + </div>
  16 + </li>
  17 + {{/ comment}}
  18 +</ul>
  19 +{{/ hasComment}}
  20 +{{# more}}
  21 +<div class="view-more"><a href="javascript:;">View&nbsp;<span>{{moreNum}}</span>&nbsp;more</a></div>
  22 +{{/ more}}
  23 +{{# page}}
  24 +<div style="display:none" class="pager-content comment-pager-content">
  25 + <div class="channel-index-pager"></div>
  26 +</div>
  27 +{{/ page}}
  28 +{{# textarea}}
  29 +<div class="comment-textarea">
  30 + <textarea placeholder="说点什么..." cid="4288"></textarea>
  31 + <div class="login-status clearfix">
  32 + <div class="userimg">
  33 + <img src="http://res.yohoboys.comboysweb/assets/images/detail/user-img.png" alt="">
  34 + <i></i>
  35 + </div>
  36 + <div class="userinfo" style="display: none;">
  37 + <span></span>
  38 + <a class="exit-btn" href="javascript:;">退出</a>
  39 + </div>
  40 + <div class="publish">
  41 + <a class="publish-btn" href="javascript:;">Publish</a>
  42 + </div>
  43 + </div>
  44 +</div>
  45 +{{/ textarea}}