1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-04 05:37:47 +00:00
Havana/tools/www-tpl/default/homes/widget/guestbook/preview.tpl

20 lines
971 B
Smarty
Raw Normal View History

2022-09-03 15:05:14 +10:00
<ul class="guestbook-entries">
<li id="guestbook-entry--1" class="guestbook-entry">
<div class="guestbook-author">
<img src="https://cdn.classichabbo.com/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>