[% USE date %]
[% PROCESS sub/date.html %]
-=> [% c.loc("Who is viewing this Page?") %] [ [% date_format(date.now) %] ] | |
![]() |
[% FOREACH whos IN whos_view_this_page %] [% IF whos == 'SELF'; whos = { user_id => c.user_exists ? c.user_id : 0, user => c.user_exists ? c.user : undef, sessionid => c.sessionid, path => c.req.path, title => title || 'unknown', start_time => date.now, last_time => date.now }; END; %] [% IF whos.user %] [% whos.user.nickname %][% UNLESS loop.last %], [% END %] [% ELSE %] Guest [% END %] [% END %] |