[% USE Whostmgr -%] [% WRAPPER 'master_templates/master.tmpl' app_key = 'Notification Center' header = 'Notification Center' icon = '/addon_plugins/nfcenter.png' breadcrumburl = '/cgi/addon_notification-center.cgi' skipbreadcrumb = 0 theme = "bootstrap" show_upgrade_message = 1 stylesheets = ['/cjt/css/ajaxapp-min.css', '/templates/common/revised_notices.min.css', '/templates/packages/common.min.css', '/styles/unified_optimized.css' ] extrastyle = '' include_legacy_stylesheets = 1 -%] [% PROCESS '_pkg_hover.tmpl' -%] [% PROCESS '_ajaxapp_header.tmpl' -%] [% 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
[% PROCESS '_ajaxapp_footer.tmpl' -%] [% END #wrapper -%]