[% SET CPANEL.CPVAR.dprefix = "../" %] [% SET analog_stats = execute("Stats", "list_sites", {'engine' => 'analog'} ); %] [% SET rowCount = 0 %] [% WRAPPER '_assets/master.html.tt' app_key = 'analog_stats' -%]

[% locale.maketext("Analog produces a simple summary of all the people who have visited your site. It is fast and provides great lightweight statistics. Analog shows the people who have accessed your site during a specific month. It provides limited content but can be helpful to see where your main users are from.") %]

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

[% IF analog_stats.data.size() %] [% FOREACH hashref IN analog_stats.data; %] [% SET domainName = hashref.domain.html(); SET alt = locale.maketext_plain_context('View the statistics for “[_1]”.', hashref.domain).html(); %] [% END %] [% ELSE %] [% END %]
[% locale.maketext("Domain") %] [% locale.maketext("Actions") %]
[% domainName %] [% IF hashref.ssl %] SSL [% END %] [% locale.maketext("View") %]
[% IF analog_stats.errors.size %] [% FOREACH error IN analog_stats.errors %] [% END %] [% ELSE %] [% END %]
[% INCLUDE _assets/return_link.html.tt return_location='../index.html' return_link_text=locale.maketext('Go Back') %]
[% END #wrapper -%]