Commit 1eb4771cb5f23d9a7549d61e17dd27b2daa091cb

Authored by Eriksen Costa Paixão
1 parent ae870bc2
Exists in master

by Eriksen: Refactoring de código HTML e correção cabeçalho de arquivo

Showing 1 changed file with 33 additions and 35 deletions   Show diff stats
ieducar/index.php
1 1 <?php
2   -/**
  2 +
  3 +/*
  4 + * i-Educar - Sistema de gestão escolar
3 5 *
4   - * @version SVN: $Id$
5   - * @author Prefeitura Municipal de Itajaí
6   - * @updated 29/03/2007
7   - * Pacote: i-PLB Software Público Livre e Brasileiro
  6 + * Copyright (C) 2006 Prefeitura Municipal de Itajaí
  7 + * <ctima@itajai.sc.gov.br>
8 8 *
9   - * Copyright (C) 2006 PMI - Prefeitura Municipal de Itajaí
10   - * ctima@itajai.sc.gov.br
  9 + * Este programa é software livre; você pode redistribuí-lo e/ou modificá-lo
  10 + * sob os termos da Licença Pública Geral GNU conforme publicada pela Free
  11 + * Software Foundation; tanto a versão 2 da Licença, como (a seu critério)
  12 + * qualquer versão posterior.
11 13 *
12   - * Este programa é software livre, você pode redistribuí-lo e/ou
13   - * modificá-lo sob os termos da Licença Pública Geral GNU, conforme
14   - * publicada pela Free Software Foundation, tanto a versão 2 da
15   - * Licença como (a seu critério) qualquer versão mais nova.
16   - *
17   - * Este programa é distribuído na expectativa de ser útil, mas SEM
18   - * QUALQUER GARANTIA. Sem mesmo a garantia implícita de COMERCIALI-
19   - * ZAÇÃO ou de ADEQUAÇÃO A QUALQUER PROPÓSITO EM PARTICULAR. Con-
20   - * sulte a Licença Pública Geral GNU para obter mais detalhes.
21   - *
22   - * Você deve ter recebido uma cópia da Licença Pública Geral GNU
23   - * junto com este programa. Se não, escreva para a Free Software
24   - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
25   - * 02111-1307, USA.
  14 + * Este programa é distribuí­do na expectativa de que seja útil, porém, SEM
  15 + * NENHUMA GARANTIA; nem mesmo a garantia implí­cita de COMERCIABILIDADE OU
  16 + * ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. Consulte a Licença Pública Geral
  17 + * do GNU para mais detalhes.
26 18 *
  19 + * Você deve ter recebido uma cópia da Licença Pública Geral do GNU junto
  20 + * com este programa; se não, escreva para a Free Software Foundation, Inc., no
  21 + * endereço 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA.
27 22 */
  23 +
28 24 ?>
29   -<html>
30   -<head>
31   -<title>Sistema de gestão escolar | i-Educar</title>
32   -</head>
33   -<FRAMESET ROWS="20%,*%" FRAMEBORDER="1" FRAMESPACING="2" border="0">
34   - <FRAME SRC="intranet/topo.php" NAME="superior" NORESIZE SCROLLING="NO">
35   - <FRAME SRC="intranet/index.php" NAME="central" MARGINWIDTH="2" MARGINHEIGHT="3" NORESIZE SCROLLING="YES">-->
36   -</FRAMESET>
37   - <noframes>
38   - <body>
39   - </body>
40   - </noframes>
41   -</frameset>
42   -</html>
  25 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  26 +<html>
  27 +<head>
  28 + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  29 + <title>Sistema de gestão escolar | i-Educar</title>
  30 +</head>
  31 +<frameset rows="20%,*%" frameborder="1" framespacing="2" border="0">
  32 + <frame src="intranet/topo.php" name="superior" noresize scrolling="no">
  33 + <frame src="intranet/index.php" name="central" marginwidth="2" marginheight="3" noresize scrolling="yes">
  34 +</frameset>
  35 +<noframes>
  36 + <body>
  37 + <p>Para utilizar este sistema, um navegador com suporte a quadros (frames) é necessário.</p>
  38 + </body>
  39 +</noframes>
  40 +</html>
43 41 \ No newline at end of file
... ...