Commit 757b85f22a838d477fed8d2fc0e173fdd588510b
1 parent
5cd1b79a
Exists in
master
Adicionando menu de indicação em 80% dos cadastros existentes;
Portabilis/ieducar#146
Showing
108 changed files
with
1071 additions
and
178 deletions
Show diff stats
ieducar/intranet/educar_abandono_cad.php
| @@ -45,6 +45,7 @@ class clsIndexBase extends clsBase | @@ -45,6 +45,7 @@ class clsIndexBase extends clsBase | ||
| 45 | { | 45 | { |
| 46 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Transferência Solicitação" ); | 46 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Transferência Solicitação" ); |
| 47 | $this->processoAp = "578"; | 47 | $this->processoAp = "578"; |
| 48 | + $this->addEstilo("localizacaoSistema"); | ||
| 48 | } | 49 | } |
| 49 | } | 50 | } |
| 50 | 51 | ||
| @@ -93,7 +94,18 @@ class indice extends clsCadastro | @@ -93,7 +94,18 @@ class indice extends clsCadastro | ||
| 93 | $det_matricula = $obj_matricula->detalhe(); | 94 | $det_matricula = $obj_matricula->detalhe(); |
| 94 | 95 | ||
| 95 | $this->url_cancelar = "educar_matricula_det.php?cod_matricula={$this->ref_cod_matricula}"; | 96 | $this->url_cancelar = "educar_matricula_det.php?cod_matricula={$this->ref_cod_matricula}"; |
| 97 | + | ||
| 98 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 99 | + $localizacao = new LocalizacaoSistema(); | ||
| 100 | + $localizacao->entradaCaminhos( array( | ||
| 101 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 102 | + "educar_index.php" => "Módulo Escola", | ||
| 103 | + "" => "{$nomeMenu} abandono de matrícula" | ||
| 104 | + )); | ||
| 105 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 106 | + | ||
| 96 | $this->nome_url_cancelar = "Cancelar"; | 107 | $this->nome_url_cancelar = "Cancelar"; |
| 108 | + | ||
| 97 | return $retorno; | 109 | return $retorno; |
| 98 | } | 110 | } |
| 99 | 111 |
ieducar/intranet/educar_aluno_beneficio_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Benefício Aluno" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Benefício Aluno" ); |
| 37 | $this->processoAp = "581"; | 37 | $this->processoAp = "581"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -87,6 +88,16 @@ class indice extends clsCadastro | @@ -87,6 +88,16 @@ class indice extends clsCadastro | ||
| 87 | } | 88 | } |
| 88 | } | 89 | } |
| 89 | $this->url_cancelar = ($retorno == "Editar") ? "educar_aluno_beneficio_det.php?cod_aluno_beneficio={$registro["cod_aluno_beneficio"]}" : "educar_aluno_beneficio_lst.php"; | 90 | $this->url_cancelar = ($retorno == "Editar") ? "educar_aluno_beneficio_det.php?cod_aluno_beneficio={$registro["cod_aluno_beneficio"]}" : "educar_aluno_beneficio_lst.php"; |
| 91 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 92 | + | ||
| 93 | + $localizacao = new LocalizacaoSistema(); | ||
| 94 | + $localizacao->entradaCaminhos( array( | ||
| 95 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 96 | + "educar_index.php" => "Módulo Escola", | ||
| 97 | + "" => "{$nomeMenu} benefícios de alunos" | ||
| 98 | + )); | ||
| 99 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 100 | + | ||
| 90 | $this->nome_url_cancelar = "Cancelar"; | 101 | $this->nome_url_cancelar = "Cancelar"; |
| 91 | return $retorno; | 102 | return $retorno; |
| 92 | } | 103 | } |
ieducar/intranet/educar_aluno_beneficio_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Benefício Aluno" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Benefício Aluno" ); |
| 37 | $this->processoAp = "581"; | 37 | $this->processoAp = "581"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -100,6 +101,14 @@ class indice extends clsDetalhe | @@ -100,6 +101,14 @@ class indice extends clsDetalhe | ||
| 100 | //** | 101 | //** |
| 101 | $this->url_cancelar = "educar_aluno_beneficio_lst.php"; | 102 | $this->url_cancelar = "educar_aluno_beneficio_lst.php"; |
| 102 | $this->largura = "100%"; | 103 | $this->largura = "100%"; |
| 104 | + | ||
| 105 | + $localizacao = new LocalizacaoSistema(); | ||
| 106 | + $localizacao->entradaCaminhos( array( | ||
| 107 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 108 | + "educar_index.php" => "Módulo Escola", | ||
| 109 | + "" => "Detalhe do benefício de alunos" | ||
| 110 | + )); | ||
| 111 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 103 | } | 112 | } |
| 104 | } | 113 | } |
| 105 | 114 |
ieducar/intranet/educar_aluno_beneficio_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Benefício Aluno" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Benefício Aluno" ); |
| 37 | $this->processoAp = "581"; | 37 | $this->processoAp = "581"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -149,6 +150,14 @@ class indice extends clsListagem | @@ -149,6 +150,14 @@ class indice extends clsListagem | ||
| 149 | //** | 150 | //** |
| 150 | 151 | ||
| 151 | $this->largura = "100%"; | 152 | $this->largura = "100%"; |
| 153 | + | ||
| 154 | + $localizacao = new LocalizacaoSistema(); | ||
| 155 | + $localizacao->entradaCaminhos( array( | ||
| 156 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 157 | + "educar_index.php" => "Módulo Escola", | ||
| 158 | + "" => "Listagem de benefícios de alunos" | ||
| 159 | + )); | ||
| 160 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 152 | } | 161 | } |
| 153 | } | 162 | } |
| 154 | // cria uma extensao da classe base | 163 | // cria uma extensao da classe base |
ieducar/intranet/educar_aluno_det.php
| @@ -61,6 +61,7 @@ class clsIndexBase extends clsBase | @@ -61,6 +61,7 @@ class clsIndexBase extends clsBase | ||
| 61 | { | 61 | { |
| 62 | $this->SetTitulo($this->_instituicao . ' i-Educar - Aluno'); | 62 | $this->SetTitulo($this->_instituicao . ' i-Educar - Aluno'); |
| 63 | $this->processoAp = 578; | 63 | $this->processoAp = 578; |
| 64 | + $this->addEstilo("localizacaoSistema"); | ||
| 64 | } | 65 | } |
| 65 | } | 66 | } |
| 66 | 67 | ||
| @@ -839,6 +840,14 @@ class indice extends clsDetalhe | @@ -839,6 +840,14 @@ class indice extends clsDetalhe | ||
| 839 | $this->url_cancelar = 'educar_aluno_lst.php'; | 840 | $this->url_cancelar = 'educar_aluno_lst.php'; |
| 840 | $this->largura = '100%'; | 841 | $this->largura = '100%'; |
| 841 | 842 | ||
| 843 | + $localizacao = new LocalizacaoSistema(); | ||
| 844 | + $localizacao->entradaCaminhos( array( | ||
| 845 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 846 | + "educar_index.php" => "Módulo Escola", | ||
| 847 | + "" => "Detalhe do aluno" | ||
| 848 | + )); | ||
| 849 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 850 | + | ||
| 842 | $this->addDetalhe("<input type='hidden' id='escola_id' name='aluno_id' value='{$registro['ref_cod_escola']}' />"); | 851 | $this->addDetalhe("<input type='hidden' id='escola_id' name='aluno_id' value='{$registro['ref_cod_escola']}' />"); |
| 843 | $this->addDetalhe("<input type='hidden' id='aluno_id' name='aluno_id' value='{$registro['cod_aluno']}' />"); | 852 | $this->addDetalhe("<input type='hidden' id='aluno_id' name='aluno_id' value='{$registro['cod_aluno']}' />"); |
| 844 | 853 |
ieducar/intranet/educar_ano_letivo_modulo_cad.php
| @@ -53,6 +53,7 @@ class clsIndexBase extends clsBase | @@ -53,6 +53,7 @@ class clsIndexBase extends clsBase | ||
| 53 | { | 53 | { |
| 54 | $this->SetTitulo($this->_instituicao . ' i-Educar - Ano Letivo Módulo'); | 54 | $this->SetTitulo($this->_instituicao . ' i-Educar - Ano Letivo Módulo'); |
| 55 | $this->processoAp = 561; | 55 | $this->processoAp = 561; |
| 56 | + $this->addEstilo("localizacaoSistema"); | ||
| 56 | } | 57 | } |
| 57 | } | 58 | } |
| 58 | 59 | ||
| @@ -116,6 +117,15 @@ class indice extends clsCadastro | @@ -116,6 +117,15 @@ class indice extends clsCadastro | ||
| 116 | 117 | ||
| 117 | $this->nome_url_cancelar = 'Cancelar'; | 118 | $this->nome_url_cancelar = 'Cancelar'; |
| 118 | 119 | ||
| 120 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 121 | + $localizacao = new LocalizacaoSistema(); | ||
| 122 | + $localizacao->entradaCaminhos( array( | ||
| 123 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 124 | + "educar_index.php" => "Módulo Escola", | ||
| 125 | + "" => "{$nomeMenu} módulos do ano letivo" | ||
| 126 | + )); | ||
| 127 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 128 | + | ||
| 119 | return $retorno; | 129 | return $retorno; |
| 120 | } | 130 | } |
| 121 | 131 |
ieducar/intranet/educar_calendario_ano_letivo_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Calendario Ano Letivo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Calendario Ano Letivo" ); |
| 37 | $this->processoAp = "620"; | 37 | $this->processoAp = "620"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -106,6 +107,15 @@ class indice extends clsCadastro | @@ -106,6 +107,15 @@ class indice extends clsCadastro | ||
| 106 | } | 107 | } |
| 107 | 108 | ||
| 108 | $this->url_cancelar = ($retorno == "Editar") ? "educar_calendario_ano_letivo_det.php?cod_calendario_ano_letivo={$registro["cod_calendario_ano_letivo"]}" : "educar_calendario_ano_letivo_lst.php"; | 109 | $this->url_cancelar = ($retorno == "Editar") ? "educar_calendario_ano_letivo_det.php?cod_calendario_ano_letivo={$registro["cod_calendario_ano_letivo"]}" : "educar_calendario_ano_letivo_lst.php"; |
| 110 | + | ||
| 111 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 112 | + $localizacao = new LocalizacaoSistema(); | ||
| 113 | + $localizacao->entradaCaminhos( array( | ||
| 114 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 115 | + "educar_index.php" => "Módulo Escola", | ||
| 116 | + "" => "{$nomeMenu} calendário do ano letivo" | ||
| 117 | + )); | ||
| 118 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 109 | $this->nome_url_cancelar = "Cancelar"; | 119 | $this->nome_url_cancelar = "Cancelar"; |
| 110 | return $retorno; | 120 | return $retorno; |
| 111 | } | 121 | } |
ieducar/intranet/educar_calendario_ano_letivo_lst.php
| @@ -54,6 +54,7 @@ class clsIndexBase extends clsBase | @@ -54,6 +54,7 @@ class clsIndexBase extends clsBase | ||
| 54 | $this->SetTitulo($this->_instituicao . ' i-Educar - Calendário Ano Letivo'); | 54 | $this->SetTitulo($this->_instituicao . ' i-Educar - Calendário Ano Letivo'); |
| 55 | $this->addScript('calendario'); | 55 | $this->addScript('calendario'); |
| 56 | $this->processoAp = 620; | 56 | $this->processoAp = 620; |
| 57 | + $this->addEstilo("localizacaoSistema"); | ||
| 57 | } | 58 | } |
| 58 | } | 59 | } |
| 59 | 60 | ||
| @@ -505,6 +506,14 @@ class indice extends clsConfig | @@ -505,6 +506,14 @@ class indice extends clsConfig | ||
| 505 | </tbody> | 506 | </tbody> |
| 506 | </table>'; | 507 | </table>'; |
| 507 | 508 | ||
| 509 | + $localizacao = new LocalizacaoSistema(); | ||
| 510 | + $localizacao->entradaCaminhos( array( | ||
| 511 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 512 | + "educar_index.php" => "Módulo Escola", | ||
| 513 | + "" => "Calendário do ano letivo" | ||
| 514 | + )); | ||
| 515 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 516 | + | ||
| 508 | return $retorno; | 517 | return $retorno; |
| 509 | } | 518 | } |
| 510 | } | 519 | } |
ieducar/intranet/educar_calendario_dia_motivo_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Calendário Dia Motivo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Calendário Dia Motivo" ); |
| 37 | $this->processoAp = "576"; | 37 | $this->processoAp = "576"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -89,6 +90,16 @@ class indice extends clsCadastro | @@ -89,6 +90,16 @@ class indice extends clsCadastro | ||
| 89 | } | 90 | } |
| 90 | } | 91 | } |
| 91 | $this->url_cancelar = ($retorno == "Editar") ? "educar_calendario_dia_motivo_det.php?cod_calendario_dia_motivo={$registro["cod_calendario_dia_motivo"]}" : "educar_calendario_dia_motivo_lst.php"; | 92 | $this->url_cancelar = ($retorno == "Editar") ? "educar_calendario_dia_motivo_det.php?cod_calendario_dia_motivo={$registro["cod_calendario_dia_motivo"]}" : "educar_calendario_dia_motivo_lst.php"; |
| 93 | + | ||
| 94 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 95 | + $localizacao = new LocalizacaoSistema(); | ||
| 96 | + $localizacao->entradaCaminhos( array( | ||
| 97 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 98 | + "educar_index.php" => "Módulo Escola", | ||
| 99 | + "" => "{$nomeMenu} motivo de dias do calendário" | ||
| 100 | + )); | ||
| 101 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 102 | + | ||
| 92 | $this->nome_url_cancelar = "Cancelar"; | 103 | $this->nome_url_cancelar = "Cancelar"; |
| 93 | return $retorno; | 104 | return $retorno; |
| 94 | } | 105 | } |
ieducar/intranet/educar_calendario_dia_motivo_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Calendário Dia Motivo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Calendário Dia Motivo" ); |
| 37 | $this->processoAp = "576"; | 37 | $this->processoAp = "576"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -145,6 +146,14 @@ class indice extends clsDetalhe | @@ -145,6 +146,14 @@ class indice extends clsDetalhe | ||
| 145 | } | 146 | } |
| 146 | $this->url_cancelar = "educar_calendario_dia_motivo_lst.php"; | 147 | $this->url_cancelar = "educar_calendario_dia_motivo_lst.php"; |
| 147 | $this->largura = "100%"; | 148 | $this->largura = "100%"; |
| 149 | + | ||
| 150 | + $localizacao = new LocalizacaoSistema(); | ||
| 151 | + $localizacao->entradaCaminhos( array( | ||
| 152 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 153 | + "educar_index.php" => "Módulo Escola", | ||
| 154 | + "" => "Detalhe do motivo de dias do calendário" | ||
| 155 | + )); | ||
| 156 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 148 | } | 157 | } |
| 149 | } | 158 | } |
| 150 | 159 |
ieducar/intranet/educar_calendario_dia_motivo_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Calendário Dia Motivo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Calendário Dia Motivo" ); |
| 37 | $this->processoAp = "576"; | 37 | $this->processoAp = "576"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -212,6 +213,14 @@ class indice extends clsListagem | @@ -212,6 +213,14 @@ class indice extends clsListagem | ||
| 212 | $this->nome_acao = "Novo"; | 213 | $this->nome_acao = "Novo"; |
| 213 | } | 214 | } |
| 214 | $this->largura = "100%"; | 215 | $this->largura = "100%"; |
| 216 | + | ||
| 217 | + $localizacao = new LocalizacaoSistema(); | ||
| 218 | + $localizacao->entradaCaminhos( array( | ||
| 219 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 220 | + "educar_index.php" => "Módulo Escola", | ||
| 221 | + "" => "Listagem de motivos de dias do calendário" | ||
| 222 | + )); | ||
| 223 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 215 | } | 224 | } |
| 216 | } | 225 | } |
| 217 | // cria uma extensao da classe base | 226 | // cria uma extensao da classe base |
ieducar/intranet/educar_curso_cad.php
| @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | ||
| 49 | { | 49 | { |
| 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Curso'); | 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Curso'); |
| 51 | $this->processoAp = '566'; | 51 | $this->processoAp = '566'; |
| 52 | + $this->addEstilo("localizacaoSistema"); | ||
| 52 | } | 53 | } |
| 53 | } | 54 | } |
| 54 | 55 | ||
| @@ -126,6 +127,15 @@ class indice extends clsCadastro | @@ -126,6 +127,15 @@ class indice extends clsCadastro | ||
| 126 | $this->url_cancelar = ($retorno == 'Editar') ? | 127 | $this->url_cancelar = ($retorno == 'Editar') ? |
| 127 | "educar_curso_det.php?cod_curso={$registro["cod_curso"]}" : 'educar_curso_lst.php'; | 128 | "educar_curso_det.php?cod_curso={$registro["cod_curso"]}" : 'educar_curso_lst.php'; |
| 128 | 129 | ||
| 130 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 131 | + $localizacao = new LocalizacaoSistema(); | ||
| 132 | + $localizacao->entradaCaminhos( array( | ||
| 133 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 134 | + "educar_index.php" => "Módulo Escola", | ||
| 135 | + "" => "{$nomeMenu} curso" | ||
| 136 | + )); | ||
| 137 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 138 | + | ||
| 129 | $this->nome_url_cancelar = 'Cancelar'; | 139 | $this->nome_url_cancelar = 'Cancelar'; |
| 130 | return $retorno; | 140 | return $retorno; |
| 131 | } | 141 | } |
ieducar/intranet/educar_curso_det.php
| @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | ||
| 49 | { | 49 | { |
| 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Curso'); | 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Curso'); |
| 51 | $this->processoAp = '566'; | 51 | $this->processoAp = '566'; |
| 52 | + $this->addEstilo("localizacaoSistema"); | ||
| 52 | } | 53 | } |
| 53 | } | 54 | } |
| 54 | 55 | ||
| @@ -231,6 +232,14 @@ class indice extends clsDetalhe | @@ -231,6 +232,14 @@ class indice extends clsDetalhe | ||
| 231 | 232 | ||
| 232 | $this->url_cancelar = 'educar_curso_lst.php'; | 233 | $this->url_cancelar = 'educar_curso_lst.php'; |
| 233 | $this->largura = '100%'; | 234 | $this->largura = '100%'; |
| 235 | + | ||
| 236 | + $localizacao = new LocalizacaoSistema(); | ||
| 237 | + $localizacao->entradaCaminhos( array( | ||
| 238 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 239 | + "educar_index.php" => "M&aocute;dulo Escola", | ||
| 240 | + "" => "Detalhe do curso" | ||
| 241 | + )); | ||
| 242 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 234 | } | 243 | } |
| 235 | } | 244 | } |
| 236 | 245 |
ieducar/intranet/educar_deficiencia_cad.php
| @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Deficiência" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Deficiência" ); |
| 38 | $this->processoAp = "631"; | 38 | $this->processoAp = "631"; |
| 39 | + $this->addEstilo("localizacaoSistema"); | ||
| 39 | } | 40 | } |
| 40 | } | 41 | } |
| 41 | 42 | ||
| @@ -81,6 +82,16 @@ class indice extends clsCadastro | @@ -81,6 +82,16 @@ class indice extends clsCadastro | ||
| 81 | } | 82 | } |
| 82 | } | 83 | } |
| 83 | $this->url_cancelar = ($retorno == "Editar") ? "educar_deficiencia_det.php?cod_deficiencia={$registro["cod_deficiencia"]}" : "educar_deficiencia_lst.php"; | 84 | $this->url_cancelar = ($retorno == "Editar") ? "educar_deficiencia_det.php?cod_deficiencia={$registro["cod_deficiencia"]}" : "educar_deficiencia_lst.php"; |
| 85 | + | ||
| 86 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 87 | + $localizacao = new LocalizacaoSistema(); | ||
| 88 | + $localizacao->entradaCaminhos( array( | ||
| 89 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 90 | + "educar_index.php" => "Módulo Escola", | ||
| 91 | + "" => "{$nomeMenu} deficiência" | ||
| 92 | + )); | ||
| 93 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 94 | + | ||
| 84 | $this->nome_url_cancelar = "Cancelar"; | 95 | $this->nome_url_cancelar = "Cancelar"; |
| 85 | return $retorno; | 96 | return $retorno; |
| 86 | } | 97 | } |
ieducar/intranet/educar_deficiencia_det.php
| @@ -40,6 +40,7 @@ class clsIndexBase extends clsBase | @@ -40,6 +40,7 @@ class clsIndexBase extends clsBase | ||
| 40 | { | 40 | { |
| 41 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Deficiência" ); | 41 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Deficiência" ); |
| 42 | $this->processoAp = "631"; | 42 | $this->processoAp = "631"; |
| 43 | + $this->addEstilo("localizacaoSistema"); | ||
| 43 | } | 44 | } |
| 44 | } | 45 | } |
| 45 | 46 | ||
| @@ -87,6 +88,14 @@ class indice extends clsDetalhe | @@ -87,6 +88,14 @@ class indice extends clsDetalhe | ||
| 87 | } | 88 | } |
| 88 | $this->url_cancelar = "educar_deficiencia_lst.php"; | 89 | $this->url_cancelar = "educar_deficiencia_lst.php"; |
| 89 | $this->largura = "100%"; | 90 | $this->largura = "100%"; |
| 91 | + | ||
| 92 | + $localizacao = new LocalizacaoSistema(); | ||
| 93 | + $localizacao->entradaCaminhos( array( | ||
| 94 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 95 | + "educar_index.php" => "Módulo Escola", | ||
| 96 | + "" => "Detalhe da deficiência" | ||
| 97 | + )); | ||
| 98 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 90 | } | 99 | } |
| 91 | } | 100 | } |
| 92 | 101 |
ieducar/intranet/educar_deficiencia_lst.php
| @@ -40,7 +40,7 @@ class clsIndexBase extends clsBase | @@ -40,7 +40,7 @@ class clsIndexBase extends clsBase | ||
| 40 | { | 40 | { |
| 41 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Deficiência" ); | 41 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Deficiência" ); |
| 42 | $this->processoAp = "631"; | 42 | $this->processoAp = "631"; |
| 43 | - $this->addEstilo( "localizacaoSistema" ); | 43 | + $this->addEstilo( "localizacaoSistema" ); |
| 44 | } | 44 | } |
| 45 | } | 45 | } |
| 46 | 46 | ||
| @@ -138,14 +138,14 @@ class indice extends clsListagem | @@ -138,14 +138,14 @@ class indice extends clsListagem | ||
| 138 | $this->nome_acao = "Novo"; | 138 | $this->nome_acao = "Novo"; |
| 139 | } | 139 | } |
| 140 | $this->largura = "100%"; | 140 | $this->largura = "100%"; |
| 141 | - | ||
| 142 | - $localizacao = new LocalizacaoSistema(); | ||
| 143 | - $localizacao->entradaCaminhos( array( | ||
| 144 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 145 | - "educar_index.php" => "Escola", | ||
| 146 | - "" => "Lista de Deficiência" | ||
| 147 | - )); | ||
| 148 | - $this->enviaLocalizacao($localizacao->montar()); | 141 | + |
| 142 | + $localizacao = new LocalizacaoSistema(); | ||
| 143 | + $localizacao->entradaCaminhos( array( | ||
| 144 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 145 | + "educar_index.php" => "Escola", | ||
| 146 | + "" => "Lista de Deficiência" | ||
| 147 | + )); | ||
| 148 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 149 | } | 149 | } |
| 150 | } | 150 | } |
| 151 | // cria uma extensao da classe base | 151 | // cria uma extensao da classe base |
ieducar/intranet/educar_dispensa_disciplina_cad.php
| @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | ||
| 50 | { | 50 | { |
| 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Dispensa Componente Curricular'); | 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Dispensa Componente Curricular'); |
| 52 | $this->processoAp = 578; | 52 | $this->processoAp = 578; |
| 53 | + $this->addEstilo("localizacaoSistema"); | ||
| 53 | } | 54 | } |
| 54 | } | 55 | } |
| 55 | 56 | ||
| @@ -146,6 +147,15 @@ class indice extends clsCadastro | @@ -146,6 +147,15 @@ class indice extends clsCadastro | ||
| 146 | $registro['ref_cod_escola'], $registro['ref_cod_disciplina']) : | 147 | $registro['ref_cod_escola'], $registro['ref_cod_disciplina']) : |
| 147 | 'educar_dispensa_disciplina_lst.php?ref_cod_matricula=' . $this->ref_cod_matricula; | 148 | 'educar_dispensa_disciplina_lst.php?ref_cod_matricula=' . $this->ref_cod_matricula; |
| 148 | 149 | ||
| 150 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 151 | + $localizacao = new LocalizacaoSistema(); | ||
| 152 | + $localizacao->entradaCaminhos( array( | ||
| 153 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 154 | + "educar_index.php" => "Módulo Escola", | ||
| 155 | + "" => "{$nomeMenu} dispensa de disciplina" | ||
| 156 | + )); | ||
| 157 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 158 | + | ||
| 149 | $this->nome_url_cancelar = 'Cancelar'; | 159 | $this->nome_url_cancelar = 'Cancelar'; |
| 150 | return $retorno; | 160 | return $retorno; |
| 151 | } | 161 | } |
ieducar/intranet/educar_dispensa_disciplina_det.php
| @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | ||
| 50 | { | 50 | { |
| 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Dispensa Componente Curricular'); | 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Dispensa Componente Curricular'); |
| 52 | $this->processoAp = 578; | 52 | $this->processoAp = 578; |
| 53 | + $this->addEstilo("localizacaoSistema"); | ||
| 53 | } | 54 | } |
| 54 | } | 55 | } |
| 55 | 56 | ||
| @@ -182,6 +183,14 @@ class indice extends clsDetalhe | @@ -182,6 +183,14 @@ class indice extends clsDetalhe | ||
| 182 | 183 | ||
| 183 | $this->url_cancelar = 'educar_dispensa_disciplina_lst.php?ref_cod_matricula=' . $this->ref_cod_matricula; | 184 | $this->url_cancelar = 'educar_dispensa_disciplina_lst.php?ref_cod_matricula=' . $this->ref_cod_matricula; |
| 184 | $this->largura = '100%'; | 185 | $this->largura = '100%'; |
| 186 | + | ||
| 187 | + $localizacao = new LocalizacaoSistema(); | ||
| 188 | + $localizacao->entradaCaminhos( array( | ||
| 189 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 190 | + "educar_index.php" => "Módulo Escola", | ||
| 191 | + "" => "Detalhe da dispensas de disciplina" | ||
| 192 | + )); | ||
| 193 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 185 | } | 194 | } |
| 186 | } | 195 | } |
| 187 | 196 |
ieducar/intranet/educar_dispensa_disciplina_lst.php
| @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | ||
| 51 | { | 51 | { |
| 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Dispensa Componente Curricular'); | 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Dispensa Componente Curricular'); |
| 53 | $this->processoAp = 578; | 53 | $this->processoAp = 578; |
| 54 | + $this->addEstilo("localizacaoSistema"); | ||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | 57 | ||
| @@ -255,6 +256,14 @@ class indice extends clsListagem | @@ -255,6 +256,14 @@ class indice extends clsListagem | ||
| 255 | $this->array_botao[] = 'Voltar'; | 256 | $this->array_botao[] = 'Voltar'; |
| 256 | 257 | ||
| 257 | $this->largura = '100%'; | 258 | $this->largura = '100%'; |
| 259 | + | ||
| 260 | + $localizacao = new LocalizacaoSistema(); | ||
| 261 | + $localizacao->entradaCaminhos( array( | ||
| 262 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 263 | + "educar_index.php" => "Módulo Escola", | ||
| 264 | + "" => "Listagem de dispensas de disciplinas" | ||
| 265 | + )); | ||
| 266 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 258 | } | 267 | } |
| 259 | } | 268 | } |
| 260 | 269 |
ieducar/intranet/educar_escola_ano_letivo_cad.php
| @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | ||
| 49 | { | 49 | { |
| 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Escola Ano Letivo'); | 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Escola Ano Letivo'); |
| 51 | $this->processoAp = 561; | 51 | $this->processoAp = 561; |
| 52 | + $this->addEstilo("localizacaoSistema"); | ||
| 52 | } | 53 | } |
| 53 | } | 54 | } |
| 54 | 55 | ||
| @@ -92,6 +93,16 @@ class indice extends clsCadastro | @@ -92,6 +93,16 @@ class indice extends clsCadastro | ||
| 92 | 93 | ||
| 93 | $this->nome_url_sucesso = 'Continuar'; | 94 | $this->nome_url_sucesso = 'Continuar'; |
| 94 | $this->url_cancelar = 'educar_escola_det.php?cod_escola=' . $this->ref_cod_escola; | 95 | $this->url_cancelar = 'educar_escola_det.php?cod_escola=' . $this->ref_cod_escola; |
| 96 | + | ||
| 97 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 98 | + $localizacao = new LocalizacaoSistema(); | ||
| 99 | + $localizacao->entradaCaminhos( array( | ||
| 100 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 101 | + "educar_index.php" => "Módulo Escola", | ||
| 102 | + "" => "{$nomeMenu} ano letivo" | ||
| 103 | + )); | ||
| 104 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 105 | + | ||
| 95 | $this->nome_url_cancelar = 'Cancelar'; | 106 | $this->nome_url_cancelar = 'Cancelar'; |
| 96 | 107 | ||
| 97 | return $retorno; | 108 | return $retorno; |
ieducar/intranet/educar_escola_cad.php
| @@ -40,6 +40,7 @@ class clsIndexBase extends clsBase | @@ -40,6 +40,7 @@ class clsIndexBase extends clsBase | ||
| 40 | { | 40 | { |
| 41 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola" ); | 41 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola" ); |
| 42 | $this->processoAp = "561"; | 42 | $this->processoAp = "561"; |
| 43 | + $this->addEstilo("localizacaoSistema"); | ||
| 43 | } | 44 | } |
| 44 | } | 45 | } |
| 45 | 46 | ||
| @@ -356,6 +357,16 @@ class indice extends clsCadastro | @@ -356,6 +357,16 @@ class indice extends clsCadastro | ||
| 356 | } | 357 | } |
| 357 | 358 | ||
| 358 | $this->url_cancelar = ($retorno == "Editar") ? "educar_escola_det.php?cod_escola={$registro["cod_escola"]}" : "educar_escola_lst.php"; | 359 | $this->url_cancelar = ($retorno == "Editar") ? "educar_escola_det.php?cod_escola={$registro["cod_escola"]}" : "educar_escola_lst.php"; |
| 360 | + | ||
| 361 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 362 | + $localizacao = new LocalizacaoSistema(); | ||
| 363 | + $localizacao->entradaCaminhos( array( | ||
| 364 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 365 | + "educar_index.php" => "Módulo Escola", | ||
| 366 | + "" => "{$nomeMenu} escola" | ||
| 367 | + )); | ||
| 368 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 369 | + | ||
| 359 | $this->nome_url_cancelar = "Cancelar"; | 370 | $this->nome_url_cancelar = "Cancelar"; |
| 360 | 371 | ||
| 361 | return $retorno; | 372 | return $retorno; |
ieducar/intranet/educar_escola_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola" ); |
| 37 | $this->processoAp = "561"; | 37 | $this->processoAp = "561"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -497,6 +498,14 @@ class indice extends clsDetalhe | @@ -497,6 +498,14 @@ class indice extends clsDetalhe | ||
| 497 | 498 | ||
| 498 | $this->url_cancelar = "educar_escola_lst.php"; | 499 | $this->url_cancelar = "educar_escola_lst.php"; |
| 499 | $this->largura = "100%"; | 500 | $this->largura = "100%"; |
| 501 | + | ||
| 502 | + $localizacao = new LocalizacaoSistema(); | ||
| 503 | + $localizacao->entradaCaminhos( array( | ||
| 504 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 505 | + "educar_index.php" => "Módulo Escola", | ||
| 506 | + "" => "Detalhe da escola" | ||
| 507 | + )); | ||
| 508 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 500 | } | 509 | } |
| 501 | 510 | ||
| 502 | //*** | 511 | //*** |
ieducar/intranet/educar_escola_localizacao_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Localização" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Localização" ); |
| 37 | $this->processoAp = "562"; | 37 | $this->processoAp = "562"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -82,6 +83,16 @@ class indice extends clsCadastro | @@ -82,6 +83,16 @@ class indice extends clsCadastro | ||
| 82 | } | 83 | } |
| 83 | } | 84 | } |
| 84 | $this->url_cancelar = ($retorno == "Editar") ? "educar_escola_localizacao_det.php?cod_escola_localizacao={$registro["cod_escola_localizacao"]}" : "educar_escola_localizacao_lst.php"; | 85 | $this->url_cancelar = ($retorno == "Editar") ? "educar_escola_localizacao_det.php?cod_escola_localizacao={$registro["cod_escola_localizacao"]}" : "educar_escola_localizacao_lst.php"; |
| 86 | + | ||
| 87 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 88 | + $localizacao = new LocalizacaoSistema(); | ||
| 89 | + $localizacao->entradaCaminhos( array( | ||
| 90 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 91 | + "educar_index.php" => "Módulo Escola", | ||
| 92 | + "" => "{$nomeMenu} localização" | ||
| 93 | + )); | ||
| 94 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 95 | + | ||
| 85 | $this->nome_url_cancelar = "Cancelar"; | 96 | $this->nome_url_cancelar = "Cancelar"; |
| 86 | return $retorno; | 97 | return $retorno; |
| 87 | } | 98 | } |
ieducar/intranet/educar_escola_localizacao_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Localização" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Localização" ); |
| 37 | $this->processoAp = "562"; | 37 | $this->processoAp = "562"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -108,6 +109,14 @@ class indice extends clsDetalhe | @@ -108,6 +109,14 @@ class indice extends clsDetalhe | ||
| 108 | } | 109 | } |
| 109 | $this->url_cancelar = "educar_escola_localizacao_lst.php"; | 110 | $this->url_cancelar = "educar_escola_localizacao_lst.php"; |
| 110 | $this->largura = "100%"; | 111 | $this->largura = "100%"; |
| 112 | + | ||
| 113 | + $localizacao = new LocalizacaoSistema(); | ||
| 114 | + $localizacao->entradaCaminhos( array( | ||
| 115 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 116 | + "educar_index.php" => "Módulo Escola", | ||
| 117 | + "" => "Detalhe da localização" | ||
| 118 | + )); | ||
| 119 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 111 | } | 120 | } |
| 112 | } | 121 | } |
| 113 | 122 |
ieducar/intranet/educar_escola_localizacao_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Localização" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Localização" ); |
| 37 | $this->processoAp = "562"; | 37 | $this->processoAp = "562"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -167,6 +168,14 @@ class indice extends clsListagem | @@ -167,6 +168,14 @@ class indice extends clsListagem | ||
| 167 | $this->nome_acao = "Novo"; | 168 | $this->nome_acao = "Novo"; |
| 168 | } | 169 | } |
| 169 | $this->largura = "100%"; | 170 | $this->largura = "100%"; |
| 171 | + | ||
| 172 | + $localizacao = new LocalizacaoSistema(); | ||
| 173 | + $localizacao->entradaCaminhos( array( | ||
| 174 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 175 | + "educar_index.php" => "Módulo Escola", | ||
| 176 | + "" => "Listagem de localizações" | ||
| 177 | + )); | ||
| 178 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 170 | } | 179 | } |
| 171 | } | 180 | } |
| 172 | // cria uma extensao da classe base | 181 | // cria uma extensao da classe base |
ieducar/intranet/educar_escola_lst.php
| @@ -37,7 +37,7 @@ class clsIndexBase extends clsBase | @@ -37,7 +37,7 @@ class clsIndexBase extends clsBase | ||
| 37 | { | 37 | { |
| 38 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola" ); | 38 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola" ); |
| 39 | $this->processoAp = "561"; | 39 | $this->processoAp = "561"; |
| 40 | - $this->addEstilo( "localizacaoSistema" ); | 40 | + $this->addEstilo( "localizacaoSistema" ); |
| 41 | } | 41 | } |
| 42 | } | 42 | } |
| 43 | 43 | ||
| @@ -183,14 +183,14 @@ class indice extends clsListagem | @@ -183,14 +183,14 @@ class indice extends clsListagem | ||
| 183 | $this->nome_acao = "Novo"; | 183 | $this->nome_acao = "Novo"; |
| 184 | } | 184 | } |
| 185 | $this->largura = "100%"; | 185 | $this->largura = "100%"; |
| 186 | - | ||
| 187 | - $localizacao = new LocalizacaoSistema(); | ||
| 188 | - $localizacao->entradaCaminhos( array( | ||
| 189 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 190 | - "educar_index.php" => "Escola", | ||
| 191 | - "" => "Lista de Escola" | ||
| 192 | - )); | ||
| 193 | - $this->enviaLocalizacao($localizacao->montar()); | 186 | + |
| 187 | + $localizacao = new LocalizacaoSistema(); | ||
| 188 | + $localizacao->entradaCaminhos( array( | ||
| 189 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 190 | + "educar_index.php" => "Escola", | ||
| 191 | + "" => "Lista de Escola" | ||
| 192 | + )); | ||
| 193 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 194 | } | 194 | } |
| 195 | } | 195 | } |
| 196 | // cria uma extensao da classe base | 196 | // cria uma extensao da classe base |
ieducar/intranet/educar_escola_rede_ensino_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Rede Ensino" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Rede Ensino" ); |
| 37 | $this->processoAp = "647"; | 37 | $this->processoAp = "647"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -86,6 +87,16 @@ class indice extends clsCadastro | @@ -86,6 +87,16 @@ class indice extends clsCadastro | ||
| 86 | } | 87 | } |
| 87 | } | 88 | } |
| 88 | $this->url_cancelar = ($retorno == "Editar") ? "educar_escola_rede_ensino_det.php?cod_escola_rede_ensino={$registro["cod_escola_rede_ensino"]}" : "educar_escola_rede_ensino_lst.php"; | 89 | $this->url_cancelar = ($retorno == "Editar") ? "educar_escola_rede_ensino_det.php?cod_escola_rede_ensino={$registro["cod_escola_rede_ensino"]}" : "educar_escola_rede_ensino_lst.php"; |
| 90 | + | ||
| 91 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 92 | + $localizacao = new LocalizacaoSistema(); | ||
| 93 | + $localizacao->entradaCaminhos( array( | ||
| 94 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 95 | + "educar_index.php" => "Módulo Escola", | ||
| 96 | + "" => "{$nomeMenu} rede de ensino" | ||
| 97 | + )); | ||
| 98 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 99 | + | ||
| 89 | $this->nome_url_cancelar = "Cancelar"; | 100 | $this->nome_url_cancelar = "Cancelar"; |
| 90 | return $retorno; | 101 | return $retorno; |
| 91 | } | 102 | } |
ieducar/intranet/educar_escola_rede_ensino_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Rede Ensino" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Rede Ensino" ); |
| 37 | $this->processoAp = "647"; | 37 | $this->processoAp = "647"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -111,6 +112,14 @@ class indice extends clsDetalhe | @@ -111,6 +112,14 @@ class indice extends clsDetalhe | ||
| 111 | 112 | ||
| 112 | $this->url_cancelar = "educar_escola_rede_ensino_lst.php"; | 113 | $this->url_cancelar = "educar_escola_rede_ensino_lst.php"; |
| 113 | $this->largura = "100%"; | 114 | $this->largura = "100%"; |
| 115 | + | ||
| 116 | + $localizacao = new LocalizacaoSistema(); | ||
| 117 | + $localizacao->entradaCaminhos( array( | ||
| 118 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 119 | + "educar_index.php" => "Módulo Escola", | ||
| 120 | + "" => "Detalhe da rede de ensino" | ||
| 121 | + )); | ||
| 122 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 114 | } | 123 | } |
| 115 | } | 124 | } |
| 116 | 125 |
ieducar/intranet/educar_escola_rede_ensino_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Rede Ensino" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Escola Rede Ensino" ); |
| 37 | $this->processoAp = "647"; | 37 | $this->processoAp = "647"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -166,6 +167,14 @@ class indice extends clsListagem | @@ -166,6 +167,14 @@ class indice extends clsListagem | ||
| 166 | } | 167 | } |
| 167 | 168 | ||
| 168 | $this->largura = "100%"; | 169 | $this->largura = "100%"; |
| 170 | + | ||
| 171 | + $localizacao = new LocalizacaoSistema(); | ||
| 172 | + $localizacao->entradaCaminhos( array( | ||
| 173 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 174 | + "educar_index.php" => "Módulo Escola", | ||
| 175 | + "" => "Listagem de redes de ensino" | ||
| 176 | + )); | ||
| 177 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 169 | } | 178 | } |
| 170 | } | 179 | } |
| 171 | // cria uma extensao da classe base | 180 | // cria uma extensao da classe base |
ieducar/intranet/educar_escola_serie_cad.php
| @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | ||
| 51 | { | 51 | { |
| 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Escola Série'); | 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Escola Série'); |
| 53 | $this->processoAp = 585; | 53 | $this->processoAp = 585; |
| 54 | + $this->addEstilo("localizacaoSistema"); | ||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | 57 | ||
| @@ -138,6 +139,15 @@ class indice extends clsCadastro | @@ -138,6 +139,15 @@ class indice extends clsCadastro | ||
| 138 | $registro['ref_cod_escola'], $registro['ref_cod_serie']) : | 139 | $registro['ref_cod_escola'], $registro['ref_cod_serie']) : |
| 139 | 'educar_escola_serie_lst.php'; | 140 | 'educar_escola_serie_lst.php'; |
| 140 | 141 | ||
| 142 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 143 | + $localizacao = new LocalizacaoSistema(); | ||
| 144 | + $localizacao->entradaCaminhos( array( | ||
| 145 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 146 | + "educar_index.php" => "Módulo Escola", | ||
| 147 | + "" => "{$nomeMenu} vínculo entre escola e série" | ||
| 148 | + )); | ||
| 149 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 150 | + | ||
| 141 | $this->nome_url_cancelar = 'Cancelar'; | 151 | $this->nome_url_cancelar = 'Cancelar'; |
| 142 | return $retorno; | 152 | return $retorno; |
| 143 | } | 153 | } |
ieducar/intranet/educar_escola_serie_det.php
| @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | ||
| 51 | { | 51 | { |
| 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Escola Série'); | 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Escola Série'); |
| 53 | $this->processoAp = '585'; | 53 | $this->processoAp = '585'; |
| 54 | + $this->addEstilo("localizacaoSistema"); | ||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | 57 | ||
| @@ -212,6 +213,14 @@ class indice extends clsDetalhe | @@ -212,6 +213,14 @@ class indice extends clsDetalhe | ||
| 212 | 213 | ||
| 213 | $this->url_cancelar = "educar_escola_serie_lst.php"; | 214 | $this->url_cancelar = "educar_escola_serie_lst.php"; |
| 214 | $this->largura = "100%"; | 215 | $this->largura = "100%"; |
| 216 | + | ||
| 217 | + $localizacao = new LocalizacaoSistema(); | ||
| 218 | + $localizacao->entradaCaminhos( array( | ||
| 219 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 220 | + "educar_index.php" => "Módulo Escola", | ||
| 221 | + "" => "Detalhe do vínculos entre escola e série" | ||
| 222 | + )); | ||
| 223 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 215 | } | 224 | } |
| 216 | } | 225 | } |
| 217 | 226 |
ieducar/intranet/educar_escola_serie_lst.php
| @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | ||
| 49 | { | 49 | { |
| 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Escola Série'); | 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Escola Série'); |
| 51 | $this->processoAp = '585'; | 51 | $this->processoAp = '585'; |
| 52 | + $this->addEstilo("localizacaoSistema"); | ||
| 52 | } | 53 | } |
| 53 | } | 54 | } |
| 54 | 55 | ||
| @@ -200,6 +201,14 @@ class indice extends clsListagem | @@ -200,6 +201,14 @@ class indice extends clsListagem | ||
| 200 | } | 201 | } |
| 201 | 202 | ||
| 202 | $this->largura = "100%"; | 203 | $this->largura = "100%"; |
| 204 | + | ||
| 205 | + $localizacao = new LocalizacaoSistema(); | ||
| 206 | + $localizacao->entradaCaminhos( array( | ||
| 207 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 208 | + "educar_index.php" => "Módulo Escola", | ||
| 209 | + "" => "Listagem de vínculos entre escolas e séries" | ||
| 210 | + )); | ||
| 211 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 203 | } | 212 | } |
| 204 | } | 213 | } |
| 205 | 214 |
ieducar/intranet/educar_habilitacao_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Habilitação" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Habilitação" ); |
| 37 | $this->processoAp = "573"; | 37 | $this->processoAp = "573"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -87,6 +88,16 @@ class indice extends clsCadastro | @@ -87,6 +88,16 @@ class indice extends clsCadastro | ||
| 87 | } | 88 | } |
| 88 | } | 89 | } |
| 89 | $this->url_cancelar = ($retorno == "Editar") ? "educar_habilitacao_det.php?cod_habilitacao={$registro["cod_habilitacao"]}" : "educar_habilitacao_lst.php"; | 90 | $this->url_cancelar = ($retorno == "Editar") ? "educar_habilitacao_det.php?cod_habilitacao={$registro["cod_habilitacao"]}" : "educar_habilitacao_lst.php"; |
| 91 | + | ||
| 92 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 93 | + $localizacao = new LocalizacaoSistema(); | ||
| 94 | + $localizacao->entradaCaminhos( array( | ||
| 95 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 96 | + "educar_index.php" => "Módulo Escola", | ||
| 97 | + "" => "{$nomeMenu} habilitaçâo" | ||
| 98 | + )); | ||
| 99 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 100 | + | ||
| 90 | $this->nome_url_cancelar = "Cancelar"; | 101 | $this->nome_url_cancelar = "Cancelar"; |
| 91 | return $retorno; | 102 | return $retorno; |
| 92 | } | 103 | } |
ieducar/intranet/educar_habilitacao_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Habilitação" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Habilitação" ); |
| 37 | $this->processoAp = "573"; | 37 | $this->processoAp = "573"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -108,6 +109,14 @@ class indice extends clsDetalhe | @@ -108,6 +109,14 @@ class indice extends clsDetalhe | ||
| 108 | } | 109 | } |
| 109 | $this->url_cancelar = "educar_habilitacao_lst.php"; | 110 | $this->url_cancelar = "educar_habilitacao_lst.php"; |
| 110 | $this->largura = "100%"; | 111 | $this->largura = "100%"; |
| 112 | + | ||
| 113 | + $localizacao = new LocalizacaoSistema(); | ||
| 114 | + $localizacao->entradaCaminhos( array( | ||
| 115 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 116 | + "educar_index.php" => "Módulo Escola", | ||
| 117 | + "" => "Detalhe da habilitaçâo" | ||
| 118 | + )); | ||
| 119 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 111 | } | 120 | } |
| 112 | } | 121 | } |
| 113 | 122 |
ieducar/intranet/educar_habilitacao_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Habilitação" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Habilitação" ); |
| 37 | $this->processoAp = "573"; | 37 | $this->processoAp = "573"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -183,6 +184,14 @@ class indice extends clsListagem | @@ -183,6 +184,14 @@ class indice extends clsListagem | ||
| 183 | $this->nome_acao = "Novo"; | 184 | $this->nome_acao = "Novo"; |
| 184 | } | 185 | } |
| 185 | $this->largura = "100%"; | 186 | $this->largura = "100%"; |
| 187 | + | ||
| 188 | + $localizacao = new LocalizacaoSistema(); | ||
| 189 | + $localizacao->entradaCaminhos( array( | ||
| 190 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 191 | + "educar_index.php" => "Módulo Escola", | ||
| 192 | + "" => "Lista de habilitações" | ||
| 193 | + )); | ||
| 194 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 186 | } | 195 | } |
| 187 | } | 196 | } |
| 188 | // cria uma extensao da classe base | 197 | // cria uma extensao da classe base |
ieducar/intranet/educar_infra_comodo_funcao_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Função Cômodo " ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Função Cômodo " ); |
| 37 | $this->processoAp = "572"; | 37 | $this->processoAp = "572"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -96,6 +97,16 @@ class indice extends clsCadastro | @@ -96,6 +97,16 @@ class indice extends clsCadastro | ||
| 96 | } | 97 | } |
| 97 | } | 98 | } |
| 98 | $this->url_cancelar = ($retorno == "Editar") ? "educar_infra_comodo_funcao_det.php?cod_infra_comodo_funcao={$registro["cod_infra_comodo_funcao"]}" : "educar_infra_comodo_funcao_lst.php"; | 99 | $this->url_cancelar = ($retorno == "Editar") ? "educar_infra_comodo_funcao_det.php?cod_infra_comodo_funcao={$registro["cod_infra_comodo_funcao"]}" : "educar_infra_comodo_funcao_lst.php"; |
| 100 | + | ||
| 101 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 102 | + $localizacao = new LocalizacaoSistema(); | ||
| 103 | + $localizacao->entradaCaminhos( array( | ||
| 104 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 105 | + "educar_index.php" => "Módulo Escola", | ||
| 106 | + "" => "{$nomeMenu} função de cômodo" | ||
| 107 | + )); | ||
| 108 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 109 | + | ||
| 99 | $this->nome_url_cancelar = "Cancelar"; | 110 | $this->nome_url_cancelar = "Cancelar"; |
| 100 | return $retorno; | 111 | return $retorno; |
| 101 | } | 112 | } |
ieducar/intranet/educar_infra_comodo_funcao_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Função Cômodo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Função Cômodo" ); |
| 37 | $this->processoAp = "572"; | 37 | $this->processoAp = "572"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -144,6 +145,14 @@ class indice extends clsDetalhe | @@ -144,6 +145,14 @@ class indice extends clsDetalhe | ||
| 144 | 145 | ||
| 145 | $this->url_cancelar = "educar_infra_comodo_funcao_lst.php"; | 146 | $this->url_cancelar = "educar_infra_comodo_funcao_lst.php"; |
| 146 | $this->largura = "100%"; | 147 | $this->largura = "100%"; |
| 148 | + | ||
| 149 | + $localizacao = new LocalizacaoSistema(); | ||
| 150 | + $localizacao->entradaCaminhos( array( | ||
| 151 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 152 | + "educar_index.php" => "Módulo Escola", | ||
| 153 | + "" => "Detalhe da função de cômodo" | ||
| 154 | + )); | ||
| 155 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 147 | } | 156 | } |
| 148 | } | 157 | } |
| 149 | 158 |
ieducar/intranet/educar_infra_comodo_funcao_lst.php
| @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Função Cômodo" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Função Cômodo" ); |
| 38 | $this->processoAp = "572"; | 38 | $this->processoAp = "572"; |
| 39 | - $this->addEstilo( "localizacaoSistema" ); | 39 | + $this->addEstilo( "localizacaoSistema" ); |
| 40 | } | 40 | } |
| 41 | } | 41 | } |
| 42 | 42 | ||
| @@ -198,14 +198,14 @@ class indice extends clsListagem | @@ -198,14 +198,14 @@ class indice extends clsListagem | ||
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | $this->largura = "100%"; | 200 | $this->largura = "100%"; |
| 201 | - | ||
| 202 | - $localizacao = new LocalizacaoSistema(); | ||
| 203 | - $localizacao->entradaCaminhos( array( | ||
| 204 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 205 | - "educar_index.php" => "Escola", | ||
| 206 | - "" => "Listagem de Função Cômodo" | ||
| 207 | - )); | ||
| 208 | - $this->enviaLocalizacao($localizacao->montar()); | 201 | + |
| 202 | + $localizacao = new LocalizacaoSistema(); | ||
| 203 | + $localizacao->entradaCaminhos( array( | ||
| 204 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 205 | + "educar_index.php" => "Escola", | ||
| 206 | + "" => "Listagem de Função Cômodo" | ||
| 207 | + )); | ||
| 208 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 209 | } | 209 | } |
| 210 | } | 210 | } |
| 211 | // cria uma extensao da classe base | 211 | // cria uma extensao da classe base |
ieducar/intranet/educar_infra_predio_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Infra Predio" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Infra Predio" ); |
| 37 | $this->processoAp = "567"; | 37 | $this->processoAp = "567"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -93,6 +94,16 @@ class indice extends clsCadastro | @@ -93,6 +94,16 @@ class indice extends clsCadastro | ||
| 93 | } | 94 | } |
| 94 | } | 95 | } |
| 95 | $this->url_cancelar = ($retorno == "Editar") ? "educar_infra_predio_det.php?cod_infra_predio={$registro["cod_infra_predio"]}" : "educar_infra_predio_lst.php"; | 96 | $this->url_cancelar = ($retorno == "Editar") ? "educar_infra_predio_det.php?cod_infra_predio={$registro["cod_infra_predio"]}" : "educar_infra_predio_lst.php"; |
| 97 | + | ||
| 98 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 99 | + $localizacao = new LocalizacaoSistema(); | ||
| 100 | + $localizacao->entradaCaminhos( array( | ||
| 101 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 102 | + "educar_index.php" => "Módulo Escola", | ||
| 103 | + "" => "{$nomeMenu} de prédio" | ||
| 104 | + )); | ||
| 105 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 106 | + | ||
| 96 | $this->nome_url_cancelar = "Cancelar"; | 107 | $this->nome_url_cancelar = "Cancelar"; |
| 97 | return $retorno; | 108 | return $retorno; |
| 98 | } | 109 | } |
ieducar/intranet/educar_infra_predio_comodo_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Cômodo Prédio" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Cômodo Prédio" ); |
| 37 | $this->processoAp = "574"; | 37 | $this->processoAp = "574"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -97,6 +98,16 @@ class indice extends clsCadastro | @@ -97,6 +98,16 @@ class indice extends clsCadastro | ||
| 97 | } | 98 | } |
| 98 | } | 99 | } |
| 99 | $this->url_cancelar = ($retorno == "Editar") ? "educar_infra_predio_comodo_det.php?cod_infra_predio_comodo={$registro["cod_infra_predio_comodo"]}" : "educar_infra_predio_comodo_lst.php"; | 100 | $this->url_cancelar = ($retorno == "Editar") ? "educar_infra_predio_comodo_det.php?cod_infra_predio_comodo={$registro["cod_infra_predio_comodo"]}" : "educar_infra_predio_comodo_lst.php"; |
| 101 | + | ||
| 102 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 103 | + $localizacao = new LocalizacaoSistema(); | ||
| 104 | + $localizacao->entradaCaminhos( array( | ||
| 105 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 106 | + "educar_index.php" => "Módulo Escola", | ||
| 107 | + "" => "{$nomeMenu} cômodos do prédio" | ||
| 108 | + )); | ||
| 109 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 110 | + | ||
| 100 | $this->nome_url_cancelar = "Cancelar"; | 111 | $this->nome_url_cancelar = "Cancelar"; |
| 101 | return $retorno; | 112 | return $retorno; |
| 102 | } | 113 | } |
ieducar/intranet/educar_infra_predio_comodo_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Cômodo Prédio" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Cômodo Prédio" ); |
| 37 | $this->processoAp = "574"; | 37 | $this->processoAp = "574"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -171,6 +172,14 @@ class indice extends clsDetalhe | @@ -171,6 +172,14 @@ class indice extends clsDetalhe | ||
| 171 | $this->url_editar = "educar_infra_predio_comodo_cad.php?cod_infra_predio_comodo={$registro["cod_infra_predio_comodo"]}"; | 172 | $this->url_editar = "educar_infra_predio_comodo_cad.php?cod_infra_predio_comodo={$registro["cod_infra_predio_comodo"]}"; |
| 172 | $this->url_cancelar = "educar_infra_predio_comodo_lst.php"; | 173 | $this->url_cancelar = "educar_infra_predio_comodo_lst.php"; |
| 173 | $this->largura = "100%"; | 174 | $this->largura = "100%"; |
| 175 | + | ||
| 176 | + $localizacao = new LocalizacaoSistema(); | ||
| 177 | + $localizacao->entradaCaminhos( array( | ||
| 178 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 179 | + "educar_index.php" => "Módulo Escola", | ||
| 180 | + "" => "Detalhe do cômodos do prédio" | ||
| 181 | + )); | ||
| 182 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 174 | } | 183 | } |
| 175 | } | 184 | } |
| 176 | 185 |
ieducar/intranet/educar_infra_predio_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Infra Predio" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Infra Predio" ); |
| 37 | $this->processoAp = "567"; | 37 | $this->processoAp = "567"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -133,6 +134,14 @@ class indice extends clsDetalhe | @@ -133,6 +134,14 @@ class indice extends clsDetalhe | ||
| 133 | 134 | ||
| 134 | $this->url_cancelar = "educar_infra_predio_lst.php"; | 135 | $this->url_cancelar = "educar_infra_predio_lst.php"; |
| 135 | $this->largura = "100%"; | 136 | $this->largura = "100%"; |
| 137 | + | ||
| 138 | + $localizacao = new LocalizacaoSistema(); | ||
| 139 | + $localizacao->entradaCaminhos( array( | ||
| 140 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 141 | + "educar_index.php" => "Módulo Escola", | ||
| 142 | + "" => "Detalhe do prédio" | ||
| 143 | + )); | ||
| 144 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 136 | } | 145 | } |
| 137 | } | 146 | } |
| 138 | 147 |
ieducar/intranet/educar_infra_predio_lst.php
| @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Infra Predio" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Infra Predio" ); |
| 38 | $this->processoAp = "567"; | 38 | $this->processoAp = "567"; |
| 39 | - $this->addEstilo( "localizacaoSistema" ); | 39 | + $this->addEstilo( "localizacaoSistema" ); |
| 40 | } | 40 | } |
| 41 | } | 41 | } |
| 42 | 42 | ||
| @@ -324,14 +324,14 @@ class indice extends clsListagem | @@ -324,14 +324,14 @@ class indice extends clsListagem | ||
| 324 | } | 324 | } |
| 325 | //** | 325 | //** |
| 326 | $this->largura = "100%"; | 326 | $this->largura = "100%"; |
| 327 | - | ||
| 328 | - $localizacao = new LocalizacaoSistema(); | ||
| 329 | - $localizacao->entradaCaminhos( array( | ||
| 330 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 331 | - "educar_index.php" => "Escola", | ||
| 332 | - "" => "Lista de Prédios" | ||
| 333 | - )); | ||
| 334 | - $this->enviaLocalizacao($localizacao->montar()); | 327 | + |
| 328 | + $localizacao = new LocalizacaoSistema(); | ||
| 329 | + $localizacao->entradaCaminhos( array( | ||
| 330 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 331 | + "educar_index.php" => "Escola", | ||
| 332 | + "" => "Lista de Prédios" | ||
| 333 | + )); | ||
| 334 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 335 | } | 335 | } |
| 336 | } | 336 | } |
| 337 | // cria uma extensao da classe base | 337 | // cria uma extensao da classe base |
ieducar/intranet/educar_instituicao_cad.php
| @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Instituição" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Instituição" ); |
| 38 | $this->processoAp = "559"; | 38 | $this->processoAp = "559"; |
| 39 | + $this->addEstilo("localizacaoSistema"); | ||
| 39 | } | 40 | } |
| 40 | } | 41 | } |
| 41 | 42 | ||
| @@ -97,6 +98,16 @@ class indice extends clsCadastro | @@ -97,6 +98,16 @@ class indice extends clsCadastro | ||
| 97 | } | 98 | } |
| 98 | } | 99 | } |
| 99 | $this->url_cancelar = ($retorno == "Editar") ? "educar_instituicao_det.php?cod_instituicao={$registro["cod_instituicao"]}" : "educar_instituicao_lst.php"; | 100 | $this->url_cancelar = ($retorno == "Editar") ? "educar_instituicao_det.php?cod_instituicao={$registro["cod_instituicao"]}" : "educar_instituicao_lst.php"; |
| 101 | + | ||
| 102 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 103 | + $localizacao = new LocalizacaoSistema(); | ||
| 104 | + $localizacao->entradaCaminhos( array( | ||
| 105 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 106 | + "educar_index.php" => "Módulo Escola", | ||
| 107 | + "" => "{$nomeMenu} instituiçõo" | ||
| 108 | + )); | ||
| 109 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 110 | + | ||
| 100 | $this->nome_url_cancelar = "Cancelar"; | 111 | $this->nome_url_cancelar = "Cancelar"; |
| 101 | return $retorno; | 112 | return $retorno; |
| 102 | } | 113 | } |
ieducar/intranet/educar_instituicao_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Instituição" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Instituição" ); |
| 37 | $this->processoAp = "559"; | 37 | $this->processoAp = "559"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -113,7 +114,14 @@ class indice extends clsDetalhe | @@ -113,7 +114,14 @@ class indice extends clsDetalhe | ||
| 113 | $this->url_editar = "educar_instituicao_cad.php?cod_instituicao={$registro["cod_instituicao"]}"; | 114 | $this->url_editar = "educar_instituicao_cad.php?cod_instituicao={$registro["cod_instituicao"]}"; |
| 114 | } | 115 | } |
| 115 | $this->url_cancelar = "educar_instituicao_lst.php"; | 116 | $this->url_cancelar = "educar_instituicao_lst.php"; |
| 116 | - $this->largura = "100%"; | 117 | + $this->largura = "100%"; |
| 118 | + $localizacao = new LocalizacaoSistema(); | ||
| 119 | + $localizacao->entradaCaminhos( array( | ||
| 120 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 121 | + "educar_index.php" => "Módulo Escola", | ||
| 122 | + "" => "Detalhe da instituiçõo" | ||
| 123 | + )); | ||
| 124 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 117 | } | 125 | } |
| 118 | } | 126 | } |
| 119 | 127 |
ieducar/intranet/educar_instituicao_lst.php
| @@ -37,7 +37,7 @@ class clsIndexBase extends clsBase | @@ -37,7 +37,7 @@ class clsIndexBase extends clsBase | ||
| 37 | { | 37 | { |
| 38 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Instituicao" ); | 38 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Instituicao" ); |
| 39 | $this->processoAp = "559"; | 39 | $this->processoAp = "559"; |
| 40 | - $this->addEstilo( "localizacaoSistema" ); | 40 | + $this->addEstilo( "localizacaoSistema" ); |
| 41 | } | 41 | } |
| 42 | } | 42 | } |
| 43 | 43 | ||
| @@ -105,7 +105,7 @@ class indice extends clsListagem | @@ -105,7 +105,7 @@ class indice extends clsListagem | ||
| 105 | $this->addCabecalhos( array( "Nome da Instituição" ) ); | 105 | $this->addCabecalhos( array( "Nome da Instituição" ) ); |
| 106 | 106 | ||
| 107 | // outros Filtros | 107 | // outros Filtros |
| 108 | - $this->campoTexto( "nm_instituicao", "Nome da Instituição", $this->nm_instituicao, 30, 255, false ); | 108 | + $this->campoTexto( "nm_instituicao", "Nome da Instituição", $this->nm_instituicao, 30, 255, false ); |
| 109 | 109 | ||
| 110 | // Paginador | 110 | // Paginador |
| 111 | $this->limite = 20; | 111 | $this->limite = 20; |
| @@ -151,14 +151,14 @@ class indice extends clsListagem | @@ -151,14 +151,14 @@ class indice extends clsListagem | ||
| 151 | $this->nome_acao = "Novo"; | 151 | $this->nome_acao = "Novo"; |
| 152 | } | 152 | } |
| 153 | $this->largura = "100%"; | 153 | $this->largura = "100%"; |
| 154 | - | ||
| 155 | - $localizacao = new LocalizacaoSistema(); | ||
| 156 | - $localizacao->entradaCaminhos( array( | ||
| 157 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 158 | - "educar_index.php" => "Escola", | ||
| 159 | - "" => "Lista de Instituição" | ||
| 160 | - )); | ||
| 161 | - $this->enviaLocalizacao($localizacao->montar()); | 154 | + |
| 155 | + $localizacao = new LocalizacaoSistema(); | ||
| 156 | + $localizacao->entradaCaminhos( array( | ||
| 157 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 158 | + "educar_index.php" => "Escola", | ||
| 159 | + "" => "Lista de Instituição" | ||
| 160 | + )); | ||
| 161 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 162 | } | 162 | } |
| 163 | } | 163 | } |
| 164 | // cria uma extensao da classe base | 164 | // cria uma extensao da classe base |
ieducar/intranet/educar_material_didatico_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Material Didático" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Material Didático" ); |
| 37 | $this->processoAp = "569"; | 37 | $this->processoAp = "569"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -88,6 +89,16 @@ class indice extends clsCadastro | @@ -88,6 +89,16 @@ class indice extends clsCadastro | ||
| 88 | } | 89 | } |
| 89 | } | 90 | } |
| 90 | $this->url_cancelar = ($retorno == "Editar") ? "educar_material_didatico_det.php?cod_material_didatico={$registro["cod_material_didatico"]}" : "educar_material_didatico_lst.php"; | 91 | $this->url_cancelar = ($retorno == "Editar") ? "educar_material_didatico_det.php?cod_material_didatico={$registro["cod_material_didatico"]}" : "educar_material_didatico_lst.php"; |
| 92 | + | ||
| 93 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 94 | + $localizacao = new LocalizacaoSistema(); | ||
| 95 | + $localizacao->entradaCaminhos( array( | ||
| 96 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 97 | + "educar_index.php" => "Módulo Escola", | ||
| 98 | + "" => "{$nomeMenu} material didático" | ||
| 99 | + )); | ||
| 100 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 101 | + | ||
| 91 | $this->nome_url_cancelar = "Cancelar"; | 102 | $this->nome_url_cancelar = "Cancelar"; |
| 92 | return $retorno; | 103 | return $retorno; |
| 93 | } | 104 | } |
ieducar/intranet/educar_material_didatico_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Material Didático" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Material Didático" ); |
| 37 | $this->processoAp = "569"; | 37 | $this->processoAp = "569"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -135,6 +136,14 @@ class indice extends clsDetalhe | @@ -135,6 +136,14 @@ class indice extends clsDetalhe | ||
| 135 | } | 136 | } |
| 136 | $this->url_cancelar = "educar_material_didatico_lst.php"; | 137 | $this->url_cancelar = "educar_material_didatico_lst.php"; |
| 137 | $this->largura = "100%"; | 138 | $this->largura = "100%"; |
| 139 | + | ||
| 140 | + $localizacao = new LocalizacaoSistema(); | ||
| 141 | + $localizacao->entradaCaminhos( array( | ||
| 142 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 143 | + "educar_index.php" => "Módulo Escola", | ||
| 144 | + "" => "Detalhe do material didático" | ||
| 145 | + )); | ||
| 146 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 138 | } | 147 | } |
| 139 | } | 148 | } |
| 140 | 149 |
ieducar/intranet/educar_material_didatico_lst.php
| @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Material Didático" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Material Didático" ); |
| 38 | $this->processoAp = "569"; | 38 | $this->processoAp = "569"; |
| 39 | - $this->addEstilo( "localizacaoSistema" ); | 39 | + $this->addEstilo( "localizacaoSistema" ); |
| 40 | } | 40 | } |
| 41 | } | 41 | } |
| 42 | 42 | ||
| @@ -226,14 +226,14 @@ class indice extends clsListagem | @@ -226,14 +226,14 @@ class indice extends clsListagem | ||
| 226 | $this->nome_acao = "Novo"; | 226 | $this->nome_acao = "Novo"; |
| 227 | } | 227 | } |
| 228 | $this->largura = "100%"; | 228 | $this->largura = "100%"; |
| 229 | - | ||
| 230 | - $localizacao = new LocalizacaoSistema(); | ||
| 231 | - $localizacao->entradaCaminhos( array( | ||
| 232 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 233 | - "educar_index.php" => "Escola", | ||
| 234 | - "" => "Lista de Material didático" | ||
| 235 | - )); | ||
| 236 | - $this->enviaLocalizacao($localizacao->montar()); | 229 | + |
| 230 | + $localizacao = new LocalizacaoSistema(); | ||
| 231 | + $localizacao->entradaCaminhos( array( | ||
| 232 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 233 | + "educar_index.php" => "Escola", | ||
| 234 | + "" => "Lista de Material didático" | ||
| 235 | + )); | ||
| 236 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 237 | } | 237 | } |
| 238 | } | 238 | } |
| 239 | // cria uma extensao da classe base | 239 | // cria uma extensao da classe base |
ieducar/intranet/educar_material_tipo_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Material Didático" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Material Didático" ); |
| 37 | $this->processoAp = "563"; | 37 | $this->processoAp = "563"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -120,6 +121,16 @@ class indice extends clsCadastro | @@ -120,6 +121,16 @@ class indice extends clsCadastro | ||
| 120 | } | 121 | } |
| 121 | } | 122 | } |
| 122 | $this->url_cancelar = ($retorno == "Editar") ? "educar_material_tipo_det.php?cod_material_tipo={$registro["cod_material_tipo"]}" : "educar_material_tipo_lst.php"; | 123 | $this->url_cancelar = ($retorno == "Editar") ? "educar_material_tipo_det.php?cod_material_tipo={$registro["cod_material_tipo"]}" : "educar_material_tipo_lst.php"; |
| 124 | + | ||
| 125 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 126 | + $localizacao = new LocalizacaoSistema(); | ||
| 127 | + $localizacao->entradaCaminhos( array( | ||
| 128 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 129 | + "educar_index.php" => "Módulo Escola", | ||
| 130 | + "" => "{$nomeMenu} tipo de material" | ||
| 131 | + )); | ||
| 132 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 133 | + | ||
| 123 | $this->nome_url_cancelar = "Cancelar"; | 134 | $this->nome_url_cancelar = "Cancelar"; |
| 124 | return $retorno; | 135 | return $retorno; |
| 125 | } | 136 | } |
ieducar/intranet/educar_material_tipo_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Material Didático" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Material Didático" ); |
| 37 | $this->processoAp = "563"; | 37 | $this->processoAp = "563"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -151,6 +152,14 @@ class indice extends clsDetalhe | @@ -151,6 +152,14 @@ class indice extends clsDetalhe | ||
| 151 | 152 | ||
| 152 | //$this->url_cancelar = "educar_material_tipo_lst.php"; | 153 | //$this->url_cancelar = "educar_material_tipo_lst.php"; |
| 153 | $this->largura = "100%"; | 154 | $this->largura = "100%"; |
| 155 | + | ||
| 156 | + $localizacao = new LocalizacaoSistema(); | ||
| 157 | + $localizacao->entradaCaminhos( array( | ||
| 158 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 159 | + "educar_index.php" => "Módulo Escola", | ||
| 160 | + "" => "Detalhe do tipo de material" | ||
| 161 | + )); | ||
| 162 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 154 | } | 163 | } |
| 155 | } | 164 | } |
| 156 | 165 |
ieducar/intranet/educar_material_tipo_lst.php
| @@ -41,7 +41,7 @@ class clsIndexBase extends clsBase | @@ -41,7 +41,7 @@ class clsIndexBase extends clsBase | ||
| 41 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Material Didático" ); | 41 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Material Didático" ); |
| 42 | 42 | ||
| 43 | $this->processoAp = "563"; | 43 | $this->processoAp = "563"; |
| 44 | - $this->addEstilo( "localizacaoSistema" ); | 44 | + $this->addEstilo( "localizacaoSistema" ); |
| 45 | } | 45 | } |
| 46 | } | 46 | } |
| 47 | 47 | ||
| @@ -203,14 +203,14 @@ class indice extends clsListagem | @@ -203,14 +203,14 @@ class indice extends clsListagem | ||
| 203 | //** | 203 | //** |
| 204 | 204 | ||
| 205 | $this->largura = "100%"; | 205 | $this->largura = "100%"; |
| 206 | - | ||
| 207 | - $localizacao = new LocalizacaoSistema(); | ||
| 208 | - $localizacao->entradaCaminhos( array( | ||
| 209 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 210 | - "educar_index.php" => "Escola", | ||
| 211 | - "" => "Lista de Tipos de materiais" | ||
| 212 | - )); | ||
| 213 | - $this->enviaLocalizacao($localizacao->montar()); | 206 | + |
| 207 | + $localizacao = new LocalizacaoSistema(); | ||
| 208 | + $localizacao->entradaCaminhos( array( | ||
| 209 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 210 | + "educar_index.php" => "Escola", | ||
| 211 | + "" => "Lista de Tipos de materiais" | ||
| 212 | + )); | ||
| 213 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 214 | 214 | ||
| 215 | } | 215 | } |
| 216 | } | 216 | } |
ieducar/intranet/educar_matricula_cad.php
| @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | ||
| 50 | { | 50 | { |
| 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matrícula'); | 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matrícula'); |
| 52 | $this->processoAp = 578; | 52 | $this->processoAp = 578; |
| 53 | + $this->addEstilo("localizacaoSistema"); | ||
| 53 | } | 54 | } |
| 54 | } | 55 | } |
| 55 | 56 | ||
| @@ -120,6 +121,16 @@ class indice extends clsCadastro | @@ -120,6 +121,16 @@ class indice extends clsCadastro | ||
| 120 | } | 121 | } |
| 121 | 122 | ||
| 122 | $this->url_cancelar = $url; | 123 | $this->url_cancelar = $url; |
| 124 | + | ||
| 125 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 126 | + $localizacao = new LocalizacaoSistema(); | ||
| 127 | + $localizacao->entradaCaminhos( array( | ||
| 128 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 129 | + "educar_index.php" => "Módulo Escola", | ||
| 130 | + "" => "{$nomeMenu} matrícula" | ||
| 131 | + )); | ||
| 132 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 133 | + | ||
| 123 | $this->nome_url_cancelar = 'Cancelar'; | 134 | $this->nome_url_cancelar = 'Cancelar'; |
| 124 | 135 | ||
| 125 | return $retorno; | 136 | return $retorno; |
ieducar/intranet/educar_matricula_det.php
| @@ -52,6 +52,7 @@ class clsIndexBase extends clsBase | @@ -52,6 +52,7 @@ class clsIndexBase extends clsBase | ||
| 52 | { | 52 | { |
| 53 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matrícula'); | 53 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matrícula'); |
| 54 | $this->processoAp = 578; | 54 | $this->processoAp = 578; |
| 55 | + $this->addEstilo("localizacaoSistema"); | ||
| 55 | } | 56 | } |
| 56 | } | 57 | } |
| 57 | 58 | ||
| @@ -308,6 +309,14 @@ class indice extends clsDetalhe | @@ -308,6 +309,14 @@ class indice extends clsDetalhe | ||
| 308 | $this->url_cancelar = 'educar_aluno_det.php?cod_aluno=' . $registro['ref_cod_aluno']; | 309 | $this->url_cancelar = 'educar_aluno_det.php?cod_aluno=' . $registro['ref_cod_aluno']; |
| 309 | $this->largura = '100%'; | 310 | $this->largura = '100%'; |
| 310 | 311 | ||
| 312 | + $localizacao = new LocalizacaoSistema(); | ||
| 313 | + $localizacao->entradaCaminhos( array( | ||
| 314 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 315 | + "educar_index.php" => "Módulo Escola", | ||
| 316 | + "" => "Detalhe da matrícula" | ||
| 317 | + )); | ||
| 318 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 319 | + | ||
| 311 | // js | 320 | // js |
| 312 | Portabilis_View_Helper_Application::loadJQueryLib($this); | 321 | Portabilis_View_Helper_Application::loadJQueryLib($this); |
| 313 | 322 |
ieducar/intranet/educar_matricula_ocorrencia_disciplinar_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Ocorrência Disciplinar" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Ocorrência Disciplinar" ); |
| 37 | $this->processoAp = "578"; | 37 | $this->processoAp = "578"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -134,6 +135,16 @@ class indice extends clsCadastro | @@ -134,6 +135,16 @@ class indice extends clsCadastro | ||
| 134 | 135 | ||
| 135 | 136 | ||
| 136 | $this->url_cancelar = ($retorno == "Editar") ? "educar_matricula_ocorrencia_disciplinar_det.php?ref_cod_matricula={$registro["ref_cod_matricula"]}&ref_cod_tipo_ocorrencia_disciplinar={$registro["ref_cod_tipo_ocorrencia_disciplinar"]}&sequencial={$registro["sequencial"]}" : "educar_matricula_ocorrencia_disciplinar_lst.php?ref_cod_matricula={$this->ref_cod_matricula}"; | 137 | $this->url_cancelar = ($retorno == "Editar") ? "educar_matricula_ocorrencia_disciplinar_det.php?ref_cod_matricula={$registro["ref_cod_matricula"]}&ref_cod_tipo_ocorrencia_disciplinar={$registro["ref_cod_tipo_ocorrencia_disciplinar"]}&sequencial={$registro["sequencial"]}" : "educar_matricula_ocorrencia_disciplinar_lst.php?ref_cod_matricula={$this->ref_cod_matricula}"; |
| 138 | + | ||
| 139 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 140 | + $localizacao = new LocalizacaoSistema(); | ||
| 141 | + $localizacao->entradaCaminhos( array( | ||
| 142 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 143 | + "educar_index.php" => "Módulo Escola", | ||
| 144 | + "" => "{$nomeMenu} ocorrência disciplinar da matrícula" | ||
| 145 | + )); | ||
| 146 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 147 | + | ||
| 137 | $this->nome_url_cancelar = "Cancelar"; | 148 | $this->nome_url_cancelar = "Cancelar"; |
| 138 | return $retorno; | 149 | return $retorno; |
| 139 | } | 150 | } |
ieducar/intranet/educar_matricula_ocorrencia_disciplinar_det.php
| @@ -37,6 +37,7 @@ class clsIndexBase extends clsBase | @@ -37,6 +37,7 @@ class clsIndexBase extends clsBase | ||
| 37 | { | 37 | { |
| 38 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Ocorrência Disciplinar" ); | 38 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Ocorrência Disciplinar" ); |
| 39 | $this->processoAp = "578"; | 39 | $this->processoAp = "578"; |
| 40 | + $this->addEstilo("localizacaoSistema"); | ||
| 40 | } | 41 | } |
| 41 | } | 42 | } |
| 42 | 43 | ||
| @@ -200,6 +201,14 @@ class indice extends clsDetalhe | @@ -200,6 +201,14 @@ class indice extends clsDetalhe | ||
| 200 | 201 | ||
| 201 | $this->url_cancelar = "educar_matricula_ocorrencia_disciplinar_lst.php?ref_cod_matricula={$registro["ref_cod_matricula"]}"; | 202 | $this->url_cancelar = "educar_matricula_ocorrencia_disciplinar_lst.php?ref_cod_matricula={$registro["ref_cod_matricula"]}"; |
| 202 | $this->largura = "100%"; | 203 | $this->largura = "100%"; |
| 204 | + | ||
| 205 | + $localizacao = new LocalizacaoSistema(); | ||
| 206 | + $localizacao->entradaCaminhos( array( | ||
| 207 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 208 | + "educar_index.php" => "Módulo Escola", | ||
| 209 | + "" => "Detalhe da ocorrência disciplinar da matrícula" | ||
| 210 | + )); | ||
| 211 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 203 | } | 212 | } |
| 204 | } | 213 | } |
| 205 | 214 |
ieducar/intranet/educar_matricula_ocorrencia_disciplinar_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Ocorrência Disciplinar" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Ocorrência Disciplinar" ); |
| 37 | $this->processoAp = "578"; | 37 | $this->processoAp = "578"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -254,6 +255,14 @@ class indice extends clsListagem | @@ -254,6 +255,14 @@ class indice extends clsListagem | ||
| 254 | $this->array_botao_url[] = "educar_matricula_det.php?cod_matricula={$this->ref_cod_matricula}"; | 255 | $this->array_botao_url[] = "educar_matricula_det.php?cod_matricula={$this->ref_cod_matricula}"; |
| 255 | 256 | ||
| 256 | $this->largura = "100%"; | 257 | $this->largura = "100%"; |
| 258 | + | ||
| 259 | + $localizacao = new LocalizacaoSistema(); | ||
| 260 | + $localizacao->entradaCaminhos( array( | ||
| 261 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 262 | + "educar_index.php" => "Módulo Escola", | ||
| 263 | + "" => "Listagem de ocorrências disciplinares da matrícula" | ||
| 264 | + )); | ||
| 265 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 257 | } | 266 | } |
| 258 | } | 267 | } |
| 259 | // cria uma extensao da classe base | 268 | // cria uma extensao da classe base |
ieducar/intranet/educar_matricula_reclassificar_cad.php
| @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Reclassificar Matrícula" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Reclassificar Matrícula" ); |
| 38 | $this->processoAp = "578"; | 38 | $this->processoAp = "578"; |
| 39 | + $this->addEstilo("localizacaoSistema"); | ||
| 39 | } | 40 | } |
| 40 | } | 41 | } |
| 41 | 42 | ||
| @@ -95,6 +96,16 @@ class indice extends clsCadastro | @@ -95,6 +96,16 @@ class indice extends clsCadastro | ||
| 95 | 96 | ||
| 96 | //$this->url_cancelar = "educar_matricula_lst.php?ref_cod_aluno={$this->ref_cod_aluno}"; | 97 | //$this->url_cancelar = "educar_matricula_lst.php?ref_cod_aluno={$this->ref_cod_aluno}"; |
| 97 | $this->url_cancelar = "educar_matricula_det.php?cod_matricula={$this->cod_matricula}"; | 98 | $this->url_cancelar = "educar_matricula_det.php?cod_matricula={$this->cod_matricula}"; |
| 99 | + | ||
| 100 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 101 | + $localizacao = new LocalizacaoSistema(); | ||
| 102 | + $localizacao->entradaCaminhos( array( | ||
| 103 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 104 | + "educar_index.php" => "Módulo Escola", | ||
| 105 | + "" => "{$nomeMenu} reclassificação da matrícula" | ||
| 106 | + )); | ||
| 107 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 108 | + | ||
| 98 | $this->nome_url_cancelar = "Cancelar"; | 109 | $this->nome_url_cancelar = "Cancelar"; |
| 99 | return $retorno; | 110 | return $retorno; |
| 100 | } | 111 | } |
ieducar/intranet/educar_matricula_turma_cad.php
| @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | ||
| 51 | { | 51 | { |
| 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matricula Turma'); | 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matricula Turma'); |
| 53 | $this->processoAp = 578; | 53 | $this->processoAp = 578; |
| 54 | + $this->addEstilo("localizacaoSistema"); | ||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | 57 | ||
| @@ -104,6 +105,14 @@ class indice extends clsCadastro | @@ -104,6 +105,14 @@ class indice extends clsCadastro | ||
| 104 | $obj_permissoes = new clsPermissoes(); | 105 | $obj_permissoes = new clsPermissoes(); |
| 105 | $obj_permissoes->permissao_cadastra(578, $this->pessoa_logada, 7, 'educar_matricula_lst.php'); | 106 | $obj_permissoes->permissao_cadastra(578, $this->pessoa_logada, 7, 'educar_matricula_lst.php'); |
| 106 | 107 | ||
| 108 | + $localizacao = new LocalizacaoSistema(); | ||
| 109 | + $localizacao->entradaCaminhos( array( | ||
| 110 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 111 | + "educar_index.php" => "Módulo Escola", | ||
| 112 | + "" => "Enturmação da matrícula" | ||
| 113 | + )); | ||
| 114 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 115 | + | ||
| 107 | //nova lógica | 116 | //nova lógica |
| 108 | if (is_numeric($this->ref_cod_matricula)) { | 117 | if (is_numeric($this->ref_cod_matricula)) { |
| 109 | 118 |
ieducar/intranet/educar_matricula_turma_det.php
| @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | ||
| 49 | { | 49 | { |
| 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matricula Turma'); | 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matricula Turma'); |
| 51 | $this->processoAp = 578; | 51 | $this->processoAp = 578; |
| 52 | + $this->addEstilo("localizacaoSistema"); | ||
| 52 | } | 53 | } |
| 53 | } | 54 | } |
| 54 | 55 | ||
| @@ -339,6 +340,14 @@ class indice extends clsDetalhe | @@ -339,6 +340,14 @@ class indice extends clsDetalhe | ||
| 339 | $this->array_botao_url_script[] = "go(\"educar_matricula_turma_lst.php?ref_cod_matricula={$this->ref_cod_matricula}\");"; | 340 | $this->array_botao_url_script[] = "go(\"educar_matricula_turma_lst.php?ref_cod_matricula={$this->ref_cod_matricula}\");"; |
| 340 | 341 | ||
| 341 | $this->largura = '100%'; | 342 | $this->largura = '100%'; |
| 343 | + | ||
| 344 | + $localizacao = new LocalizacaoSistema(); | ||
| 345 | + $localizacao->entradaCaminhos( array( | ||
| 346 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 347 | + "educar_index.php" => "Módulo Escola", | ||
| 348 | + "" => "Detalhe da enturmação da matrícula" | ||
| 349 | + )); | ||
| 350 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 342 | } | 351 | } |
| 343 | 352 | ||
| 344 | protected function getEscolaSerie($escolaId, $serieId) { | 353 | protected function getEscolaSerie($escolaId, $serieId) { |
ieducar/intranet/educar_matricula_turma_lst.php
| @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | @@ -49,6 +49,7 @@ class clsIndexBase extends clsBase | ||
| 49 | { | 49 | { |
| 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matricula Turma'); | 50 | $this->SetTitulo($this->_instituicao . ' i-Educar - Matricula Turma'); |
| 51 | $this->processoAp = 578; | 51 | $this->processoAp = 578; |
| 52 | + $this->addEstilo("localizacaoSistema"); | ||
| 52 | } | 53 | } |
| 53 | } | 54 | } |
| 54 | 55 | ||
| @@ -250,6 +251,14 @@ WHERE | @@ -250,6 +251,14 @@ WHERE | ||
| 250 | $this->array_botao_url[] = "educar_matricula_det.php?cod_matricula={$this->ref_cod_matricula}"; | 251 | $this->array_botao_url[] = "educar_matricula_det.php?cod_matricula={$this->ref_cod_matricula}"; |
| 251 | 252 | ||
| 252 | $this->largura = '100%'; | 253 | $this->largura = '100%'; |
| 254 | + | ||
| 255 | + $localizacao = new LocalizacaoSistema(); | ||
| 256 | + $localizacao->entradaCaminhos( array( | ||
| 257 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 258 | + "educar_index.php" => "Módulo Escola", | ||
| 259 | + "" => "Listagem de enturmações da matrícula" | ||
| 260 | + )); | ||
| 261 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 253 | } | 262 | } |
| 254 | } | 263 | } |
| 255 | 264 |
ieducar/intranet/educar_modulo_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Módulo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Módulo" ); |
| 37 | $this->processoAp = "584"; | 37 | $this->processoAp = "584"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -89,6 +90,16 @@ class indice extends clsCadastro | @@ -89,6 +90,16 @@ class indice extends clsCadastro | ||
| 89 | } | 90 | } |
| 90 | } | 91 | } |
| 91 | $this->url_cancelar = ($retorno == "Editar") ? "educar_modulo_det.php?cod_modulo={$registro["cod_modulo"]}" : "educar_modulo_lst.php"; | 92 | $this->url_cancelar = ($retorno == "Editar") ? "educar_modulo_det.php?cod_modulo={$registro["cod_modulo"]}" : "educar_modulo_lst.php"; |
| 93 | + | ||
| 94 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 95 | + $localizacao = new LocalizacaoSistema(); | ||
| 96 | + $localizacao->entradaCaminhos( array( | ||
| 97 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 98 | + "educar_index.php" => "Módulo Escola", | ||
| 99 | + "" => "{$nomeMenu} módulo" | ||
| 100 | + )); | ||
| 101 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 102 | + | ||
| 92 | $this->nome_url_cancelar = "Cancelar"; | 103 | $this->nome_url_cancelar = "Cancelar"; |
| 93 | return $retorno; | 104 | return $retorno; |
| 94 | } | 105 | } |
ieducar/intranet/educar_modulo_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Módulo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Módulo" ); |
| 37 | $this->processoAp = "584"; | 37 | $this->processoAp = "584"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -125,6 +126,14 @@ class indice extends clsDetalhe | @@ -125,6 +126,14 @@ class indice extends clsDetalhe | ||
| 125 | 126 | ||
| 126 | $this->url_cancelar = "educar_modulo_lst.php"; | 127 | $this->url_cancelar = "educar_modulo_lst.php"; |
| 127 | $this->largura = "100%"; | 128 | $this->largura = "100%"; |
| 129 | + | ||
| 130 | + $localizacao = new LocalizacaoSistema(); | ||
| 131 | + $localizacao->entradaCaminhos( array( | ||
| 132 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 133 | + "educar_index.php" => "Módulo Escola", | ||
| 134 | + "" => "Detalhe do módulo" | ||
| 135 | + )); | ||
| 136 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 128 | } | 137 | } |
| 129 | } | 138 | } |
| 130 | 139 |
ieducar/intranet/educar_modulo_lst.php
| @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Módulo" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Módulo" ); |
| 38 | $this->processoAp = "584"; | 38 | $this->processoAp = "584"; |
| 39 | - $this->addEstilo( "localizacaoSistema" ); | 39 | + $this->addEstilo( "localizacaoSistema" ); |
| 40 | } | 40 | } |
| 41 | } | 41 | } |
| 42 | 42 | ||
| @@ -208,14 +208,14 @@ class indice extends clsListagem | @@ -208,14 +208,14 @@ class indice extends clsListagem | ||
| 208 | } | 208 | } |
| 209 | 209 | ||
| 210 | $this->largura = "100%"; | 210 | $this->largura = "100%"; |
| 211 | - | ||
| 212 | - $localizacao = new LocalizacaoSistema(); | ||
| 213 | - $localizacao->entradaCaminhos( array( | ||
| 214 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 215 | - "educar_index.php" => "Escola", | ||
| 216 | - "" => "Lista de Séries" | ||
| 217 | - )); | ||
| 218 | - $this->enviaLocalizacao($localizacao->montar()); | 211 | + |
| 212 | + $localizacao = new LocalizacaoSistema(); | ||
| 213 | + $localizacao->entradaCaminhos( array( | ||
| 214 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 215 | + "educar_index.php" => "Escola", | ||
| 216 | + "" => "Lista de Séries" | ||
| 217 | + )); | ||
| 218 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 219 | } | 219 | } |
| 220 | } | 220 | } |
| 221 | 221 |
ieducar/intranet/educar_nivel_ensino_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Nível Ensino" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Nível Ensino" ); |
| 37 | $this->processoAp = "571"; | 37 | $this->processoAp = "571"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -84,6 +85,16 @@ class indice extends clsCadastro | @@ -84,6 +85,16 @@ class indice extends clsCadastro | ||
| 84 | } | 85 | } |
| 85 | } | 86 | } |
| 86 | $this->url_cancelar = ($retorno == "Editar") ? "educar_nivel_ensino_det.php?cod_nivel_ensino={$registro["cod_nivel_ensino"]}" : "educar_nivel_ensino_lst.php"; | 87 | $this->url_cancelar = ($retorno == "Editar") ? "educar_nivel_ensino_det.php?cod_nivel_ensino={$registro["cod_nivel_ensino"]}" : "educar_nivel_ensino_lst.php"; |
| 88 | + | ||
| 89 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 90 | + $localizacao = new LocalizacaoSistema(); | ||
| 91 | + $localizacao->entradaCaminhos( array( | ||
| 92 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 93 | + "educar_index.php" => "Módulo Escola", | ||
| 94 | + "" => "{$nomeMenu} nível de ensino" | ||
| 95 | + )); | ||
| 96 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 97 | + | ||
| 87 | $this->nome_url_cancelar = "Cancelar"; | 98 | $this->nome_url_cancelar = "Cancelar"; |
| 88 | return $retorno; | 99 | return $retorno; |
| 89 | } | 100 | } |
ieducar/intranet/educar_nivel_ensino_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Nivel Ensino" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Nivel Ensino" ); |
| 37 | $this->processoAp = "571"; | 37 | $this->processoAp = "571"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -113,6 +114,14 @@ class indice extends clsDetalhe | @@ -113,6 +114,14 @@ class indice extends clsDetalhe | ||
| 113 | } | 114 | } |
| 114 | $this->url_cancelar = "educar_nivel_ensino_lst.php"; | 115 | $this->url_cancelar = "educar_nivel_ensino_lst.php"; |
| 115 | $this->largura = "100%"; | 116 | $this->largura = "100%"; |
| 117 | + | ||
| 118 | + $localizacao = new LocalizacaoSistema(); | ||
| 119 | + $localizacao->entradaCaminhos( array( | ||
| 120 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 121 | + "educar_index.php" => "Módulo Escola", | ||
| 122 | + "" => "Detalhe do nível de ensino" | ||
| 123 | + )); | ||
| 124 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 116 | } | 125 | } |
| 117 | } | 126 | } |
| 118 | 127 |
ieducar/intranet/educar_nivel_ensino_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Nível Ensino" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Nível Ensino" ); |
| 37 | $this->processoAp = "571"; | 37 | $this->processoAp = "571"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -171,6 +172,14 @@ class indice extends clsListagem | @@ -171,6 +172,14 @@ class indice extends clsListagem | ||
| 171 | $this->nome_acao = "Novo"; | 172 | $this->nome_acao = "Novo"; |
| 172 | } | 173 | } |
| 173 | $this->largura = "100%"; | 174 | $this->largura = "100%"; |
| 175 | + | ||
| 176 | + $localizacao = new LocalizacaoSistema(); | ||
| 177 | + $localizacao->entradaCaminhos( array( | ||
| 178 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 179 | + "educar_index.php" => "Módulo Escola", | ||
| 180 | + "" => "Listagem de níveis de ensino" | ||
| 181 | + )); | ||
| 182 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 174 | } | 183 | } |
| 175 | } | 184 | } |
| 176 | // cria uma extensao da classe base | 185 | // cria uma extensao da classe base |
ieducar/intranet/educar_raca_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Raça" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Raça" ); |
| 37 | $this->processoAp = "678"; | 37 | $this->processoAp = "678"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -86,6 +87,16 @@ class indice extends clsCadastro | @@ -86,6 +87,16 @@ class indice extends clsCadastro | ||
| 86 | } | 87 | } |
| 87 | } | 88 | } |
| 88 | $this->url_cancelar = ($retorno == "Editar") ? "educar_raca_det.php?cod_raca={$registro["cod_raca"]}" : "educar_raca_lst.php"; | 89 | $this->url_cancelar = ($retorno == "Editar") ? "educar_raca_det.php?cod_raca={$registro["cod_raca"]}" : "educar_raca_lst.php"; |
| 90 | + | ||
| 91 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 92 | + $localizacao = new LocalizacaoSistema(); | ||
| 93 | + $localizacao->entradaCaminhos( array( | ||
| 94 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 95 | + "educar_index.php" => "Módulo Escola", | ||
| 96 | + "" => "{$nomeMenu} raça" | ||
| 97 | + )); | ||
| 98 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 99 | + | ||
| 89 | $this->nome_url_cancelar = "Cancelar"; | 100 | $this->nome_url_cancelar = "Cancelar"; |
| 90 | return $retorno; | 101 | return $retorno; |
| 91 | } | 102 | } |
ieducar/intranet/educar_raca_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Raça" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Raça" ); |
| 37 | $this->processoAp = "678"; | 37 | $this->processoAp = "678"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -127,6 +128,14 @@ class indice extends clsDetalhe | @@ -127,6 +128,14 @@ class indice extends clsDetalhe | ||
| 127 | 128 | ||
| 128 | $this->url_cancelar = "educar_raca_lst.php"; | 129 | $this->url_cancelar = "educar_raca_lst.php"; |
| 129 | $this->largura = "100%"; | 130 | $this->largura = "100%"; |
| 131 | + | ||
| 132 | + $localizacao = new LocalizacaoSistema(); | ||
| 133 | + $localizacao->entradaCaminhos( array( | ||
| 134 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 135 | + "educar_index.php" => "Módulo Escola", | ||
| 136 | + "" => "Detalhe da raça" | ||
| 137 | + )); | ||
| 138 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 130 | } | 139 | } |
| 131 | } | 140 | } |
| 132 | 141 |
ieducar/intranet/educar_raca_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Raça" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Raça" ); |
| 37 | $this->processoAp = "678"; | 37 | $this->processoAp = "678"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -215,6 +216,14 @@ class indice extends clsListagem | @@ -215,6 +216,14 @@ class indice extends clsListagem | ||
| 215 | $this->nome_acao = "Novo"; | 216 | $this->nome_acao = "Novo"; |
| 216 | } | 217 | } |
| 217 | $this->largura = "100%"; | 218 | $this->largura = "100%"; |
| 219 | + | ||
| 220 | + $localizacao = new LocalizacaoSistema(); | ||
| 221 | + $localizacao->entradaCaminhos( array( | ||
| 222 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 223 | + "educar_index.php" => "Módulo Escola", | ||
| 224 | + "" => "Listagem de raças" | ||
| 225 | + )); | ||
| 226 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 218 | } | 227 | } |
| 219 | } | 228 | } |
| 220 | // cria uma extensao da classe base | 229 | // cria uma extensao da classe base |
ieducar/intranet/educar_religiao_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Religiao" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Religiao" ); |
| 37 | $this->processoAp = "579"; | 37 | $this->processoAp = "579"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -88,6 +89,16 @@ class indice extends clsCadastro | @@ -88,6 +89,16 @@ class indice extends clsCadastro | ||
| 88 | } | 89 | } |
| 89 | } | 90 | } |
| 90 | $this->url_cancelar = ($retorno == "Editar") ? "educar_religiao_det.php?cod_religiao={$registro["cod_religiao"]}" : "educar_religiao_lst.php"; | 91 | $this->url_cancelar = ($retorno == "Editar") ? "educar_religiao_det.php?cod_religiao={$registro["cod_religiao"]}" : "educar_religiao_lst.php"; |
| 92 | + | ||
| 93 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 94 | + $localizacao = new LocalizacaoSistema(); | ||
| 95 | + $localizacao->entradaCaminhos( array( | ||
| 96 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 97 | + "educar_index.php" => "Módulo Escola", | ||
| 98 | + "" => "{$nomeMenu} religião" | ||
| 99 | + )); | ||
| 100 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 101 | + | ||
| 91 | $this->nome_url_cancelar = "Cancelar"; | 102 | $this->nome_url_cancelar = "Cancelar"; |
| 92 | return $retorno; | 103 | return $retorno; |
| 93 | } | 104 | } |
ieducar/intranet/educar_religiao_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Religiao" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Religiao" ); |
| 37 | $this->processoAp = "579"; | 37 | $this->processoAp = "579"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -98,6 +99,14 @@ class indice extends clsDetalhe | @@ -98,6 +99,14 @@ class indice extends clsDetalhe | ||
| 98 | 99 | ||
| 99 | $this->url_cancelar = "educar_religiao_lst.php"; | 100 | $this->url_cancelar = "educar_religiao_lst.php"; |
| 100 | $this->largura = "100%"; | 101 | $this->largura = "100%"; |
| 102 | + | ||
| 103 | + $localizacao = new LocalizacaoSistema(); | ||
| 104 | + $localizacao->entradaCaminhos( array( | ||
| 105 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 106 | + "educar_index.php" => "Módulo Escola", | ||
| 107 | + "" => "Detalhe da religião" | ||
| 108 | + )); | ||
| 109 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 101 | } | 110 | } |
| 102 | } | 111 | } |
| 103 | 112 |
ieducar/intranet/educar_religiao_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Religiao" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Religiao" ); |
| 37 | $this->processoAp = "579"; | 37 | $this->processoAp = "579"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -144,6 +145,14 @@ class indice extends clsListagem | @@ -144,6 +145,14 @@ class indice extends clsListagem | ||
| 144 | } | 145 | } |
| 145 | //** | 146 | //** |
| 146 | $this->largura = "100%"; | 147 | $this->largura = "100%"; |
| 148 | + | ||
| 149 | + $localizacao = new LocalizacaoSistema(); | ||
| 150 | + $localizacao->entradaCaminhos( array( | ||
| 151 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 152 | + "educar_index.php" => "Módulo Escola", | ||
| 153 | + "" => "Listagem de religiões" | ||
| 154 | + )); | ||
| 155 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 147 | } | 156 | } |
| 148 | } | 157 | } |
| 149 | // cria uma extensao da classe base | 158 | // cria uma extensao da classe base |
ieducar/intranet/educar_sequencia_serie_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Sequência Enturmação" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Sequência Enturmação" ); |
| 37 | $this->processoAp = "587"; | 37 | $this->processoAp = "587"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -109,6 +110,16 @@ class indice extends clsCadastro | @@ -109,6 +110,16 @@ class indice extends clsCadastro | ||
| 109 | } | 110 | } |
| 110 | } | 111 | } |
| 111 | $this->url_cancelar = ($retorno == "Editar") ? "educar_sequencia_serie_det.php?ref_serie_origem={$registro["ref_serie_origem"]}&ref_serie_destino={$registro["ref_serie_destino"]}" : "educar_sequencia_serie_lst.php"; | 112 | $this->url_cancelar = ($retorno == "Editar") ? "educar_sequencia_serie_det.php?ref_serie_origem={$registro["ref_serie_origem"]}&ref_serie_destino={$registro["ref_serie_destino"]}" : "educar_sequencia_serie_lst.php"; |
| 113 | + | ||
| 114 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 115 | + $localizacao = new LocalizacaoSistema(); | ||
| 116 | + $localizacao->entradaCaminhos( array( | ||
| 117 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 118 | + "educar_index.php" => "Módulo Escola", | ||
| 119 | + "" => "{$nomeMenu} sequência de enturmação" | ||
| 120 | + )); | ||
| 121 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 122 | + | ||
| 112 | $this->nome_url_cancelar = "Cancelar"; | 123 | $this->nome_url_cancelar = "Cancelar"; |
| 113 | return $retorno; | 124 | return $retorno; |
| 114 | } | 125 | } |
ieducar/intranet/educar_sequencia_serie_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Sequência Enturmação" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Sequência Enturmação" ); |
| 37 | $this->processoAp = "587"; | 37 | $this->processoAp = "587"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -170,6 +171,14 @@ class indice extends clsDetalhe | @@ -170,6 +171,14 @@ class indice extends clsDetalhe | ||
| 170 | 171 | ||
| 171 | $this->url_cancelar = "educar_sequencia_serie_lst.php"; | 172 | $this->url_cancelar = "educar_sequencia_serie_lst.php"; |
| 172 | $this->largura = "100%"; | 173 | $this->largura = "100%"; |
| 174 | + | ||
| 175 | + $localizacao = new LocalizacaoSistema(); | ||
| 176 | + $localizacao->entradaCaminhos( array( | ||
| 177 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 178 | + "educar_index.php" => "Módulo Escola", | ||
| 179 | + "" => "Detalhe da sequência de enturmação" | ||
| 180 | + )); | ||
| 181 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 173 | } | 182 | } |
| 174 | } | 183 | } |
| 175 | 184 |
ieducar/intranet/educar_sequencia_serie_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Sequência Enturmação" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Sequência Enturmação" ); |
| 37 | $this->processoAp = "587"; | 37 | $this->processoAp = "587"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -334,6 +335,14 @@ class indice extends clsListagem | @@ -334,6 +335,14 @@ class indice extends clsListagem | ||
| 334 | } | 335 | } |
| 335 | 336 | ||
| 336 | $this->largura = "100%"; | 337 | $this->largura = "100%"; |
| 338 | + | ||
| 339 | + $localizacao = new LocalizacaoSistema(); | ||
| 340 | + $localizacao->entradaCaminhos( array( | ||
| 341 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 342 | + "educar_index.php" => "Módulo Escola", | ||
| 343 | + "" => "Listagem de sequências de enturmação" | ||
| 344 | + )); | ||
| 345 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 337 | } | 346 | } |
| 338 | } | 347 | } |
| 339 | // cria uma extensao da classe base | 348 | // cria uma extensao da classe base |
ieducar/intranet/educar_serie_cad.php
| @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | ||
| 50 | { | 50 | { |
| 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Série'); | 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Série'); |
| 52 | $this->processoAp = '583'; | 52 | $this->processoAp = '583'; |
| 53 | + $this->addEstilo("localizacaoSistema"); | ||
| 53 | } | 54 | } |
| 54 | } | 55 | } |
| 55 | 56 | ||
| @@ -129,6 +130,15 @@ class indice extends clsCadastro | @@ -129,6 +130,15 @@ class indice extends clsCadastro | ||
| 129 | "educar_serie_det.php?cod_serie={$registro["cod_serie"]}" : | 130 | "educar_serie_det.php?cod_serie={$registro["cod_serie"]}" : |
| 130 | "educar_serie_lst.php"; | 131 | "educar_serie_lst.php"; |
| 131 | 132 | ||
| 133 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 134 | + $localizacao = new LocalizacaoSistema(); | ||
| 135 | + $localizacao->entradaCaminhos( array( | ||
| 136 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 137 | + "educar_index.php" => "Módulo Escola", | ||
| 138 | + "" => "{$nomeMenu} série" | ||
| 139 | + )); | ||
| 140 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 141 | + | ||
| 132 | $this->nome_url_cancelar = "Cancelar"; | 142 | $this->nome_url_cancelar = "Cancelar"; |
| 133 | 143 | ||
| 134 | return $retorno; | 144 | return $retorno; |
ieducar/intranet/educar_serie_det.php
| @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | @@ -50,6 +50,7 @@ class clsIndexBase extends clsBase | ||
| 50 | { | 50 | { |
| 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Série'); | 51 | $this->SetTitulo($this->_instituicao . ' i-Educar - Série'); |
| 52 | $this->processoAp = '583'; | 52 | $this->processoAp = '583'; |
| 53 | + $this->addEstilo("localizacaoSistema"); | ||
| 53 | } | 54 | } |
| 54 | } | 55 | } |
| 55 | 56 | ||
| @@ -172,6 +173,14 @@ class indice extends clsDetalhe | @@ -172,6 +173,14 @@ class indice extends clsDetalhe | ||
| 172 | 173 | ||
| 173 | $this->url_cancelar = 'educar_serie_lst.php'; | 174 | $this->url_cancelar = 'educar_serie_lst.php'; |
| 174 | $this->largura = '100%'; | 175 | $this->largura = '100%'; |
| 176 | + | ||
| 177 | + $localizacao = new LocalizacaoSistema(); | ||
| 178 | + $localizacao->entradaCaminhos( array( | ||
| 179 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 180 | + "educar_index.php" => "Módulo Escola", | ||
| 181 | + "" => "Detalhe da série" | ||
| 182 | + )); | ||
| 183 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 175 | } | 184 | } |
| 176 | } | 185 | } |
| 177 | 186 |
ieducar/intranet/educar_serie_lst.php
| @@ -185,14 +185,14 @@ class indice extends clsListagem | @@ -185,14 +185,14 @@ class indice extends clsListagem | ||
| 185 | } | 185 | } |
| 186 | 186 | ||
| 187 | $this->largura = "100%"; | 187 | $this->largura = "100%"; |
| 188 | - | 188 | + |
| 189 | $localizacao = new LocalizacaoSistema(); | 189 | $localizacao = new LocalizacaoSistema(); |
| 190 | $localizacao->entradaCaminhos( array( | 190 | $localizacao->entradaCaminhos( array( |
| 191 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 192 | - "educar_index.php" => "Escola", | ||
| 193 | - "" => "Lista de Séries" | ||
| 194 | - )); | ||
| 195 | - $this->enviaLocalizacao($localizacao->montar()); | 191 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", |
| 192 | + "educar_index.php" => "Módulo Escola", | ||
| 193 | + "" => "Listagem de séries" | ||
| 194 | + )); | ||
| 195 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 196 | } | 196 | } |
| 197 | } | 197 | } |
| 198 | 198 |
ieducar/intranet/educar_tipo_dispensa_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Dispensa" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Dispensa" ); |
| 37 | $this->processoAp = "577"; | 37 | $this->processoAp = "577"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -86,6 +87,16 @@ class indice extends clsCadastro | @@ -86,6 +87,16 @@ class indice extends clsCadastro | ||
| 86 | } | 87 | } |
| 87 | } | 88 | } |
| 88 | $this->url_cancelar = ($retorno == "Editar") ? "educar_tipo_dispensa_det.php?cod_tipo_dispensa={$registro["cod_tipo_dispensa"]}" : "educar_tipo_dispensa_lst.php"; | 89 | $this->url_cancelar = ($retorno == "Editar") ? "educar_tipo_dispensa_det.php?cod_tipo_dispensa={$registro["cod_tipo_dispensa"]}" : "educar_tipo_dispensa_lst.php"; |
| 90 | + | ||
| 91 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 92 | + $localizacao = new LocalizacaoSistema(); | ||
| 93 | + $localizacao->entradaCaminhos( array( | ||
| 94 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 95 | + "educar_index.php" => "Módulo Escola", | ||
| 96 | + "" => "{$nomeMenu} tipo de dispensa" | ||
| 97 | + )); | ||
| 98 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 99 | + | ||
| 89 | $this->nome_url_cancelar = "Cancelar"; | 100 | $this->nome_url_cancelar = "Cancelar"; |
| 90 | return $retorno; | 101 | return $retorno; |
| 91 | } | 102 | } |
ieducar/intranet/educar_tipo_dispensa_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Dispensa" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Dispensa" ); |
| 37 | $this->processoAp = "577"; | 37 | $this->processoAp = "577"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -112,6 +113,13 @@ class indice extends clsDetalhe | @@ -112,6 +113,13 @@ class indice extends clsDetalhe | ||
| 112 | } | 113 | } |
| 113 | $this->url_cancelar = "educar_tipo_dispensa_lst.php"; | 114 | $this->url_cancelar = "educar_tipo_dispensa_lst.php"; |
| 114 | $this->largura = "100%"; | 115 | $this->largura = "100%"; |
| 116 | + | ||
| 117 | + $localizacao = new LocalizacaoSistema(); | ||
| 118 | + $localizacao->entradaCaminhos( array( | ||
| 119 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 120 | + "educar_index.php" => "Módulo Escola", | ||
| 121 | + "" => "Detalho do tipo de dispensa" | ||
| 122 | + )); | ||
| 115 | } | 123 | } |
| 116 | } | 124 | } |
| 117 | 125 |
ieducar/intranet/educar_tipo_dispensa_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Dispensa" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Dispensa" ); |
| 37 | $this->processoAp = "577"; | 37 | $this->processoAp = "577"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -170,6 +171,14 @@ class indice extends clsListagem | @@ -170,6 +171,14 @@ class indice extends clsListagem | ||
| 170 | $this->nome_acao = "Novo"; | 171 | $this->nome_acao = "Novo"; |
| 171 | } | 172 | } |
| 172 | $this->largura = "100%"; | 173 | $this->largura = "100%"; |
| 174 | + | ||
| 175 | + $localizacao = new LocalizacaoSistema(); | ||
| 176 | + $localizacao->entradaCaminhos( array( | ||
| 177 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 178 | + "educar_index.php" => "Módulo Escola", | ||
| 179 | + "" => "Listagem de tipos de dispensa" | ||
| 180 | + )); | ||
| 181 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 173 | } | 182 | } |
| 174 | } | 183 | } |
| 175 | // cria uma extensao da classe base | 184 | // cria uma extensao da classe base |
ieducar/intranet/educar_tipo_ensino_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ensino" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ensino" ); |
| 37 | $this->processoAp = "558"; | 37 | $this->processoAp = "558"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -96,6 +97,16 @@ class indice extends clsCadastro | @@ -96,6 +97,16 @@ class indice extends clsCadastro | ||
| 96 | } | 97 | } |
| 97 | } | 98 | } |
| 98 | $this->url_cancelar = ($retorno == "Editar") ? "educar_tipo_ensino_det.php?cod_tipo_ensino={$registro["cod_tipo_ensino"]}" : "educar_tipo_ensino_lst.php"; | 99 | $this->url_cancelar = ($retorno == "Editar") ? "educar_tipo_ensino_det.php?cod_tipo_ensino={$registro["cod_tipo_ensino"]}" : "educar_tipo_ensino_lst.php"; |
| 100 | + | ||
| 101 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 102 | + $localizacao = new LocalizacaoSistema(); | ||
| 103 | + $localizacao->entradaCaminhos( array( | ||
| 104 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 105 | + "educar_index.php" => "Módulo Escola", | ||
| 106 | + "" => "{$nomeMenu} tipo de ensino" | ||
| 107 | + )); | ||
| 108 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 109 | + | ||
| 99 | $this->nome_url_cancelar = "Cancelar"; | 110 | $this->nome_url_cancelar = "Cancelar"; |
| 100 | return $retorno; | 111 | return $retorno; |
| 101 | } | 112 | } |
ieducar/intranet/educar_tipo_ensino_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ensino" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ensino" ); |
| 37 | $this->processoAp = "558"; | 37 | $this->processoAp = "558"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -113,6 +114,14 @@ class indice extends clsDetalhe | @@ -113,6 +114,14 @@ class indice extends clsDetalhe | ||
| 113 | 114 | ||
| 114 | $this->url_cancelar = "educar_tipo_ensino_lst.php"; | 115 | $this->url_cancelar = "educar_tipo_ensino_lst.php"; |
| 115 | $this->largura = "100%"; | 116 | $this->largura = "100%"; |
| 117 | + | ||
| 118 | + $localizacao = new LocalizacaoSistema(); | ||
| 119 | + $localizacao->entradaCaminhos( array( | ||
| 120 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 121 | + "educar_index.php" => "Módulo Escola", | ||
| 122 | + "" => "Detalhe do tipo de ensino" | ||
| 123 | + )); | ||
| 124 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 116 | } | 125 | } |
| 117 | } | 126 | } |
| 118 | 127 |
ieducar/intranet/educar_tipo_ensino_lst.php
| @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ensino" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ensino" ); |
| 38 | $this->processoAp = "558"; | 38 | $this->processoAp = "558"; |
| 39 | + $this->addEstilo("localizacaoSistema"); | ||
| 39 | } | 40 | } |
| 40 | } | 41 | } |
| 41 | 42 | ||
| @@ -187,6 +188,14 @@ class indice extends clsListagem | @@ -187,6 +188,14 @@ class indice extends clsListagem | ||
| 187 | 188 | ||
| 188 | $this->addPaginador2( "educar_tipo_ensino_lst.php", $total, $_GET, $this->nome, $this->limite ); | 189 | $this->addPaginador2( "educar_tipo_ensino_lst.php", $total, $_GET, $this->nome, $this->limite ); |
| 189 | $this->largura = "100%"; | 190 | $this->largura = "100%"; |
| 191 | + | ||
| 192 | + $localizacao = new LocalizacaoSistema(); | ||
| 193 | + $localizacao->entradaCaminhos( array( | ||
| 194 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 195 | + "educar_index.php" => "Módulo Escola", | ||
| 196 | + "" => "Listagem de tipos de ensino" | ||
| 197 | + )); | ||
| 198 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 190 | } | 199 | } |
| 191 | } | 200 | } |
| 192 | // cria uma extensao da classe base | 201 | // cria uma extensao da classe base |
ieducar/intranet/educar_tipo_ocorrencia_disciplinar_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ocorrência Disciplinar" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ocorrência Disciplinar" ); |
| 37 | $this->processoAp = "580"; | 37 | $this->processoAp = "580"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -84,6 +85,16 @@ class indice extends clsCadastro | @@ -84,6 +85,16 @@ class indice extends clsCadastro | ||
| 84 | } | 85 | } |
| 85 | } | 86 | } |
| 86 | $this->url_cancelar = ($retorno == "Editar") ? "educar_tipo_ocorrencia_disciplinar_det.php?cod_tipo_ocorrencia_disciplinar={$registro["cod_tipo_ocorrencia_disciplinar"]}" : "educar_tipo_ocorrencia_disciplinar_lst.php"; | 87 | $this->url_cancelar = ($retorno == "Editar") ? "educar_tipo_ocorrencia_disciplinar_det.php?cod_tipo_ocorrencia_disciplinar={$registro["cod_tipo_ocorrencia_disciplinar"]}" : "educar_tipo_ocorrencia_disciplinar_lst.php"; |
| 88 | + | ||
| 89 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 90 | + $localizacao = new LocalizacaoSistema(); | ||
| 91 | + $localizacao->entradaCaminhos( array( | ||
| 92 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 93 | + "educar_index.php" => "Módulo Escola", | ||
| 94 | + "" => "{$nomeMenu} tipo de ocorrência disciplinar" | ||
| 95 | + )); | ||
| 96 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 97 | + | ||
| 87 | $this->nome_url_cancelar = "Cancelar"; | 98 | $this->nome_url_cancelar = "Cancelar"; |
| 88 | return $retorno; | 99 | return $retorno; |
| 89 | } | 100 | } |
ieducar/intranet/educar_tipo_ocorrencia_disciplinar_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ocorrência Disciplinar" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ocorrência Disciplinar" ); |
| 37 | $this->processoAp = "580"; | 37 | $this->processoAp = "580"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -120,6 +121,14 @@ class indice extends clsDetalhe | @@ -120,6 +121,14 @@ class indice extends clsDetalhe | ||
| 120 | } | 121 | } |
| 121 | $this->url_cancelar = "educar_tipo_ocorrencia_disciplinar_lst.php"; | 122 | $this->url_cancelar = "educar_tipo_ocorrencia_disciplinar_lst.php"; |
| 122 | $this->largura = "100%"; | 123 | $this->largura = "100%"; |
| 124 | + | ||
| 125 | + $localizacao = new LocalizacaoSistema(); | ||
| 126 | + $localizacao->entradaCaminhos( array( | ||
| 127 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 128 | + "educar_index.php" => "Módulo Escola", | ||
| 129 | + "" => "Detalhe do tipo de ocorrência disciplinar" | ||
| 130 | + )); | ||
| 131 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 123 | } | 132 | } |
| 124 | } | 133 | } |
| 125 | 134 |
ieducar/intranet/educar_tipo_ocorrencia_disciplinar_lst.php
| @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ocorrência Disciplinar" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Ocorrência Disciplinar" ); |
| 38 | $this->processoAp = "580"; | 38 | $this->processoAp = "580"; |
| 39 | - $this->addEstilo( "localizacaoSistema" ); | 39 | + $this->addEstilo("localizacaoSistema"); |
| 40 | } | 40 | } |
| 41 | } | 41 | } |
| 42 | 42 | ||
| @@ -174,14 +174,14 @@ class indice extends clsListagem | @@ -174,14 +174,14 @@ class indice extends clsListagem | ||
| 174 | $this->nome_acao = "Novo"; | 174 | $this->nome_acao = "Novo"; |
| 175 | } | 175 | } |
| 176 | $this->largura = "100%"; | 176 | $this->largura = "100%"; |
| 177 | - | ||
| 178 | - $localizacao = new LocalizacaoSistema(); | ||
| 179 | - $localizacao->entradaCaminhos( array( | ||
| 180 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 181 | - "educar_index.php" => "Escola", | ||
| 182 | - "" => "Lista de Tipos de Ocorrências Disciplinares" | ||
| 183 | - )); | ||
| 184 | - $this->enviaLocalizacao($localizacao->montar()); | 177 | + |
| 178 | + $localizacao = new LocalizacaoSistema(); | ||
| 179 | + $localizacao->entradaCaminhos( array( | ||
| 180 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 181 | + "educar_index.php" => "Módulo Escola", | ||
| 182 | + "" => "Listagem de tipos de ocorrências disciplinares" | ||
| 183 | + )); | ||
| 184 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 185 | } | 185 | } |
| 186 | } | 186 | } |
| 187 | // cria uma extensao da classe base | 187 | // cria uma extensao da classe base |
ieducar/intranet/educar_tipo_regime_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Regime" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Regime" ); |
| 37 | $this->processoAp = "568"; | 37 | $this->processoAp = "568"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -89,6 +90,16 @@ class indice extends clsCadastro | @@ -89,6 +90,16 @@ class indice extends clsCadastro | ||
| 89 | } | 90 | } |
| 90 | } | 91 | } |
| 91 | $this->url_cancelar = ($retorno == "Editar") ? "educar_tipo_regime_det.php?cod_tipo_regime={$registro["cod_tipo_regime"]}" : "educar_tipo_regime_lst.php"; | 92 | $this->url_cancelar = ($retorno == "Editar") ? "educar_tipo_regime_det.php?cod_tipo_regime={$registro["cod_tipo_regime"]}" : "educar_tipo_regime_lst.php"; |
| 93 | + | ||
| 94 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 95 | + $localizacao = new LocalizacaoSistema(); | ||
| 96 | + $localizacao->entradaCaminhos( array( | ||
| 97 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 98 | + "educar_index.php" => "Módulo Escola", | ||
| 99 | + "" => "{$nomeMenu} tipo de regime" | ||
| 100 | + )); | ||
| 101 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 102 | + | ||
| 92 | $this->nome_url_cancelar = "Cancelar"; | 103 | $this->nome_url_cancelar = "Cancelar"; |
| 93 | return $retorno; | 104 | return $retorno; |
| 94 | } | 105 | } |
ieducar/intranet/educar_tipo_regime_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Regime" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Regime" ); |
| 37 | $this->processoAp = "568"; | 37 | $this->processoAp = "568"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -115,6 +116,14 @@ class indice extends clsDetalhe | @@ -115,6 +116,14 @@ class indice extends clsDetalhe | ||
| 115 | } | 116 | } |
| 116 | //** | 117 | //** |
| 117 | $this->largura = "100%"; | 118 | $this->largura = "100%"; |
| 119 | + | ||
| 120 | + $localizacao = new LocalizacaoSistema(); | ||
| 121 | + $localizacao->entradaCaminhos( array( | ||
| 122 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 123 | + "educar_index.php" => "Módulo Escola", | ||
| 124 | + "" => "Detalhe do tipo de regime" | ||
| 125 | + )); | ||
| 126 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 118 | } | 127 | } |
| 119 | } | 128 | } |
| 120 | 129 |
ieducar/intranet/educar_tipo_regime_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Regime" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Tipo Regime" ); |
| 37 | $this->processoAp = "568"; | 37 | $this->processoAp = "568"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -190,6 +191,14 @@ class indice extends clsListagem | @@ -190,6 +191,14 @@ class indice extends clsListagem | ||
| 190 | } | 191 | } |
| 191 | //** | 192 | //** |
| 192 | $this->largura = "100%"; | 193 | $this->largura = "100%"; |
| 194 | + | ||
| 195 | + $localizacao = new LocalizacaoSistema(); | ||
| 196 | + $localizacao->entradaCaminhos( array( | ||
| 197 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 198 | + "educar_index.php" => "Módulo Escola", | ||
| 199 | + "" => "Listagem de tipos de regime" | ||
| 200 | + )); | ||
| 201 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 193 | } | 202 | } |
| 194 | } | 203 | } |
| 195 | // cria uma extensao da classe base | 204 | // cria uma extensao da classe base |
ieducar/intranet/educar_transferencia_solicitacao_cad.php
| @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,6 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Transferência Solicitação" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Transferência Solicitação" ); |
| 38 | $this->processoAp = "578"; | 38 | $this->processoAp = "578"; |
| 39 | + $this->addEstilo("localizacaoSistema"); | ||
| 39 | } | 40 | } |
| 40 | } | 41 | } |
| 41 | 42 | ||
| @@ -93,6 +94,16 @@ class indice extends clsCadastro | @@ -93,6 +94,16 @@ class indice extends clsCadastro | ||
| 93 | } | 94 | } |
| 94 | 95 | ||
| 95 | $this->url_cancelar = "educar_matricula_det.php?cod_matricula={$this->ref_cod_matricula}"; | 96 | $this->url_cancelar = "educar_matricula_det.php?cod_matricula={$this->ref_cod_matricula}"; |
| 97 | + | ||
| 98 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 99 | + $localizacao = new LocalizacaoSistema(); | ||
| 100 | + $localizacao->entradaCaminhos( array( | ||
| 101 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 102 | + "educar_index.php" => "Módulo Escola", | ||
| 103 | + "" => "{$nomeMenu} transferência de matrícula" | ||
| 104 | + )); | ||
| 105 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 106 | + | ||
| 96 | $this->nome_url_cancelar = "Cancelar"; | 107 | $this->nome_url_cancelar = "Cancelar"; |
| 97 | return $retorno; | 108 | return $retorno; |
| 98 | } | 109 | } |
ieducar/intranet/educar_transferencia_tipo_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Motivo Transferência" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Motivo Transferência" ); |
| 37 | $this->processoAp = "575"; | 37 | $this->processoAp = "575"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -85,6 +86,16 @@ class indice extends clsCadastro | @@ -85,6 +86,16 @@ class indice extends clsCadastro | ||
| 85 | } | 86 | } |
| 86 | } | 87 | } |
| 87 | $this->url_cancelar = ($retorno == "Editar") ? "educar_transferencia_tipo_det.php?cod_transferencia_tipo={$registro["cod_transferencia_tipo"]}" : "educar_transferencia_tipo_lst.php"; | 88 | $this->url_cancelar = ($retorno == "Editar") ? "educar_transferencia_tipo_det.php?cod_transferencia_tipo={$registro["cod_transferencia_tipo"]}" : "educar_transferencia_tipo_lst.php"; |
| 89 | + | ||
| 90 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 91 | + $localizacao = new LocalizacaoSistema(); | ||
| 92 | + $localizacao->entradaCaminhos( array( | ||
| 93 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 94 | + "educar_index.php" => "Módulo Escola", | ||
| 95 | + "" => "{$nomeMenu} tipo de transferência" | ||
| 96 | + )); | ||
| 97 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 98 | + | ||
| 88 | $this->nome_url_cancelar = "Cancelar"; | 99 | $this->nome_url_cancelar = "Cancelar"; |
| 89 | return $retorno; | 100 | return $retorno; |
| 90 | } | 101 | } |
ieducar/intranet/educar_transferencia_tipo_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Motivo Transferência" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Motivo Transferência" ); |
| 37 | $this->processoAp = "575"; | 37 | $this->processoAp = "575"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -133,6 +134,14 @@ class indice extends clsDetalhe | @@ -133,6 +134,14 @@ class indice extends clsDetalhe | ||
| 133 | } | 134 | } |
| 134 | $this->url_cancelar = "educar_transferencia_tipo_lst.php"; | 135 | $this->url_cancelar = "educar_transferencia_tipo_lst.php"; |
| 135 | $this->largura = "100%"; | 136 | $this->largura = "100%"; |
| 137 | + | ||
| 138 | + $localizacao = new LocalizacaoSistema(); | ||
| 139 | + $localizacao->entradaCaminhos( array( | ||
| 140 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 141 | + "educar_index.php" => "Módulo Escola", | ||
| 142 | + "" => "Detalhe do tipo de transferência" | ||
| 143 | + )); | ||
| 144 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 136 | } | 145 | } |
| 137 | } | 146 | } |
| 138 | 147 |
ieducar/intranet/educar_transferencia_tipo_lst.php
| @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | @@ -36,7 +36,7 @@ class clsIndexBase extends clsBase | ||
| 36 | { | 36 | { |
| 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Motivo Transferência" ); | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Motivo Transferência" ); |
| 38 | $this->processoAp = "575"; | 38 | $this->processoAp = "575"; |
| 39 | - $this->addEstilo( "localizacaoSistema" ); | 39 | + $this->addEstilo("localizacaoSistema"); |
| 40 | } | 40 | } |
| 41 | } | 41 | } |
| 42 | 42 | ||
| @@ -196,14 +196,14 @@ class indice extends clsListagem | @@ -196,14 +196,14 @@ class indice extends clsListagem | ||
| 196 | $this->nome_acao = "Novo"; | 196 | $this->nome_acao = "Novo"; |
| 197 | } | 197 | } |
| 198 | $this->largura = "100%"; | 198 | $this->largura = "100%"; |
| 199 | - | ||
| 200 | - $localizacao = new LocalizacaoSistema(); | ||
| 201 | - $localizacao->entradaCaminhos( array( | ||
| 202 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 203 | - "educar_index.php" => "Escola", | ||
| 204 | - "" => "Lista de Tipos de Transferência" | ||
| 205 | - )); | ||
| 206 | - $this->enviaLocalizacao($localizacao->montar()); | 199 | + |
| 200 | + $localizacao = new LocalizacaoSistema(); | ||
| 201 | + $localizacao->entradaCaminhos( array( | ||
| 202 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 203 | + "educar_index.php" => "Módulo Escola", | ||
| 204 | + "" => "Listagem de tipos de transferências" | ||
| 205 | + )); | ||
| 206 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 207 | } | 207 | } |
| 208 | } | 208 | } |
| 209 | // cria uma extensao da classe base | 209 | // cria uma extensao da classe base |
ieducar/intranet/educar_turma_cad.php
| @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | ||
| 51 | { | 51 | { |
| 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Turma'); | 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Turma'); |
| 53 | $this->processoAp = 586; | 53 | $this->processoAp = 586; |
| 54 | + $this->addEstilo("localizacaoSistema"); | ||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | 57 | ||
| @@ -171,6 +172,16 @@ class indice extends clsCadastro | @@ -171,6 +172,16 @@ class indice extends clsCadastro | ||
| 171 | 172 | ||
| 172 | $this->url_cancelar = $retorno == 'Editar' ? | 173 | $this->url_cancelar = $retorno == 'Editar' ? |
| 173 | 'educar_turma_det.php?cod_turma=' . $registro['cod_turma'] : 'educar_turma_lst.php'; | 174 | 'educar_turma_det.php?cod_turma=' . $registro['cod_turma'] : 'educar_turma_lst.php'; |
| 175 | + | ||
| 176 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 177 | + $localizacao = new LocalizacaoSistema(); | ||
| 178 | + $localizacao->entradaCaminhos( array( | ||
| 179 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 180 | + "educar_index.php" => "Módulo Escola", | ||
| 181 | + "" => "{$nomeMenu} turma" | ||
| 182 | + )); | ||
| 183 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 184 | + | ||
| 174 | $this->nome_url_cancelar = 'Cancelar'; | 185 | $this->nome_url_cancelar = 'Cancelar'; |
| 175 | 186 | ||
| 176 | return $retorno; | 187 | return $retorno; |
ieducar/intranet/educar_turma_det.php
| @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | @@ -51,6 +51,7 @@ class clsIndexBase extends clsBase | ||
| 51 | { | 51 | { |
| 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Turma'); | 52 | $this->SetTitulo($this->_instituicao . ' i-Educar - Turma'); |
| 53 | $this->processoAp = 586; | 53 | $this->processoAp = 586; |
| 54 | + $this->addEstilo("localizacaoSistema"); | ||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | 57 | ||
| @@ -427,6 +428,14 @@ class indice extends clsDetalhe | @@ -427,6 +428,14 @@ class indice extends clsDetalhe | ||
| 427 | 428 | ||
| 428 | $this->url_cancelar = 'educar_turma_lst.php'; | 429 | $this->url_cancelar = 'educar_turma_lst.php'; |
| 429 | $this->largura = '100%'; | 430 | $this->largura = '100%'; |
| 431 | + | ||
| 432 | + $localizacao = new LocalizacaoSistema(); | ||
| 433 | + $localizacao->entradaCaminhos( array( | ||
| 434 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 435 | + "educar_index.php" => "Módulo Escola", | ||
| 436 | + "" => "Detalhe da turma" | ||
| 437 | + )); | ||
| 438 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 430 | } | 439 | } |
| 431 | } | 440 | } |
| 432 | 441 |
ieducar/intranet/educar_turma_lst.php
| @@ -39,7 +39,7 @@ class clsIndexBase extends clsBase | @@ -39,7 +39,7 @@ class clsIndexBase extends clsBase | ||
| 39 | { | 39 | { |
| 40 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Turma" ); | 40 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Turma" ); |
| 41 | $this->processoAp = "586"; | 41 | $this->processoAp = "586"; |
| 42 | - $this->addEstilo( "localizacaoSistema" ); | 42 | + $this->addEstilo("localizacaoSistema"); |
| 43 | } | 43 | } |
| 44 | } | 44 | } |
| 45 | 45 | ||
| @@ -312,14 +312,14 @@ class indice extends clsListagem | @@ -312,14 +312,14 @@ class indice extends clsListagem | ||
| 312 | $this->nome_acao = "Novo"; | 312 | $this->nome_acao = "Novo"; |
| 313 | } | 313 | } |
| 314 | $this->largura = "100%"; | 314 | $this->largura = "100%"; |
| 315 | - | ||
| 316 | - $localizacao = new LocalizacaoSistema(); | ||
| 317 | - $localizacao->entradaCaminhos( array( | ||
| 318 | - $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | ||
| 319 | - "educar_index.php" => "Escola", | ||
| 320 | - "" => "Lista de Turmas" | ||
| 321 | - )); | ||
| 322 | - $this->enviaLocalizacao($localizacao->montar()); | 315 | + |
| 316 | + $localizacao = new LocalizacaoSistema(); | ||
| 317 | + $localizacao->entradaCaminhos( array( | ||
| 318 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 319 | + "educar_index.php" => "Módulo Escola", | ||
| 320 | + "" => "Listagem de turmas" | ||
| 321 | + )); | ||
| 322 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 323 | } | 323 | } |
| 324 | } | 324 | } |
| 325 | // cria uma extensao da classe base | 325 | // cria uma extensao da classe base |
ieducar/intranet/educar_turma_tipo_cad.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Turma Tipo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Turma Tipo" ); |
| 37 | $this->processoAp = "570"; | 37 | $this->processoAp = "570"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -89,6 +90,16 @@ class indice extends clsCadastro | @@ -89,6 +90,16 @@ class indice extends clsCadastro | ||
| 89 | } | 90 | } |
| 90 | } | 91 | } |
| 91 | $this->url_cancelar = ($retorno == "Editar") ? "educar_turma_tipo_det.php?cod_turma_tipo={$registro["cod_turma_tipo"]}" : "educar_turma_tipo_lst.php"; | 92 | $this->url_cancelar = ($retorno == "Editar") ? "educar_turma_tipo_det.php?cod_turma_tipo={$registro["cod_turma_tipo"]}" : "educar_turma_tipo_lst.php"; |
| 93 | + | ||
| 94 | + $nomeMenu = $retorno == "Editar" ? $retorno : "Cadastrar"; | ||
| 95 | + $localizacao = new LocalizacaoSistema(); | ||
| 96 | + $localizacao->entradaCaminhos( array( | ||
| 97 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 98 | + "educar_index.php" => "Módulo Escola", | ||
| 99 | + "" => "{$nomeMenu} turma" | ||
| 100 | + )); | ||
| 101 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 102 | + | ||
| 92 | $this->nome_url_cancelar = "Cancelar"; | 103 | $this->nome_url_cancelar = "Cancelar"; |
| 93 | return $retorno; | 104 | return $retorno; |
| 94 | } | 105 | } |
ieducar/intranet/educar_turma_tipo_det.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Turma Tipo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Turma Tipo" ); |
| 37 | $this->processoAp = "570"; | 37 | $this->processoAp = "570"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -116,6 +117,14 @@ class indice extends clsDetalhe | @@ -116,6 +117,14 @@ class indice extends clsDetalhe | ||
| 116 | } | 117 | } |
| 117 | $this->url_cancelar = "educar_turma_tipo_lst.php"; | 118 | $this->url_cancelar = "educar_turma_tipo_lst.php"; |
| 118 | $this->largura = "100%"; | 119 | $this->largura = "100%"; |
| 120 | + | ||
| 121 | + $localizacao = new LocalizacaoSistema(); | ||
| 122 | + $localizacao->entradaCaminhos( array( | ||
| 123 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 124 | + "educar_index.php" => "Módulo Escola", | ||
| 125 | + "" => "Detalhe do tipo de turma" | ||
| 126 | + )); | ||
| 127 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 119 | } | 128 | } |
| 120 | } | 129 | } |
| 121 | 130 |
ieducar/intranet/educar_turma_tipo_lst.php
| @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | @@ -35,6 +35,7 @@ class clsIndexBase extends clsBase | ||
| 35 | { | 35 | { |
| 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Turma Tipo" ); | 36 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Turma Tipo" ); |
| 37 | $this->processoAp = "570"; | 37 | $this->processoAp = "570"; |
| 38 | + $this->addEstilo("localizacaoSistema"); | ||
| 38 | } | 39 | } |
| 39 | } | 40 | } |
| 40 | 41 | ||
| @@ -179,6 +180,14 @@ class indice extends clsListagem | @@ -179,6 +180,14 @@ class indice extends clsListagem | ||
| 179 | $this->nome_acao = "Novo"; | 180 | $this->nome_acao = "Novo"; |
| 180 | } | 181 | } |
| 181 | $this->largura = "100%"; | 182 | $this->largura = "100%"; |
| 183 | + | ||
| 184 | + $localizacao = new LocalizacaoSistema(); | ||
| 185 | + $localizacao->entradaCaminhos( array( | ||
| 186 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 187 | + "educar_index.php" => "Módulo Escola", | ||
| 188 | + "" => "Listagem de tipos de turma" | ||
| 189 | + )); | ||
| 190 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 182 | } | 191 | } |
| 183 | } | 192 | } |
| 184 | // cria uma extensao da classe base | 193 | // cria uma extensao da classe base |
ieducar/intranet/include/clsCadastro.inc.php
| @@ -38,6 +38,8 @@ require_once 'Portabilis/View/Helper/Application.php'; | @@ -38,6 +38,8 @@ require_once 'Portabilis/View/Helper/Application.php'; | ||
| 38 | require_once 'Portabilis/View/Helper/Inputs.php'; | 38 | require_once 'Portabilis/View/Helper/Inputs.php'; |
| 39 | require_once 'Portabilis/Utils/User.php'; | 39 | require_once 'Portabilis/Utils/User.php'; |
| 40 | 40 | ||
| 41 | +require_once 'include/localizacaoSistema.php'; | ||
| 42 | + | ||
| 41 | /** | 43 | /** |
| 42 | * clsCadastro class. | 44 | * clsCadastro class. |
| 43 | * | 45 | * |
| @@ -84,6 +86,7 @@ class clsCadastro extends clsCampos | @@ -84,6 +86,7 @@ class clsCadastro extends clsCampos | ||
| 84 | var $nome_url_alt; | 86 | var $nome_url_alt; |
| 85 | var $url_alt; | 87 | var $url_alt; |
| 86 | var $help_images = FALSE; | 88 | var $help_images = FALSE; |
| 89 | + var $locale = null; | ||
| 87 | 90 | ||
| 88 | var $array_botao; | 91 | var $array_botao; |
| 89 | var $array_botao_url; | 92 | var $array_botao_url; |
| @@ -118,6 +121,11 @@ class clsCadastro extends clsCampos | @@ -118,6 +121,11 @@ class clsCadastro extends clsCampos | ||
| 118 | $this->tipoacao = @$_POST['tipoacao']; | 121 | $this->tipoacao = @$_POST['tipoacao']; |
| 119 | } | 122 | } |
| 120 | 123 | ||
| 124 | + function enviaLocalizacao($localizao){ | ||
| 125 | + if($localizao) | ||
| 126 | + $this->locale = $localizao; | ||
| 127 | + } | ||
| 128 | + | ||
| 121 | function PreCadastrar() | 129 | function PreCadastrar() |
| 122 | { | 130 | { |
| 123 | } | 131 | } |
| @@ -270,6 +278,18 @@ class clsCadastro extends clsCampos | @@ -270,6 +278,18 @@ class clsCadastro extends clsCampos | ||
| 270 | } | 278 | } |
| 271 | } | 279 | } |
| 272 | 280 | ||
| 281 | + if ($this->locale){ | ||
| 282 | + | ||
| 283 | + $retorno .= " | ||
| 284 | + <table class='tableDetalhe' $width border='0' cellpadding='0' cellspacing='0'>"; | ||
| 285 | + | ||
| 286 | + $retorno .= "<tr height='10px'> | ||
| 287 | + <td class='fundoLocalizacao' colspan='2'>{$this->locale}</td> | ||
| 288 | + </tr>"; | ||
| 289 | + | ||
| 290 | + $retorno .= "</table>"; | ||
| 291 | + } | ||
| 292 | + | ||
| 273 | $retorno .= "<center>\n<table class='tablecadastro' $width border='0' cellpadding='2' cellspacing='0'>\n"; | 293 | $retorno .= "<center>\n<table class='tablecadastro' $width border='0' cellpadding='2' cellspacing='0'>\n"; |
| 274 | $titulo = $this->titulo ? $this->titulo : "<b>{$this->tipoacao} {$this->titulo_aplication}</b>"; | 294 | $titulo = $this->titulo ? $this->titulo : "<b>{$this->tipoacao} {$this->titulo_aplication}</b>"; |
| 275 | 295 |
ieducar/intranet/include/clsDetalhe.inc.php
| @@ -29,6 +29,7 @@ | @@ -29,6 +29,7 @@ | ||
| 29 | */ | 29 | */ |
| 30 | 30 | ||
| 31 | require_once 'Core/Controller/Page/Abstract.php'; | 31 | require_once 'Core/Controller/Page/Abstract.php'; |
| 32 | +require_once 'include/localizacaoSistema.php'; | ||
| 32 | 33 | ||
| 33 | /** | 34 | /** |
| 34 | * clsDetalhe class. | 35 | * clsDetalhe class. |
| @@ -52,6 +53,7 @@ class clsDetalhe extends Core_Controller_Page_Abstract | @@ -52,6 +53,7 @@ class clsDetalhe extends Core_Controller_Page_Abstract | ||
| 52 | var $bannerClose = FALSE; | 53 | var $bannerClose = FALSE; |
| 53 | var $largura; | 54 | var $largura; |
| 54 | var $detalhe = array(); | 55 | var $detalhe = array(); |
| 56 | + var $locale = null; | ||
| 55 | 57 | ||
| 56 | var $url_novo; | 58 | var $url_novo; |
| 57 | var $caption_novo = "Novo"; | 59 | var $caption_novo = "Novo"; |
| @@ -86,6 +88,11 @@ class clsDetalhe extends Core_Controller_Page_Abstract | @@ -86,6 +88,11 @@ class clsDetalhe extends Core_Controller_Page_Abstract | ||
| 86 | $this->detalhe[] = $detalhe; | 88 | $this->detalhe[] = $detalhe; |
| 87 | } | 89 | } |
| 88 | 90 | ||
| 91 | + function enviaLocalizacao($localizao){ | ||
| 92 | + if($localizao) | ||
| 93 | + $this->locale = $localizao; | ||
| 94 | + } | ||
| 95 | + | ||
| 89 | function Gerar() { | 96 | function Gerar() { |
| 90 | return FALSE; | 97 | return FALSE; |
| 91 | } | 98 | } |
| @@ -145,6 +152,18 @@ class clsDetalhe extends Core_Controller_Page_Abstract | @@ -145,6 +152,18 @@ class clsDetalhe extends Core_Controller_Page_Abstract | ||
| 145 | } | 152 | } |
| 146 | } | 153 | } |
| 147 | 154 | ||
| 155 | + if ($this->locale){ | ||
| 156 | + | ||
| 157 | + $retorno .= " | ||
| 158 | + <table class='tableDetalhe' $width border='0' cellpadding='0' cellspacing='0'>"; | ||
| 159 | + | ||
| 160 | + $retorno .= "<tr height='10px'> | ||
| 161 | + <td class='fundoLocalizacao' colspan='2'>{$this->locale}</td> | ||
| 162 | + </tr>"; | ||
| 163 | + | ||
| 164 | + $retorno .= "</table>"; | ||
| 165 | + } | ||
| 166 | + | ||
| 148 | $retorno .= " | 167 | $retorno .= " |
| 149 | <!-- detalhe begin --> | 168 | <!-- detalhe begin --> |
| 150 | <table class='tableDetalhe' $width border='0' cellpadding='2' cellspacing='2'> | 169 | <table class='tableDetalhe' $width border='0' cellpadding='2' cellspacing='2'> |
ieducar/intranet/include/clsListagem.inc.php
| @@ -38,6 +38,8 @@ if (class_exists('clsPmiajudaPagina')) { | @@ -38,6 +38,8 @@ if (class_exists('clsPmiajudaPagina')) { | ||
| 38 | require_once 'Portabilis/View/Helper/Application.php'; | 38 | require_once 'Portabilis/View/Helper/Application.php'; |
| 39 | require_once 'Portabilis/View/Helper/Inputs.php'; | 39 | require_once 'Portabilis/View/Helper/Inputs.php'; |
| 40 | 40 | ||
| 41 | +require_once 'include/localizacaoSistema.php'; | ||
| 42 | + | ||
| 41 | define('alTopLeft', 'valign=top align=left'); | 43 | define('alTopLeft', 'valign=top align=left'); |
| 42 | define('alTopCenter', 'valign=top align=center'); | 44 | define('alTopCenter', 'valign=top align=center'); |
| 43 | define('alTopRight', 'valign=top align=right'); | 45 | define('alTopRight', 'valign=top align=right'); |
| @@ -81,7 +83,7 @@ class clsListagem extends clsCampos | @@ -81,7 +83,7 @@ class clsListagem extends clsCampos | ||
| 81 | var $funcAcao = ''; | 83 | var $funcAcao = ''; |
| 82 | var $funcAcaoNome = ''; | 84 | var $funcAcaoNome = ''; |
| 83 | var $rotulo_anterior; | 85 | var $rotulo_anterior; |
| 84 | - var $locale = "<b>=> PAGINA SEM LOCALIZACAO, COLOQUE POR GENTILEZA. <=</b>"; | 86 | + var $locale = null; |
| 85 | 87 | ||
| 86 | var $array_botao; | 88 | var $array_botao; |
| 87 | var $array_botao_url; | 89 | var $array_botao_url; |
| @@ -123,10 +125,10 @@ class clsListagem extends clsCampos | @@ -123,10 +125,10 @@ class clsListagem extends clsCampos | ||
| 123 | 125 | ||
| 124 | $this->bannerClose = $boolFechaBanner; | 126 | $this->bannerClose = $boolFechaBanner; |
| 125 | } | 127 | } |
| 126 | - | 128 | + |
| 127 | function enviaLocalizacao($localizao){ | 129 | function enviaLocalizacao($localizao){ |
| 128 | - if($localizao) | ||
| 129 | - $this->locale = $localizao; | 130 | + if($localizao) |
| 131 | + $this->locale = $localizao; | ||
| 130 | } | 132 | } |
| 131 | 133 | ||
| 132 | function addCabecalhos($coluna) | 134 | function addCabecalhos($coluna) |
| @@ -309,10 +311,12 @@ class clsListagem extends clsCampos | @@ -309,10 +311,12 @@ class clsListagem extends clsCampos | ||
| 309 | $server = $_SERVER['SERVER_NAME']; | 311 | $server = $_SERVER['SERVER_NAME']; |
| 310 | $endereco = $_SERVER ['REQUEST_URI']; | 312 | $endereco = $_SERVER ['REQUEST_URI']; |
| 311 | $enderecoPagina = $_SERVER['PHP_SELF']; | 313 | $enderecoPagina = $_SERVER['PHP_SELF']; |
| 312 | - | ||
| 313 | - //$barra = '<b>Localizacao: http://'.$server.$endereco.'</b><br>'; | ||
| 314 | - //$barra = '<tr><td><b>Localizacao:'. $enderecoPagina .'</b><br></tr></td>'; | ||
| 315 | - $barra = '<b>Filtros de busca</b>'; | 314 | + |
| 315 | + $server = $_SERVER['SERVER_NAME']; | ||
| 316 | + $endereco = $_SERVER ['REQUEST_URI']; | ||
| 317 | + $enderecoPagina = $_SERVER['PHP_SELF']; | ||
| 318 | + | ||
| 319 | + $barra = '<b>Filtros de busca</b>'; | ||
| 316 | 320 | ||
| 317 | if (class_exists('clsPmiajudaPagina')) { | 321 | if (class_exists('clsPmiajudaPagina')) { |
| 318 | $ajudaPagina = new clsPmiajudaPagina(); | 322 | $ajudaPagina = new clsPmiajudaPagina(); |
| @@ -395,6 +399,18 @@ class clsListagem extends clsCampos | @@ -395,6 +399,18 @@ class clsListagem extends clsCampos | ||
| 395 | } | 399 | } |
| 396 | } | 400 | } |
| 397 | 401 | ||
| 402 | + if ($this->locale){ | ||
| 403 | + | ||
| 404 | + $retorno .= " | ||
| 405 | + <table class='tablelistagem' $width border='0' cellpadding='0' cellspacing='0'>"; | ||
| 406 | + | ||
| 407 | + $retorno .= "<tr height='10px'> | ||
| 408 | + <td class='fundoLocalizacao' colspan='2'>{$this->locale}</td> | ||
| 409 | + </tr>"; | ||
| 410 | + | ||
| 411 | + $retorno .= "</table>"; | ||
| 412 | + } | ||
| 413 | + | ||
| 398 | $retorno .= " | 414 | $retorno .= " |
| 399 | <table class='tablelistagem' $width border='0' cellpadding='2' cellspacing='1'>"; | 415 | <table class='tablelistagem' $width border='0' cellpadding='2' cellspacing='1'>"; |
| 400 | 416 |
ieducar/intranet/include/localizacaoSistema.php
| 1 | <?php | 1 | <?php |
| 2 | class LocalizacaoSistema { | 2 | class LocalizacaoSistema { |
| 3 | - | ||
| 4 | private $localizacao = array(); | 3 | private $localizacao = array(); |
| 5 | private $url = ''; | 4 | private $url = ''; |
| 6 | private $protocolo = ''; | 5 | private $protocolo = ''; |
| 7 | private $separador = ''; | 6 | private $separador = ''; |
| 8 | private $html = ''; | 7 | private $html = ''; |
| 9 | - | ||
| 10 | public function __construct() { | 8 | public function __construct() { |
| 11 | $this->protocolo = $this->getProtocoloHttp(); | 9 | $this->protocolo = $this->getProtocoloHttp(); |
| 12 | $this->url = $this->getUrl(); | 10 | $this->url = $this->getUrl(); |
| 13 | $this->localizacao = $this->url( $this->url ); | 11 | $this->localizacao = $this->url( $this->url ); |
| 14 | $this->montarLocalizacao(); | 12 | $this->montarLocalizacao(); |
| 15 | } | 13 | } |
| 16 | - | ||
| 17 | public function entradaCaminhos( array $localizacao ) { | 14 | public function entradaCaminhos( array $localizacao ) { |
| 18 | $this->localizacao = $localizacao; | 15 | $this->localizacao = $localizacao; |
| 19 | $this->montarLocalizacao(); | 16 | $this->montarLocalizacao(); |
| 20 | } | 17 | } |
| 21 | - | ||
| 22 | public function get() { | 18 | public function get() { |
| 23 | return $this->localizacao; | 19 | return $this->localizacao; |
| 24 | } | 20 | } |
| 25 | - | ||
| 26 | public function getProtocoloHttp() { | 21 | public function getProtocoloHttp() { |
| 27 | if( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] === 'on' ) { | 22 | if( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] === 'on' ) { |
| 28 | $protocolo = 'https://'; | 23 | $protocolo = 'https://'; |
| @@ -31,44 +26,37 @@ class LocalizacaoSistema { | @@ -31,44 +26,37 @@ class LocalizacaoSistema { | ||
| 31 | } | 26 | } |
| 32 | return $protocolo; | 27 | return $protocolo; |
| 33 | } | 28 | } |
| 34 | - | ||
| 35 | public function getUrl() { | 29 | public function getUrl() { |
| 36 | return $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; | 30 | return $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; |
| 37 | } | 31 | } |
| 38 | - | ||
| 39 | public function url( $url ) { | 32 | public function url( $url ) { |
| 40 | $fragments = array(); | 33 | $fragments = array(); |
| 41 | $localizacao = array(); | 34 | $localizacao = array(); |
| 42 | $_url = preg_replace( array( "/[http]s?:\/\//", "/\/$/" ), array( "", "" ), $url ); | 35 | $_url = preg_replace( array( "/[http]s?:\/\//", "/\/$/" ), array( "", "" ), $url ); |
| 43 | $fragments = explode( "/", $_url ); | 36 | $fragments = explode( "/", $_url ); |
| 44 | - | ||
| 45 | foreach( $fragments as $fragment ) { | 37 | foreach( $fragments as $fragment ) { |
| 46 | $localizacao[$fragment] = $fragment; | 38 | $localizacao[$fragment] = $fragment; |
| 47 | } | 39 | } |
| 48 | - | ||
| 49 | return $localizacao; | 40 | return $localizacao; |
| 50 | } | 41 | } |
| 51 | - | ||
| 52 | private function montarLocalizacao() { | 42 | private function montarLocalizacao() { |
| 53 | $href = ''; | 43 | $href = ''; |
| 54 | $localizacao_count = sizeof( $this->localizacao ); | 44 | $localizacao_count = sizeof( $this->localizacao ); |
| 55 | $i = 1; | 45 | $i = 1; |
| 56 | $linkVazio="#"; | 46 | $linkVazio="#"; |
| 57 | - | ||
| 58 | - $this->html = '<ul id="localizacao">'; | 47 | + $this->html = '<div id="localizacao">'; |
| 59 | foreach( $this->localizacao as $link => $inner ) { | 48 | foreach( $this->localizacao as $link => $inner ) { |
| 60 | $href .= ( $i === 1 ) ? $this->protocolo . $link : "/$link"; | 49 | $href .= ( $i === 1 ) ? $this->protocolo . $link : "/$link"; |
| 61 | if( $i === $localizacao_count ) { | 50 | if( $i === $localizacao_count ) { |
| 62 | - $this->html .= "<li><a href=\"$linkVazio\">$inner</a></li>"; | 51 | + $this->html .= "<a href=\"$linkVazio\" class='pagina_atual'>$inner</a>"; |
| 63 | } else { | 52 | } else { |
| 64 | - $this->html .= "<li><a href=\"$href\" title=\"$inner\">$inner</a></li> {$this->separador} "; | 53 | + $this->html .= "<a href=\"$href\" title=\"$inner\">$inner</a> <a class='flechinha' href=\"$linkVazio\"> > </a> {$this->separador} "; |
| 65 | } | 54 | } |
| 66 | $i++; | 55 | $i++; |
| 67 | } | 56 | } |
| 68 | - $this->html .= '</ul>'; | 57 | + $this->html .= '</div>'; |
| 69 | } | 58 | } |
| 70 | 59 | ||
| 71 | - | ||
| 72 | public function montar() { | 60 | public function montar() { |
| 73 | return $this->html; | 61 | return $this->html; |
| 74 | } | 62 | } |
ieducar/intranet/styles/localizacaoSistema.css
| 1 | #localizacao{ | 1 | #localizacao{ |
| 2 | overflow: hidden; | 2 | overflow: hidden; |
| 3 | width: 100%; | 3 | width: 100%; |
| 4 | + margin-left: -7px; | ||
| 5 | + margin-bottom: 5px; | ||
| 4 | } | 6 | } |
| 5 | 7 | ||
| 6 | -#localizacao li{ | 8 | +#localizacao a{ |
| 7 | float: left; | 9 | float: left; |
| 8 | - margin: 0 .5em 0 1em; | 10 | + margin-left: 10px; |
| 11 | + list-style: none; | ||
| 9 | } | 12 | } |
| 10 | 13 | ||
| 11 | #localizacao a{ | 14 | #localizacao a{ |
| 12 | - font-family: arial, verdana, sans-serif, "Times New Roman"; | 15 | + |
| 13 | font-size: 11px; | 16 | font-size: 11px; |
| 14 | font-style: normal; | 17 | font-style: normal; |
| 15 | font-variant: normal; | 18 | font-variant: normal; |
| 16 | font-weight: bold; | 19 | font-weight: bold; |
| 17 | letter-spacing: 0pt; | 20 | letter-spacing: 0pt; |
| 18 | line-height: normal; | 21 | line-height: normal; |
| 19 | - background: #A1B3BD; | ||
| 20 | - padding: .4em 1em; | ||
| 21 | float: left; | 22 | float: left; |
| 22 | text-decoration: none; | 23 | text-decoration: none; |
| 23 | - color: #fff; | ||
| 24 | - text-shadow: 0 1px 0 rgba(255,255,255,.5); | ||
| 25 | position: relative; | 24 | position: relative; |
| 25 | + color: #184e7f; | ||
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | #localizacao a:hover{ | 28 | #localizacao a:hover{ |
| 29 | - background: #184e7f; | ||
| 30 | -} | ||
| 31 | - | ||
| 32 | -#localizacao a::before{ | ||
| 33 | - content: ""; | ||
| 34 | - position: absolute; | ||
| 35 | - top: 50%; | ||
| 36 | - margin-top: -1.5em; | ||
| 37 | - border-width: 1.5em 0 1.5em 1em; | ||
| 38 | - border-style: solid; | ||
| 39 | - border-color: #A1B3BD #A1B3BD #A1B3BD transparent; | ||
| 40 | - left: -1em; | 29 | + color: #FFF; |
| 41 | } | 30 | } |
| 42 | 31 | ||
| 43 | -#localizacao a:hover::before{ | ||
| 44 | - border-color: #184e7f #184e7f #184e7f transparent; | ||
| 45 | -} | ||
| 46 | - | ||
| 47 | -#localizacao a::after{ | ||
| 48 | - content: ""; | ||
| 49 | - position: absolute; | ||
| 50 | - top: 50%; | ||
| 51 | - margin-top: -1.5em; | ||
| 52 | - border-top: 1.5em solid transparent; | ||
| 53 | - border-bottom: 1.5em solid transparent; | ||
| 54 | - border-left: 1em solid #A1B3BD; | ||
| 55 | - right: -1em; | 32 | +.fundoLocalizacao { |
| 33 | + background-color: #E4E9ED; | ||
| 34 | + height: 10px; | ||
| 56 | } | 35 | } |
| 57 | - | ||
| 58 | -#localizacao a:hover::after{ | ||
| 59 | - border-left-color: #184e7f; | ||
| 60 | - content: ""; | 36 | +.flechinha { |
| 37 | + color: #000 !important; | ||
| 61 | } | 38 | } |
| 62 | - | ||
| 63 | -#localizacao .current, | ||
| 64 | -#localizacao .current:hover{ | ||
| 65 | - font-weight: bold; | ||
| 66 | - background: none; | 39 | +.flechinha:hover { |
| 40 | + color: #000 !important; | ||
| 67 | } | 41 | } |
| 68 | 42 | ||
| 69 | -#localizacao .current::after, | ||
| 70 | -#localizacao .current::before{ | ||
| 71 | - content: normal; | 43 | +.pagina_atual { |
| 44 | + border-bottom: 2px solid #546c76; | ||
| 72 | } | 45 | } |
| 73 | -.fundoLocalizacao { | ||
| 74 | - background-color: #E4E9ED; | 46 | +.pagina_atual:hover { |
| 47 | + color: #184e7f !important; | ||
| 75 | } | 48 | } |
| 76 | \ No newline at end of file | 49 | \ No newline at end of file |
ieducar/lib/Portabilis/Controller/Page/EditController.php
| @@ -182,7 +182,8 @@ class Portabilis_Controller_Page_EditController extends Core_Controller_Page_Edi | @@ -182,7 +182,8 @@ class Portabilis_Controller_Page_EditController extends Core_Controller_Page_Edi | ||
| 182 | Portabilis_View_Helper_Application::loadJQueryFormLib($this); | 182 | Portabilis_View_Helper_Application::loadJQueryFormLib($this); |
| 183 | 183 | ||
| 184 | $styles = array('/modules/Portabilis/Assets/Stylesheets/Frontend.css', | 184 | $styles = array('/modules/Portabilis/Assets/Stylesheets/Frontend.css', |
| 185 | - '/modules/Portabilis/Assets/Stylesheets/Frontend/Resource.css'); | 185 | + '/modules/Portabilis/Assets/Stylesheets/Frontend/Resource.css', |
| 186 | + 'styles/localizacaoSistema.css'); | ||
| 186 | Portabilis_View_Helper_Application::loadStylesheet($this, $styles); | 187 | Portabilis_View_Helper_Application::loadStylesheet($this, $styles); |
| 187 | 188 | ||
| 188 | 189 |
ieducar/modules/Cadastro/Views/AlunoController.php
| @@ -306,6 +306,14 @@ class AlunoController extends Portabilis_Controller_Page_EditController | @@ -306,6 +306,14 @@ class AlunoController extends Portabilis_Controller_Page_EditController | ||
| 306 | 306 | ||
| 307 | protected function _preConstruct() | 307 | protected function _preConstruct() |
| 308 | { | 308 | { |
| 309 | + $nomeMenu = $this->getRequest()->id == null ? "Cadastrar" : "Editar"; | ||
| 310 | + $localizacao = new LocalizacaoSistema(); | ||
| 311 | + $localizacao->entradaCaminhos( array( | ||
| 312 | + $_SERVER['SERVER_NAME']."/intranet" => "Início", | ||
| 313 | + "educar_index.php" => "Módulo Escola", | ||
| 314 | + "" => "$nomeMenu aluno" | ||
| 315 | + )); | ||
| 316 | + $this->enviaLocalizacao($localizacao->montar()); | ||
| 309 | } | 317 | } |
| 310 | 318 | ||
| 311 | 319 |