[% USE Whostmgr; USE JSON; IF locale.get_html_dir_attr() == 'rtl'; SET rtl_bootstrap = Whostmgr.find_file_url('/3rdparty/bootstrap-rtl/optimized/dist/css/bootstrap-rtl.min.css'); END; SET styleSheets = [ rtl_bootstrap, theme_magic_url('libraries/bootstrap/optimized/css/bootstrap.min.css') theme_magic_url('/libraries/fontawesome/css/font-awesome.min.css') ]; WRAPPER 'master_templates/master.tmpl' app_key = 'Notification Center' header = locale.maketext('Notification Center') icon = '/addon_plugins/nfcenter.png' breadcrumburl = '/cgi/addon_notification-center.cgi' theme = "bootstrap" stylesheets = styleSheets %] [% 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 -%]