1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-02 04:37:47 +00:00
Havana/tools/www-tpl/default-en/homes/widget/guestbook/preview.tpl
2023-01-14 15:24:44 +10:00

20 lines
No EOL
962 B
Smarty

<ul class="guestbook-entries">
<li id="guestbook-entry--1" class="guestbook-entry">
<div class="guestbook-author">
<img src="{{ site.sitePath }}/habbo-imaging/avatarimage?figure={{ playerDetails.getFigure() }}&size=s&direction=4&head_direction=4&crr=0&gesture=&frame=1" alt="" title=""/>
</div>
<div class="guestbook-message">
<div class="{% if playerDetails.isOnline() %}online{% else %}offline{% endif %}">
<a href="{{ site.sitePath }}/home/{{ playerDetails.getName() }}">{{ playerDetails.getName() }}</a>
</div>
<p>{{ message }}</p>
</div>
<div class="guestbook-cleaner">&nbsp;</div>
<div class="guestbook-entry-footer metadata">{{ formattedDate }}<!-- Jun 29, 2019 8:48:09 PM --></div>
</li>
</ul>
<div class="guestbook-toolbar clearfix">
<a href="#" class="new-button" id="guestbook-form-continue"><b>Continue Editing</b><i></i></a>
<a href="#" class="new-button" id="guestbook-form-post"><b>Add Entry</b><i></i></a>
</div>