[% SET CPANEL.CPVAR.dprefix = "../" %]
[% WRAPPER '_assets/master.html.tt'
app_key = 'visitors'
-%]
[% SET list_last_visitors = Api2.exec("Stats", "listlastvisitors", {} ); %]
[% locale.maketext("This function displays up to [numf,_1] of the most recent entries in the domain’s web server log.", 1000) %]
[% locale.maketext("Select a Domain") %]
|
[% locale.maketext("Domain") %]
|
[% locale.maketext("View") %]
|
[% IF list_last_visitors.size; %]
[% FOREACH lastVisitor IN list_last_visitors; %]
| [% lastVisitor.txt.html() %] |
|
[% END %]
[% ELSE %]
|
[% locale.maketext("There are no domains which have last visitors stats to display.") %]
|
[% END %]
[% END #wrapper -%]