<%if(evaluateInfos.length&&(scoreInfos||medalInfos)){%>
<%if(editable){%>
修改评价
<%}%>
<%= _.convertImage({"className" : "","src" : user.Avatar.Small, 'size' : 30, 'shape' : 'radius', 'name' : user.Name, 'bgColor' : user.Avatar.Color }) %>
  • <%=user.Name%>的评价:
    <%if(medalInfos.length){%>
    <%=_.TitaWidget_evaluation(medalInfos[0])%>
    <%}%> <%if(scoreInfos.length){%>
    <%=_.TitaWidget_evaluation(scoreInfos[0], {showStar: true})%>
    <%}%>
  • 评语:

    <%if(substringRemark != remark){%> <%if(commentShowAll==false){%> <%-substringRemark%>展开 <%}else{%> <%-remark%>收起 <%}%> <%}else{%> <%-remark%> <%}%>

<%if(viewMode=="simple"&&dimensionInfos&&dimensionInfos.length>0){%> 维度评分 <%}%>
<%if(viewMode=="detailed"&&dimensionInfos.length){%>
    <%_.each(dimensionInfos,function(item,index){%>
  • <%-item.value%>
  • <%});%>
维度评分
<%}%>
<%}else{%> <%if(isAdd){%>
<%=evaluationObject%> <%if(editable){%> 马上评价! <%}%>
<%}%> <%}%>