12 lines
491 B
HTML
12 lines
491 B
HTML
<%
|
|
var uinfo = getUserInfo( data.userId );
|
|
%>
|
|
<div style="margin:15px 0 25px 0;clear:both">
|
|
|
|
<div style="font-size: 0.8em; margin:8px 0; color:#666">
|
|
<%=(uinfo?uinfo.profile.fullname:data.userId)%> <%=formatDate(data.createdAt.sec)%> <!--a class="js-open-inlined-form" href="#">编辑</a> - <a class="js-delete-comment" href="#">删除</a-->
|
|
</div>
|
|
<div class="activity-comment">
|
|
<div class="viewer"><%=replaceImgURL(marked(data.text)) %></div>
|
|
</div>
|
|
</div> |