[% SET CPANEL.CPVAR.dprefix = "../" %] [% SET listwebalizer = execute("Stats", "list_sites", {'engine' => 'webalizer', 'traffic' => 'http'} ); %] [% WRAPPER '_assets/master.html.tt' app_key = 'webalizer' -%]

[% locale.maketext("Webalizer is a complex stats program that produces a variety of charts and graphs about who has visited your site.") %]

[% locale.maketext("Select a Domain") %]

[% IF listwebalizer.data.size() %] [% FOREACH hashref IN listwebalizer.data; %] [% SET domainName = hashref.domain.html(); SET alt = locale.maketext('View the statistics for “[_1]”.', hashref.domain).remove('"'); %] [% END %] [% ELSE %] [% IF listwebalizer.errors.size %] [% FOREACH error IN listwebalizer.errors %] [% END %] [% ELSE %] [% END %] [% END %]
[% locale.maketext("Domain") %] [% locale.maketext("Actions") %]
[% domainName %] [% IF hashref.ssl %] SSL [% END %] [% locale.maketext("View") %]
[% locale.maketext("There are no domains which have [asis,Webalizer] stats to display.") %]
[% END #wrapper -%]