Файл: content/themes/facebook/templates/rp.statistics.tpl
Строк: 32
<div class="sectionHeader mt10">
<strong>{$translate->__("Statistics")}</strong>
</div>
<div
class="sectionContainer">
<div
class="sectionDetails">
<label>Like:</label><span>{$post.Likes}</span>
<span class="uiButtonText whoLikePost {if $post.Likes ==
0}hidden{/if}"
id="{$post.PostType}-{$post.PostID}-{$post.UserID}"
hits="{$post.Likes}">[?]</span><br />
<label>Dislike:</label><span>{$post.Dislikes}</span>
<span class="uiButtonText whoDislikePost {if $post.Dislikes ==
0}hidden{/if}"
id="{$post.PostType}-{$post.PostID}-{$post.UserID}"
hits="{$post.Dislikes}">[?]</span><br />
<label>Comments:</label><span
class="whoComment">{$post.Comments}</span><br />
<label>Favourites:</label><span>{$post.Favorits}</span>
<span class="uiButtonText whoFavoritePost {if $post.Favorits ==
0}hidden{/if}"
id="{$post.PostType}-{$post.PostID}-{$post.UserID}"
hits="{$post.Favorits}">[?]</span><br />
</div>
</div>