Commit 20c251c2dcb9febdc0e6096d234b79c8a35c57be

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

Alterada proporções dos framesets: superior com tamanho fixo

Showing 1 changed file with 11 additions and 5 deletions   Show diff stats
ieducar/index.php
1 1 <?php
2 2  
3   -/*
  3 +/**
4 4 * i-Educar - Sistema de gestão escolar
5 5 *
6 6 * Copyright (C) 2006 Prefeitura Municipal de Itajaí
... ... @@ -11,16 +11,22 @@
11 11 * Software Foundation; tanto a versão 2 da Licença, como (a seu critério)
12 12 * qualquer versão posterior.
13 13 *
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
  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 16 * ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. Consulte a Licença Pública Geral
17 17 * do GNU para mais detalhes.
18 18 *
19 19 * Você deve ter recebido uma cópia da Licença Pública Geral do GNU junto
20 20 * com este programa; se não, escreva para a Free Software Foundation, Inc., no
21 21 * endereço 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA.
  22 + *
  23 + * @author Prefeitura Municipal de Itajaí <ctima@itajai.sc.gov.br>
  24 + * @category i-Educar
  25 + * @license @@license@@
  26 + * @package iEd
  27 + * @since Arquivo disponível desde a versão 1.0.0
  28 + * @version $Id$
22 29 */
23   -
24 30 ?>
25 31 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
26 32 <html>
... ... @@ -28,7 +34,7 @@
28 34 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
29 35 <title>Sistema de gestão escolar | i-Educar</title>
30 36 </head>
31   -<frameset rows="20%,*%" frameborder="1" framespacing="2" border="0">
  37 +<frameset rows="115,*" frameborder="1" framespacing="2" border="0">
32 38 <frame src="intranet/topo.php" name="superior" noresize scrolling="no">
33 39 <frame src="intranet/index.php" name="central" marginwidth="2" marginheight="3" noresize scrolling="yes">
34 40 </frameset>
... ...