[%
USE DataURI;
USE JSON;
USE NVData;
USE Whostmgr;
WRAPPER 'master_templates/master.tmpl' theme="yui"
app_key = 'mail_queue_manager'
stylesheets = [
Whostmgr.find_file_url('yui/assets/skins/sam/calendar.css')
Whostmgr.find_file_url('/mail.css')
Whostmgr.find_file_url('/cjt/css/wrapped-select.css')
]
warn_linked_nodes => 1,
scripts = [
'/yui-gen/data/data.js'
]
;
SET spinner_url = '/images/whm-spinner.gif';
IF CPANEL.ua_is_ie && CPANEL.ua_is_ie < 8;
SET spinner_url = MagicRevision(spinner_url);
"";
ELSE;
SET spinner_url = DataURI.datauri(spinner_url, 'image/gif');
END;
SET nvdata = NVData.get_page_nvdata();
-%]
[% PROCESS '_ajaxapp_styles.tmpl' -%]
[% PROCESS '_ajaxapp_header.tmpl' -%]
[% PROCESS '_loadjs.tmpl' FOR src=[
'/cjt/datasource-min.js'
'/sharedjs/fetch_mail_queue_optimized.js'
'/yui/calendar/calendar-min.js'
] %]
[% locale.maketext("This interface lets you view, delete, and attempt to deliver queued messages that the system has not yet delivered to their destinations.") %]
[% PROCESS _date_format_copy.tmpl -%]