我想使用,如果然後其他人在HBBS文件,如果{{NumLikes}}
大於0
然後第一圖像其他第二圖像,所以我可以如何使用如果其他人在使用backbone.js的hbs模板文件中。 我使用handelsbar作爲模板。我如何使用,如果然後其他在HBE骨幹模板文件,即時通訊使用handelsbar模板
<div>
< div class="comm-tab-row">
<div class="post-left-panel">
<div class="post-image-container">
<img src="{{UserImageURL}}" alt="" class="post-image" /></br>
<% if ({{NumLikes}} = 0) { %>
<img src="images/myCommunity/[email protected]" width="20" height="19" id="like-btn" name = "like-Button" >
<% } else { %>
<img src="images/myCommunity/[email protected]" width="20" height="19" id="like-btn" name = "like-Button" >
<% } %>
({{NumLikes}})
</div>
</div>
<div class="post-body">
<h5 class="comm-tab-heading">
<span class="navigate-screen" id="{{Id}}" style="text-decoration:underline;">
{{UserName}}
</span>
<span>
-
</span>
<span>
{{format_date Time ""}}
</span>
</h5>
{{Message}}
</div>
<div class="comm-right-panel">
<a href="javascript:void(0);" class="btn-follow" name = "follow-button">FOLLOW</a>
<a href="javascript:void(0);" class="btn-comment" name = "comment-button">{{NumComments}} - COMMENT</a>
</div>
</div>
</div>
</div>
感謝馬赫什。但現在我收到這個錯誤。錯誤:ifCond不匹配,如果 var tmp = Error.prototype.constructor.apply(this,arguments); – Khalil