2016-03-11 14:39:17 +08:00
|
|
|
|
<div class="resources mt10" id="user_activity_<%= user_activity_id%>" >
|
|
|
|
|
<div class="homepagePostBrief" onmouseover="$('#message_setting_<%=activity.id%>').show();" onmouseout="$('#message_setting_<%= activity.id%>').hide();">
|
|
|
|
|
<div class="homepagePostPortrait">
|
|
|
|
|
<%= link_to image_tag(url_to_avatar(activity.author), :width => "50", :height => "50"), user_path(activity.author_id,:host=>Setting.host_user), :alt => "用户头像" %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostDes">
|
2016-03-16 10:00:21 +08:00
|
|
|
|
<% if activity.author.id == User.current.id || User.current.admin? %>
|
2016-03-11 14:39:17 +08:00
|
|
|
|
<div class="homepagePostSetting" id="message_setting_<%= activity.id%>" style="display: none">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="homepagePostSettingIcon">
|
|
|
|
|
<ul class="homepagePostSettiongText">
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to(
|
|
|
|
|
l(:button_edit),
|
|
|
|
|
{:controller => 'blog_comments',:action => 'edit',:user_id=>activity.author_id,:blog_id=>activity.blog_id, :id => activity.id},
|
|
|
|
|
:class => 'postOptionLink'
|
2016-03-16 10:00:21 +08:00
|
|
|
|
) if User.current.admin? || User.current.id == activity.author.id %>
|
2016-03-11 14:39:17 +08:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<%= link_to(
|
|
|
|
|
l(:button_delete),
|
|
|
|
|
{:controller => 'blog_comments',:action => 'destroy',:user_id=>activity.author_id,:blog_id=>activity.blog_id, :id => activity.id},
|
|
|
|
|
:method => :delete,
|
|
|
|
|
:data => {:confirm => l(:text_are_you_sure)},
|
|
|
|
|
:class => 'postOptionLink'
|
2016-03-16 10:00:21 +08:00
|
|
|
|
) if User.current.admin? || User.current.id == activity.author.id %>
|
2016-03-11 14:39:17 +08:00
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<% if activity.id == activity.blog.homepage_id %>
|
|
|
|
|
<%= link_to(
|
|
|
|
|
l(:button_cancel_homepage),
|
|
|
|
|
{:controller => 'blogs',:action => 'cancel_homepage',:user_id=>activity.author_id,:id=>activity.blog_id, :article_id => activity.id},
|
|
|
|
|
:method => :post,
|
|
|
|
|
:class => 'postOptionLink'
|
|
|
|
|
) if User.current && User.current.id == activity.blog.author_id %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to(
|
|
|
|
|
l(:button_set_homepage),
|
|
|
|
|
{:controller => 'blogs',:action => 'set_homepage',:user_id=>activity.author_id,:id=>activity.blog_id, :article_id => activity.id},
|
|
|
|
|
:method => :post,
|
|
|
|
|
:class => 'postOptionLink'
|
|
|
|
|
) if User.current && User.current.id == activity.blog.author_id %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<%end%>
|
|
|
|
|
<div class="homepagePostTo mt-4 fl">
|
|
|
|
|
<% if activity.try(:author).try(:realname) == ' ' %>
|
|
|
|
|
<%= link_to activity.try(:author), user_path(activity.author_id,:host=>Setting.host_user), :class => "newsBlue mr15" %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to activity.try(:author).try(:realname), user_path(activity.author_id,:host=>Setting.host_user), :class => "newsBlue mr15" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
TO
|
|
|
|
|
<%= link_to activity.blog.name+" | 博客", user_blogs_path(:user_id=>activity.author_id,:host=>Setting.host_user), :class => "newsBlue ml15 mr5"%>
|
|
|
|
|
<% if activity.blog.homepage_id and activity.id == activity.blog.homepage_id %>
|
|
|
|
|
<span class="red_homework_btn_cir ml5">已设为首页</span>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div class="homepagePostTitle hidden m_w530 fl">
|
|
|
|
|
<% if activity.parent_id.nil? %> <!--+"(帖子标题)"-->
|
|
|
|
|
<%= link_to activity.title.to_s.html_safe, user_blog_blog_comment_path(:user_id=>activity.author_id, :blog_id=>activity.blog.id,:id=>activity), :class=> "postGrey" %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to activity.title.subject.to_s.html_safe, user_blog_blog_comment_path(:user_id=>activity.author_id, :blog_id=>activity.blog.id,:id=>activity), :class=> "postGrey"%>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
<% if activity.sticky == 1%>
|
|
|
|
|
<span class="sticky_btn_cir ml10">置顶</span>
|
|
|
|
|
<% end%>
|
|
|
|
|
<% if activity.locked%>
|
|
|
|
|
<span class="locked_btn_cir ml10 fl" title="已锁定"> </span>
|
|
|
|
|
<% end%>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div class="homepagePostDate fl">
|
|
|
|
|
发帖时间:<%= format_time(activity.created_on) %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostDate fl ml15">
|
|
|
|
|
更新时间:<%= format_time(activity.updated_on) %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<% if activity.parent_id.nil? %>
|
|
|
|
|
<% content= activity.content%>
|
|
|
|
|
<% else %>
|
|
|
|
|
<% content= activity.parent.content%>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%=render :partial =>"users/intro_content", :locals=>{:user_activity_id =>user_activity_id, :content=>content} %>
|
|
|
|
|
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<!--<div class=" fl" style="width: 600px">
|
|
|
|
|
<%# if activity.attachments.any?%>
|
|
|
|
|
<%# options = {:author => true, :deletable => false } %>
|
|
|
|
|
<%#= render :partial => 'blog_comments/attachments_links', :locals => {:attachments => activity.attachments, :options => options, :is_float => true} %>
|
|
|
|
|
<%# end %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>-->
|
|
|
|
|
<div id="intro_content_show_<%= user_activity_id%>" class="fr" style="display:none;"><a href="javascript:void(0);" class="linkBlue">[展开]</a></div>
|
|
|
|
|
<div id="intro_content_hide_<%= user_activity_id%>" class="fr" style="display:none;"><a href="javascript:void(0);" class="linkBlue">[收起]</a></div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<div class="mt10" style="font-weight:normal;">
|
|
|
|
|
<%= render :partial=>"attachments/activity_attach", :locals=>{:activity => activity} %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostSetting" id="act-<%= user_activity_id %>" style="visibility: hidden">
|
|
|
|
|
<ul>
|
|
|
|
|
<li class="homepagePostSettingIcon">
|
|
|
|
|
<ul class="homepagePostSettiongText">
|
|
|
|
|
<li><a href="javascript:void(0);" class="postOptionLink">编辑</a></li>
|
|
|
|
|
<li><a href="javascript:void(0);" class="postOptionLink">复制</a></li>
|
|
|
|
|
<li><a href="javascript:void(0);" class="postOptionLink">删除</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<% count=0 %>
|
|
|
|
|
<% if activity.parent %>
|
|
|
|
|
<% count=activity.parent.children.count%>
|
|
|
|
|
<% else %>
|
|
|
|
|
<% count=activity.children.count%>
|
|
|
|
|
<% end %>
|
|
|
|
|
<div class="homepagePostReply">
|
|
|
|
|
<div class="homepagePostReplyBanner">
|
|
|
|
|
<div class="homepagePostReplyBannerCount">回复
|
|
|
|
|
<sapn class="mr15"><%= count>0 ? "(#{count})" : "" %></sapn><span style="color: #cecece;">▪</span>
|
|
|
|
|
<span id="praise_count_<%=user_activity_id %>">
|
|
|
|
|
<% if activity.author == User.current %>
|
|
|
|
|
<span class="ml15 likeButton" title="不能自己赞自己哦!"> <span class="likeText">赞</span><span class="likeNum"><%= get_praise_num(activity) > 0 ? "(#{get_praise_num(activity)})" : "" %></span></span>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%=render :partial=> "praise_tread/praise", :locals => {:activity=>activity, :user_activity_id=>user_activity_id,:type=>"activity"}%>
|
|
|
|
|
<% end %>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostReplyBannerTime"><%#=format_date(activity.updated_on)%></div>
|
|
|
|
|
<%if count > 3 %>
|
|
|
|
|
<div class="homepagePostReplyBannerMore">
|
|
|
|
|
<a id="reply_btn_<%=user_activity_id%>" onclick="expand_reply('#reply_div_<%= user_activity_id %> li','#reply_btn_<%=user_activity_id%>')" data-count="<%= count %>" data-init="0" class=" replyGrey" href="javascript:void(0)" value="show_help" >
|
|
|
|
|
展开更多
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<% activity= activity.parent ? activity.parent : activity%>
|
|
|
|
|
<% replies_all_i = 0 %>
|
|
|
|
|
<% if count > 0 %>
|
|
|
|
|
<div class="" id="reply_div_<%= user_activity_id %>">
|
|
|
|
|
<ul>
|
|
|
|
|
<% activity.children.reorder("created_on desc").each do |reply|%>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$(function(){
|
|
|
|
|
showNormalImage('reply_content_<%= reply.id %>');
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<% replies_all_i=replies_all_i+1 %>
|
|
|
|
|
<li class="homepagePostReplyContainer" nhname="reply_rec" style="display:<%= replies_all_i>3 ? 'none' : '' %>">
|
|
|
|
|
<div class="homepagePostReplyPortrait">
|
|
|
|
|
<%= link_to image_tag(url_to_avatar(reply.author), :width => "33", :height => "33"), user_path(reply.author_id,:host=>Setting.host_user), :alt => "用户头像" %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostReplyDes">
|
|
|
|
|
<div class="homepagePostReplyPublisher mt-4">
|
|
|
|
|
<% if reply.try(:author).try(:realname) == ' ' %>
|
|
|
|
|
<%= link_to reply.try(:author), user_path(reply.author_id,:host=>Setting.host_user), :class => "newsBlue mr10 f14" %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to reply.try(:author).try(:realname), user_path(reply.author_id,:host=>Setting.host_user), :class => "newsBlue mr10 f14" %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= format_time(reply.created_on) %>
|
|
|
|
|
<span id="reply_praise_count_<%=reply.id %>">
|
|
|
|
|
<% if reply.author == User.current %>
|
|
|
|
|
<span class="fr likeButton" title="不能自己赞自己哦!"> <span class="likeText">赞</span><span class="likeNum"><%= get_praise_num(reply) > 0 ? "(#{get_praise_num(reply)})" : "" %></span></span>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%=render :partial=> "praise_tread/praise", :locals => {:activity=>reply, :user_activity_id=>reply.id,:type=>"reply"}%>
|
|
|
|
|
<% end %>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="homepagePostReplyContent break_word list_style upload_img" id="reply_content_<%= reply.id %>">
|
|
|
|
|
<%= reply.content.html_safe %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</li>
|
|
|
|
|
<% end %>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<% if !activity.locked? %>
|
|
|
|
|
<div class="homepagePostReplyContainer borderBottomNone minHeight48">
|
|
|
|
|
<div class="homepagePostReplyPortrait mr15 imageFuzzy" id="reply_image_<%= user_activity_id%>"><%= link_to image_tag(url_to_avatar(User.current), :width => "33", :height => "33"), user_path(activity.author_id), :alt => "用户头像" %></div>
|
|
|
|
|
<div class="homepagePostReplyInputContainer mb10">
|
|
|
|
|
<div nhname='new_message_<%= user_activity_id%>' style="display:none;">
|
|
|
|
|
<%= form_for('new_form',:url => {:controller=>'blog_comments',:action => 'reply', :id => activity.id, :blog_id => activity.blog.id, :user_id => activity.author_id},:method => "post",:remote=>true) do |f|%>
|
|
|
|
|
<input type="hidden" name="quote[quote]" value="">
|
|
|
|
|
<input type="hidden" name="blog_comment[sticky]" value="0">
|
|
|
|
|
<input type="hidden" name="blog_comment[locked]" value="0">
|
|
|
|
|
<input type="hidden" name="blog_comment[title]" value="RE:<%= activity.title%>">
|
|
|
|
|
<input type="hidden" name="user_activity_id" value="<%=user_activity_id%>">
|
|
|
|
|
<div nhname='toolbar_container_<%= user_activity_id%>'></div>
|
|
|
|
|
<textarea placeholder="有问题或有建议,请直接给我留言吧!" style="display: none" nhname='new_message_textarea_<%= user_activity_id%>' name="blog_comment[content]"></textarea>
|
|
|
|
|
<a id="new_message_submit_btn_<%= user_activity_id%>" href="javascript:void(0)" onclick="this.style.display='none'" class="blue_n_btn fr" style="display:none;margin-top:6px;">发送</a>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
<p nhname='contentmsg_<%= user_activity_id%>'></p>
|
|
|
|
|
<% end%>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$("#moreProject_<%=user_activity_id %>").click(function(){
|
|
|
|
|
$("#relatePWrap_<%=user_activity_id %>").toggleClass('relatePWrap');
|
|
|
|
|
$("#relatePWrap_<%=user_activity_id %>").css("height","auto");
|
|
|
|
|
$(this).hide();
|
|
|
|
|
});
|
|
|
|
|
$("#hideProject_<%=user_activity_id %>").click(function(){
|
|
|
|
|
$("#relatePWrap_<%=user_activity_id %>").toggleClass('relatePWrap');
|
|
|
|
|
$("#moreProject_<%=user_activity_id %>").show();
|
|
|
|
|
});
|
|
|
|
|
</script>
|