]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/like_noshare.tpl
template engine rework
[friendica.git] / view / theme / frost-mobile / smarty3 / like_noshare.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <div class="wall-item-like-buttons" id="wall-item-like-buttons-{{$id}}">
7         <a href="#" class="tool like" title="{{$likethis}}" onclick="dolike({{$id}},'like'); return false"></a>
8         {{if $nolike}}
9         <a href="#" class="tool dislike" title="{{$nolike}}" onclick="dolike({{$id}},'dislike'); return false"></a>
10         {{/if}}
11         <img id="like-rotator-{{$id}}" class="like-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" />
12 </div>