clipbucket/upload/styles/cbv3/layout/blocks/pm/notification_block.html
2013-01-04 23:36:11 +00:00

14 lines
No EOL
557 B
HTML

<div id="thread-block-{$thread.thread_id}" onclick="window.location='{get_thread_link($thread)}' ">
<div class="notification {if !$last}notification-padding{/if}" >
<img src="{$userquery->avatar($thread)}" class="notify_avatar"/>
<div class="notification_data">
<strong>{list_thread_recipients($thread)}</strong>
<div>{$thread.last_message}</div>
<div class="notification_time">
{what_time($thread.time_added)}
</div>
</div>
</div>
</div>