Commit e9c539a7e185a90dd1e3b1d9548848bdb06528f3
1 parent
2c3f5b4a
Exists in
master
Removido imagem fundo página principal, alterado layout barra usuário, alterado …
…nvp_htmlhead.tpl para carregar prototype e scriptaculous do google cdn
Showing
3 changed files
with
48 additions
and
60 deletions
Show diff stats
ieducar/intranet/educar_index.php
| ... | ... | @@ -45,7 +45,7 @@ class indice |
| 45 | 45 | { |
| 46 | 46 | return " |
| 47 | 47 | <table width='100%' style='height: 100%;'> |
| 48 | - <tr align=center valign='top'><td><img src='imagens/i-educar/splashscreen.jpg' alt='i-educar' style='padding-top: 50px'></td></tr> | |
| 48 | + <tr align=center valign='top'><td></td></tr> | |
| 49 | 49 | </table> |
| 50 | 50 | "; |
| 51 | 51 | } |
| ... | ... | @@ -59,4 +59,4 @@ $pagina->addForm( $miolo ); |
| 59 | 59 | |
| 60 | 60 | $pagina->MakeAll(); |
| 61 | 61 | |
| 62 | -?> | |
| 63 | 62 | \ No newline at end of file |
| 63 | +?> | ... | ... |
ieducar/intranet/templates/nvp_htmlbody.tpl
| 1 | -<?php | |
| 2 | - | |
| 3 | -require_once 'CoreExt/View/Helper/UrlHelper.php'; | |
| 4 | -$uri = explode('/', CoreExt_View_Helper_UrlHelper::url( | |
| 5 | - $_SERVER['REQUEST_URI'], | |
| 6 | - array( | |
| 7 | - 'components' => CoreExt_View_Helper_UrlHelper::URL_PATH | |
| 8 | - ) | |
| 9 | -)); | |
| 10 | - | |
| 11 | -$path = ''; | |
| 12 | -if ($uri[1] == 'module') { | |
| 13 | - $path = '../../intranet/'; | |
| 14 | -} | |
| 15 | - | |
| 16 | -?> | |
| 17 | 1 | <table summary="" class='tabelanum1' id="tablenum1" border='0' cellspacing='0' cellpadding='0'> |
| 18 | 2 | <tr class="r2c1"> |
| 19 | - <td align="left" class="r2c1A"> Usuário atual: <b style="font-variant: small-caps;"><!-- #&USERLOGADO&# --></b></td> | |
| 20 | - <td align="center" class="r2c1A"> Último Acesso: <b><!-- #&ULTIMOACESSO&# --></b></td> | |
| 21 | - <td align="right"> | |
| 22 | - <a href="<?php print $path; ?>index.php"><img src="imagens/nvp_bot_intra_calendario.jpg" width="79" height="21" border="0" alt="Calendario" title="Calendario"></a><a href="<?php print $path; ?>meusdados.php"><img src="imagens/nvp_bot_intra_dados.jpg" width="80" height="21" border="0" alt="Meus Dados" title="Meus Dados"></a><a href="<?php print $path; ?>logof.php"><img src="imagens/nvp_bot_intra_logout.jpg" width="56" height="21" border="0" alt="Logout" title="Fazer Logout"></a> | |
| 23 | - </td> | |
| 3 | + <td align="left" class="r2c1A" > Usuário atual: <b style="font-variant: small-caps;"><!-- #&USERLOGADO&# --></b></td> | |
| 4 | + <td align="center" class="r2c1A" > Último Acesso: <b><!-- #&ULTIMOACESSO&# --></b></td> | |
| 5 | + | |
| 6 | + <td align="right"><a href="index.php"><img src="imagens/nvp_bot_intra_calendario.jpg" width="79" height="21" border="0" alt="Calendario" title="Calendário"></a><a href="meusdados.php"><img src="imagens/nvp_bot_intra_dados.jpg" width="80" height="21" border="0" alt="Meus Dados" title="Meus dados"></a><a href="logof.php"><img src="imagens/nvp_bot_intra_logout.jpg" width="56" height="21" border="0" alt="Logout" title="Sair"></a><!--a href="http://www.google.com.br/" target="_blank"><img src="imagens/nvp_bot_internet.jpg" width="62" height="21" border="0" alt="Acessar Internet" title="Acessar a Web"></a--></td> | |
| 24 | 7 | </tr> |
| 25 | 8 | <tr> |
| 26 | - <td colspan="3"> | |
| 27 | - <table summary="" class='tabelanum2' border='0' cellspacing='0' cellpadding='0'> | |
| 28 | - <tr> | |
| 29 | - <td class="r3c1" width='170'><!-- #&MENU&# --></td> | |
| 30 | - <td valign=top> | |
| 31 | - <table summary="" class='tabelanum2' border='0' cellspacing='0' cellpadding='0'> | |
| 32 | - <tr> | |
| 33 | - <td height="0" id="menu_suspenso"> | |
| 34 | - <input type="hidden" value="" id="posx"> | |
| 35 | - <input type="hidden" value="" id="posy"> | |
| 36 | - </td> | |
| 37 | - </tr> | |
| 38 | - <tr> | |
| 39 | - <td height="100%" valign="top" id="corpo"> | |
| 40 | - <!-- #&PROG_ALERT&# --> | |
| 41 | - <!-- #&NOTIFICACOES&# --> | |
| 42 | - <!-- #&CORPO&# --> | |
| 43 | - </td> | |
| 44 | - </tr> | |
| 45 | - </table> | |
| 46 | - </td> | |
| 47 | - </tr> | |
| 48 | - </table> | |
| 49 | - </td> | |
| 9 | + <td colspan="3"> | |
| 10 | + <table summary="" class='tabelanum2' border='0' cellspacing='0' cellpadding='0'> | |
| 11 | + <tr> | |
| 12 | + <td class="r3c1" width='170'><!-- #&MENU&# --></td> | |
| 13 | + <td valign=top> | |
| 14 | + <table summary="" class='tabelanum2' border='0' cellspacing='0' cellpadding='0'> | |
| 15 | + <tr> | |
| 16 | + <td height="0" id="menu_suspenso"> | |
| 17 | + <input type="hidden" value="" id="posx"> | |
| 18 | + <input type="hidden" value="" id="posy"> | |
| 19 | + </td> | |
| 20 | + </tr> | |
| 21 | + <tr> | |
| 22 | + <td height="100%" valign="top" id="corpo"> | |
| 23 | + <!-- #&PROG_ALERT&# --> | |
| 24 | + <!-- #&NOTIFICACOES&# --> | |
| 25 | + <!-- #&CORPO&# --> | |
| 26 | + </td> | |
| 27 | + </tr> | |
| 28 | + </table> | |
| 29 | + </td> | |
| 30 | + </tr> | |
| 31 | + </table> | |
| 32 | + </td> | |
| 50 | 33 | </tr> |
| 51 | 34 | <tr class="rodape"> |
| 52 | - <td colspan="3"><center> | |
| 53 | - <img src="imagens/nvp_bot_html.jpg" width="77" height="27" border="0" alt="HTML Validate" title="HTML Validate"> | |
| 54 | - <img src="imagens/nvp_bot_css.jpg" width="77" height="27" border="0" alt="CSS Validate" title="CSS Validate"> | |
| 55 | - <img src="imagens/nvp_bot_xml.jpg" width="77" height="27" border="0" alt="XML Validate" title="XML Validate"> | |
| 56 | - | |
| 57 | - <img src="imagens/nvp_bot_acessibilidade.jpg" width="26" height="28" border="0" alt="Este símbolo indica o ato voluntário que demonstra, unicamente, um esforço em aumentar a acessibilidade de um site." title="Este símbolo indica o ato voluntário que demonstra, unicamente, um esforço em aumentar a acessibilidade de um site."><!-- | |
| 58 | - | |
| 59 | - <a href="enviar_email.php"><img src="imagens/nvp_bot_www.jpg" border="0" alt="Envie esta página por e-mail." title="Envie esta página por e-mail."></a>--> | |
| 60 | - </center></td> | |
| 35 | + <td colspan="3"><center> | |
| 36 | + <!--img src="imagens/nvp_bot_html.jpg" width="77" height="27" border="0" alt="HTML Validate" title="HTML Validate"> | |
| 37 | + <img src="imagens/nvp_bot_css.jpg" width="77" height="27" border="0" alt="CSS Validate" title="CSS Validate"> | |
| 38 | + <img src="imagens/nvp_bot_xml.jpg" width="77" height="27" border="0" alt="XML Validate" title="XML Validate"> | |
| 39 | + | |
| 40 | + <img src="imagens/nvp_bot_acessibilidade.jpg" width="26" height="28" border="0" alt="Este símbolo indica o ato voluntário que demonstra, unicamente, um esforço em aumentar a acessibilidade de um site." title="Este símbolo indica o ato voluntário que demonstra, unicamente, um esforço em aumentar a acessibilidade de um site."--><!-- | |
| 41 | + | |
| 42 | + <a href="enviar_email.php"><img src="imagens/nvp_bot_www.jpg" border="0" alt="Envie esta página por e-mail." title="Envie esta página por e-mail."></a>--> | |
| 43 | + </center></td> | |
| 61 | 44 | </tr> |
| 62 | -</table> | |
| 63 | 45 | \ No newline at end of file |
| 46 | +</table> | ... | ... |
ieducar/intranet/templates/nvp_htmlhead.tpl
| ... | ... | @@ -3,6 +3,7 @@ |
| 3 | 3 | <html lang="pt"> |
| 4 | 4 | <head> |
| 5 | 5 | <meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1' /> |
| 6 | + <!--meta http-equiv="Content-Type" content="text/html; charset=utf-8" /--> | |
| 6 | 7 | <meta http-equiv="Pragma" content="no-cache" /> |
| 7 | 8 | <meta http-equiv="Expires" content="-1" /> |
| 8 | 9 | <!-- #&REFRESH&# --> |
| ... | ... | @@ -13,6 +14,9 @@ |
| 13 | 14 | <link rel=stylesheet type='text/css' href='styles/styles.css' /> |
| 14 | 15 | <link rel=stylesheet type='text/css' href='styles/novo.css' /> |
| 15 | 16 | <link rel=stylesheet type='text/css' href='styles/menu.css' /> |
| 17 | + <!--link rel=stylesheet type='text/css' href='styles/reset.css' /> | |
| 18 | + <link rel=stylesheet type='text/css' href='styles/portabilis.css' /--> | |
| 19 | + <link rel=stylesheet type='text/css' href='styles/min-portabilis.css' /> | |
| 16 | 20 | |
| 17 | 21 | <!-- #&ESTILO&# --> |
| 18 | 22 | |
| ... | ... | @@ -22,8 +26,9 @@ |
| 22 | 26 | <script type="text/javascript" src="scripts/menu.js?1"></script> |
| 23 | 27 | <script type="text/javascript" src="scripts/ied/forms.js?1"></script> |
| 24 | 28 | <script type="text/javascript" src="scripts/ied/phpjs.js?1"></script> |
| 25 | - <script type="text/javascript" src="scripts/scriptaculous/prototype.js"></script> | |
| 26 | - <script type="text/javascript" src="scripts/scriptaculous/scriptaculous.js?load=effects"></script> | |
| 29 | + | |
| 30 | + <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script> | |
| 31 | + <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js?load=effects"></script> | |
| 27 | 32 | |
| 28 | 33 | <script type="text/javascript"> |
| 29 | 34 | var running = false; |
| ... | ... | @@ -87,4 +92,4 @@ |
| 87 | 92 | </script> |
| 88 | 93 | </head> |
| 89 | 94 | <body <!-- #&BODYSCRIPTS&# -->> |
| 90 | - <div id="DOM_expansivel" class="DOM_expansivel"></div> | |
| 91 | 95 | \ No newline at end of file |
| 96 | + <div id="DOM_expansivel" class="DOM_expansivel"></div> | ... | ... |