Commit e3697e391c4ac61f3c16ac74c4481e81ab4b90ee
1 parent
3899599d
Exists in
master
Alterado topo páginas
Showing
2 changed files
with
21 additions
and
8 deletions
Show diff stats
ieducar/index.php
... | ... | @@ -33,15 +33,14 @@ |
33 | 33 | <head> |
34 | 34 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
35 | 35 | <title>Sistema de gestão escolar | i-Educar</title> |
36 | - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | |
37 | 36 | </head> |
38 | -<frameset rows="115,*" frameborder="1" framespacing="2" border="0"> | |
37 | +<frameset rows="27,*" framespacing="2" border="0" frameborder="0" > | |
39 | 38 | <frame src="intranet/topo.php" name="superior" noresize scrolling="no"> |
40 | - <frame src="intranet/index.php" name="central" marginwidth="2" marginheight="3" noresize scrolling="yes"> | |
39 | + <frame src="intranet/index.php" name="central" marginwidth="0" marginheight="0" noresize scrolling="yes"> | |
41 | 40 | </frameset> |
42 | 41 | <noframes> |
43 | 42 | <body> |
44 | 43 | <p>Para utilizar este sistema, um navegador com suporte a quadros (frames) é necessário.</p> |
45 | 44 | </body> |
46 | 45 | </noframes> |
47 | -</html> | |
48 | 46 | \ No newline at end of file |
47 | +</html> | ... | ... |
ieducar/intranet/topo.php
1 | +<?php | |
2 | + require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/bootstrap.php'; | |
3 | + $entityName = $GLOBALS['coreExt']['Config']->app->entity->name; | |
4 | +?> | |
5 | + | |
1 | 6 | <html> |
2 | -<head></head> | |
3 | -<body bgcolor="white" background="imagens/fundo.png" marginwidth="0" leftmargin="0" topmargin="0"> | |
4 | -<img src="imagens/pingus.jpg"> | |
5 | -</body> | |
7 | + <head> | |
8 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
9 | + <link rel=stylesheet type='text/css' href='styles/reset.css' /> | |
10 | + <link rel=stylesheet type='text/css' href='styles/portabilis.css' /> | |
11 | + </head> | |
12 | + | |
13 | + <body> | |
14 | + <div id="cabecalho" class="texto-normal"> | |
15 | + <div id="ccorpo"> | |
16 | + <p><a id="logo" href="/">i-Educar</a> <span id="status"><span id="entidade"><?php echo $entityName; ?></span></span></p> | |
17 | + </div> | |
18 | + </div> | |
19 | + </body> | |
6 | 20 | </html> | ... | ... |