{**************************************************************************} {* *} {* Copyright (C) 2003-2004 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 $smarty.request.logsess}
{$msg_session_properties}
{$msg_user} {$session.username} {if $session.suer}(suid by {$session.suer}){/if} [user's log]
{$msg_host} {$session.host} IP: {$session.ip}
{$msg_browser} {$session.browser}

{foreach from=$events item=myevent} {/foreach}
{$msg_date} {$msg_action} {$msg_data}
{$myevent.stamp|date_format:"%x %X"} {$myevent.text} {$myevent.data}
{else}
{$msg_filter_by}
{$msg_date} {$msg_year}  {$msg_month}  {$msg_day}
{$msg_user} {html_options name="logauth" options=$auths selected=$logauth}

{foreach from=$sessions item=mysess} {/foreach} {if $msg_nofilters} {/if}
{$msg_start} {$msg_user} {$msg_summary} {$msg_actions}
{$mysess.start|date_format:"%x %X"} {$mysess.username} ({$mysess.lauth}) {foreach from=$mysess.events item=myevent}{$myevent}
{/foreach}
{foreach from=$mysess.actions item=myaction} {a lnk=$myaction} {/foreach}
{$msg_nofilters}
{/if} {* vim:set et sw=2 sts=2 sws=2: *}