[% USE Whostmgr SET PAGE_BASE = '/cgi/addon_notification-center.cgi'; SET PAGE_PATH = cp_security_token _ PAGE_BASE _ '/'; SET BASE_URL = (Whostmgr.ENV.HTTPS == 'on' ? 'https://' : 'http://') _ Whostmgr.ENV.HTTP_HOST _ ':' _ Whostmgr.ENV.SERVER_PORT _ PAGE_PATH; WRAPPER 'master_templates/master.tmpl' app_key = 'Notification Center' header = locale.maketext('Notification Center') icon = '/addon_plugins/nfcenter.png' breadcrumburl = PAGE_BASE base = BASE_URL theme = "bootstrap" CJT2_EXCLUSIVE = 0 %] [% FOREACH notification IN data.notifications.keys.sort %] [% END %]
[% locale.maketext('Notification') %] [% locale.maketext('Time Occurred') %] [% locale.maketext('Show/Hide') %]
[% data.notifications.$notification.subject %] [% notification %] Show/Hide
[% END #wrapper -%]