{**************************************************************************} {* *} {* Copyright (C) 2003-2014 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} {* it under the terms of the GNU General Public License as published by *} {* the Free Software Foundation; either version 2 of the License, or *} {* (at your option) any later version. *} {* *} {* This program is distributed in the hope that it will be useful, *} {* but WITHOUT ANY WARRANTY; without even the implied warranty of *} {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *} {* GNU General Public License for more details. *} {* *} {* You should have received a copy of the GNU General Public License *} {* along with this program; if not, write to the Free Software *} {* Foundation, Inc., *} {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************}

Parcours des logs du site

{if t($events)} {if $session.forward_ip} {else} {/if}
Propriétés de la session
utilisateur {$session.username} {if $session.suer}(suid by {$session.suer}){/if} [user's log]
Hôte {$session.forward_host} IP: {$session.forward_ip|uint_to_ip}
Proxy {$session.host} IP: {$session.ip|uint_to_ip}
{if $session.flags}Proxy{else}Hôte{/if} {$session.host} IP: {$session.ip|uint_to_ip}
Navigateur {$session.browser}

{foreach from=$events item=myevent} {/foreach}
date action donnée
{$myevent.stamp|date_format:"%x %X"} {$myevent.text} {$myevent.data}
{else}
Date Année  Mois  Jour
Action
Utilisateur

{foreach from=$sessions item=mysess} {/foreach} {if t($msg_nofilters)} {/if}
début utilisateur résumé actions
{$mysess.start|date_format:"%x %X"} {$mysess.username} {foreach from=$mysess.events item=myevent}{$myevent}
{/foreach}
session {if !$loguser || ($loguser neq $mysess.username) || $year || $month || $day} user's log {/if}
{$msg_nofilters}
{/if} {* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}