23 lines
1.2 KiB
HTML
23 lines
1.2 KiB
HTML
<div class="fl thumbsThis newtopthumbs">
|
|
{% comment %}
|
|
<div class="fl">
|
|
<p><i class="fa fa-play deg270" aria-hidden="true" onclick="thumbsComment(this,{{comment.pk}},1)"></i> </p>
|
|
<p class="thumbsThisnth2 thumbsmarginLeft"><span id="comment_{{comment.pk}}">{{ comment.voteup | add:comment.votedown}}</span></p>
|
|
<p><i class="fa fa-play deg90" aria-hidden="true" onclick="thumbsComment(this,{{comment.pk}},-1)"></i> </p>
|
|
</div>
|
|
{% endcomment %}
|
|
<div class="fl comment-item">
|
|
<span class="color-grey-des mr10 colorgray inlineBlock fl ellipsis" title="{{ comment.content }}">{{ comment.content }}</span>
|
|
{% if is_annoy_comment %}
|
|
<span class="color-grey-des inlineBlock fr inlineBlockfont">用户-{{comment.user.id}}</span>
|
|
{% else %}
|
|
{% if comment.user.nick_name == "" %}
|
|
<span class="color-grey-des inlineBlock fr inlineBlockfont">{{comment.user.username}}</span>
|
|
{% else %}
|
|
<span class="color-grey-des inlineBlock fr inlineBlockfont">{{ comment.user.nick_name }}</span>
|
|
{% endif %}
|
|
{% endif %}
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|