<?
/***********************************************************************************/
/* PHP Report */
/* */
/* Copyright (c) 2005 by Daniela Toniolo, Leonardo Galvão and Marli Carneiro */
/* */
/* This is a free software. You can redistribute it and/or modify it under the */
/* terms of the GNU General Public License. */
/***********************************************************************************/
session_cache_limiter('public');
session_start();
include("classes/Class_Layout.php");
Layout::AcessoPagina("DadosUsuario");
include("idiomas/GrupoRel/".$_SESSION["Idioma"].".php");
include("classes/Class_Conexao.php");
include("classes/Class_GrupoRelatorio.php");
?>
<html>
<head>
<title><?=_TITULO;?></title>
<link href="estilo/estilo.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5"> </td>
<td width="55"><img src="imagens/titulo-grupos.gif" width="55" height="55"></td>
<td background="imagens/titulo-meio.gif" class="titulo"> <?=_TITULO;?></td>
<td width="5"><img src="imagens/titulo-dir.gif" width="5" height="55"></td>
</tr>
<tr>
<td colspan="4"> </td>
</tr>
</table>
<? GrupoRel::ListaDeGrupos(); ?>
</body>
</html>