[% USE DataURI -%] [% USE HTMLOptions -%] [% USE JSON -%] [% USE NVData -%] [% USE Whostmgr -%] [% WRAPPER 'master_templates/master.tmpl' theme="yui" app_key = 'mail_delivery_reports' 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') ] ; 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 lexicon = { 'Page [numf,_1]' => locale.text('Page [numf,_1]') 'Page [numf,_1] of [numf,_2]' => locale.text('Page [numf,_1] of [numf,_2]') 'Show [quant,_1,Record,Records]' => locale.text('Show [quant,_1,Record,Records]') }; SET nvdata = NVData.get_page_nvdata(); -%] [% PROCESS '_ajaxapp_styles.tmpl' -%] [% PROCESS '_ajaxapp_header.tmpl' -%] [% IF !cfg.db_err %]

[% locale.maketext('This screen allows you to find and review messages sent from and received by your server. You can see whether each message was delivered successfully. You can also view details about each delivery attempt.') %]
[% PROCESS _date_format_copy.tmpl -%]

[% PROCESS '_emailstats_status_include.tmpl' -%]

[% locale.maketext('Report Inquiry') %]

 
[% locale.maketext("Search Type:") %]
 
[% locale.maketext("Delivery Type:") %]
[% locale.maketext('Start Date:') %]
select date
[% locale.maketext('Start Time:') %]
[% locale.maketext('End Date:') %]
select date
[% locale.maketext('End Time:') %]
[% SET retention = CPANEL.CPCONF().exim_retention_days %] [% IF (!retention) %] [% SET retention=90 %] [% END %] [% locale.maketext("Data is retained for [quant,_1,day,days].", retention) %]
[% locale.maketext('Table Options') %]
[% locale.maketext("Select the columns you wish to display in the table.") %]
[% PROCESS '_ajaxapp_footer.tmpl' -%] [% INCLUDE _calendar.tmpl %] [% ELSE %] [% PROCESS '_emailstats_unavailable.tmpl' -%] [% END %] [% END -%]