Файл: upload/module/shoutbox/template/default/block/entry.html.php
Строк: 20
<?php
/**
* [PHPFOX_HEADER]
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Module_Shoutbox
* @version $Id: entry.html.php 1298 2009-12-05 16:19:23Z Raymond_Benc $
*/
defined('PHPFOX') or exit('NO DICE!');
?>
<div class="js_shoutbox_messages {if isset($bShoutboxAjax)}row2 row_first{else}{if is_int($iShoutCount/2)}row1{else}row2{/if}{if ($iShoutCount + 1) == 1} row_first{/if}{/if}" style="position:relative;">
{if Phpfox::getUserParam('shoutbox.can_delete_all_shoutbox_messages')}
<div style="position:absolute; right:1px">
<a href="#" onclick="if (confirm('{phrase var='shoutbox.are_you_sure' phpfox_squote=true}')) {left_curly} $(this).parents('.js_shoutbox_messages:first').remove(); $.ajaxCall('shoutbox.delete', 'id={$aShoutout.shout_id}&module={$aShoutout.module}'); {right_curly} return false;" title="{phrase var='shoutbox.delete_this_shoutout'}">{img theme='misc/delete.gif'}</a>
</div>
{/if}
{img user=$aShoutout suffix='_20_square' max_width=20 max_height=20 style='vertical-align:middle;'} {$aShoutout|user:'':'':30}
<div class="extra_info">
{$aShoutout.time_stamp|date:'shoutbox.shoutbox_time_stamp'}
</div>
<div class="p_4">
{$aShoutout.text}
</div>
</div>