diff --git a/ieducar/intranet/include/clsListagem.inc.php b/ieducar/intranet/include/clsListagem.inc.php index 2287347..1619020 100755 --- a/ieducar/intranet/include/clsListagem.inc.php +++ b/ieducar/intranet/include/clsListagem.inc.php @@ -307,13 +307,14 @@ class clsListagem extends clsCampos //$barra = 'Localizacao: http://'.$server.$endereco.'
'; //$barra = 'Localizacao:'. $enderecoPagina .'
'; $barra = 'Filtros de busca'; - //$localizacao = 'LOCALIZACAO'; + $teste = 'LOCALIZACAO'; + $localizacao = new LocalizacaoSistema(); $localizacao->entradaCaminhos( array( - "www.google.com.br" => "i-Educar", - "imghp?hl=pt-BR&tab=wi" => "Escola", + "localhost" => "i-Educar", + "intranet/educar_index.php" => "Escola", "" => "Cadastro de Aluno" - )); + )); if (class_exists('clsPmiajudaPagina')) { $ajudaPagina = new clsPmiajudaPagina(); @@ -406,7 +407,7 @@ class clsListagem extends clsCampos $retorno .= " - {$localizacao->montar()} + {$localizacao->montar()} "; $retorno .= " diff --git a/ieducar/intranet/include/localizacaoSistema.php b/ieducar/intranet/include/localizacaoSistema.php index f914584..f825c3e 100644 --- a/ieducar/intranet/include/localizacaoSistema.php +++ b/ieducar/intranet/include/localizacaoSistema.php @@ -58,7 +58,7 @@ class LocalizacaoSistema { foreach( $this->localizacao as $link => $inner ) { $href .= ( $i === 1 ) ? $this->protocolo . $link : "/$link"; if( $i === $localizacao_count ) { - $this->html .= "
  • $inner
  • "; + $this->html .= "
  • $inner
  • "; } else { $this->html .= "
  • $inner
  • {$this->separador} "; } @@ -68,7 +68,8 @@ class LocalizacaoSistema { } public function montar() { - echo $this->html; + return $this->html; } + } ?> \ No newline at end of file diff --git a/ieducar/intranet/styles/novo.css b/ieducar/intranet/styles/novo.css index ad1143e..3301ae0 100755 --- a/ieducar/intranet/styles/novo.css +++ b/ieducar/intranet/styles/novo.css @@ -650,17 +650,18 @@ width:19px; } #localizacao a{ - font-family: tahoma,verdana,sans-serif; - font-size: 12px; + font-family: arial, verdana, sans-serif, "Times New Roman"; + font-size: 11px; font-style: normal; font-variant: normal; + font-weight: bold; letter-spacing: 0pt; line-height: normal; - background: #BECCD6; + background: #A1B3BD; padding: .7em 1em; float: left; text-decoration: none; - color: #ffffff; + color: #fff; text-shadow: 0 1px 0 rgba(255,255,255,.5); position: relative; } @@ -676,7 +677,7 @@ width:19px; margin-top: -1.5em; border-width: 1.5em 0 1.5em 1em; border-style: solid; - border-color: #BECCD6 #BECCD6 #BECCD6 transparent; + border-color: #A1B3BD #A1B3BD #A1B3BD transparent; left: -1em; } @@ -691,12 +692,13 @@ width:19px; margin-top: -1.5em; border-top: 1.5em solid transparent; border-bottom: 1.5em solid transparent; - border-left: 1em solid #BECCD6; + border-left: 1em solid #A1B3BD; right: -1em; } #localizacao a:hover::after{ border-left-color: #184e7f; + content: ""; } #localizacao .current, @@ -709,4 +711,6 @@ width:19px; #localizacao .current::before{ content: normal; } - +.fundoLocalizacao { + background-color: #E4E9ED; +} \ No newline at end of file -- libgit2 0.21.2