kopia lustrzana https://github.com/friendica/friendica
6 wiersze
460 B
Smarty
6 wiersze
460 B
Smarty
<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
|
|
<img src="images/like.gif" alt="I like this" title="I like this [toggle]" onclick="dolike($id,'like');" />
|
|
<img src="images/dislike.gif" alt="I don't like this" title="I don't like this [toggle]" onclick="dolike($id,'dislike');" />
|
|
<img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" />
|
|
</div>
|