%doc>
#
# $Id: head-page.html,v 1.5 2002/01/27 15:14:28 adulau Exp $
#
# head-page is the head of each ipfc document. You have information about loging,
# last-action and so on...
#
# Authors : Alexandre Dulaunoy
# Tycho Fruru
# Copyright (C) 2002 Tycho Fruru
# Copyright (C) 2001 Alexandre Dulaunoy
# Copyright (C) 2001 Conostix S.A. Luxembourg
# 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. See .
#
# 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.
#
%doc>
<%args>
$title
$session
%args>
<%perl>
my $config = $m->comp('config.ipfc');
%perl>
<% $title %>
<%doc>
#
authenticated as <% $session->{_session_id} %> and last query was <% $session->{query} %>
%doc>
Managed Security
Services Frontend : <% $title %>
Logged in as
<% $session->{'userid'} %> (<% $session->{'userfullname'} %>)
[ main ]
last action result : <%
$session->{lastaction} %>
<%perl>
%perl>