Вход Регистрация
Файл: upload/module/notification/template/default/controller/index.html.php
Строк: 115
<?php 
/**
 * [PHPFOX_HEADER]
 * 
 * @copyright        [PHPFOX_COPYRIGHT]
 * @author          Raymond Benc
 * @package         Phpfox
 * @version         $Id: $
 */
 
defined('PHPFOX') or exit('NO DICE!'); 

?>
{if count($aNotifications)}
<div id="js_notification_holder">
    <ul class="notification_holder">
    {foreach from=$aNotifications name=notifications key=sDate item=aSubNotifications}
        <li class="notification_date">{$sDate}</li>
        {foreach from=$aSubNotifications item=aNotification}
        <li id="js_notification_{$aNotification.notification_id}" class="{if !$aNotification.is_seen} is_new{/if}">{if !empty($aNotification.icon)}<img src="{$aNotification.icon}" alt="" class="v_middle" /> {/if}<a href="{$aNotification.link}" class="main_link{if !$aNotification.is_seen} is_new{/if}">{$aNotification.message}</a> - <span class="extra_info">{$aNotification.time_stamp|convert_time}</span><span class="notification_delete">&nbsp;&nbsp;-&nbsp;&nbsp;<a href="#" class="js_hover_title" onclick="$.ajaxCall('notification.delete', 'id={$aNotification.notification_id}'); return false;">{img theme='misc/delete.gif' class='v_middle'}<span class="js_hover_info">{phrase var='notification.delete_this_notification'}</span></a></span></li>
        {/foreach}
    {/foreach}
    </ul>

    <ul class="table_clear_button" id="js_notification_list_delete">
        <li><input type="button" value="{phrase var='notification.delete_all_notifications'}" class="button" onclick="$Core.processForm('#js_notification_list_delete'); $(this).ajaxCall('notification.removeAll'); return false;" /></li>
        <li class="table_clear_ajax"></li>
    </ul>
    <div class="clear"></div>
</div>
{/if}

<div id="js_no_notifications"{if count($aNotifications)} style="display:none;"{/if}>
    <div class="extra_info">
        {phrase var='notification.no_new_notifications'}
    </div>
    <br />
    <br />
    <ul class="table_clear_button" id="js_notification_list_delete_clear">
        <li><input type="button" value="{phrase var='notification.reset_notification_count'}" class="button button_off" onclick="$Core.processForm('#js_notification_list_delete_clear'); $(this).ajaxCall('notification.removeAll'); return false;" /></li>
        <li class="table_clear_ajax"></li>
    </ul>
    <div class="clear"></div>     
     
</div>
Онлайн: 1
Реклама