Commit 32acab82486359d19c770472989c97162e159a1c
Exists in
master
resolvendo conflito
Showing
9 changed files
with
60 additions
and
4 deletions
Show diff stats
.gitignore
ieducar/intranet/educar_exemplar_devolucao_lst.php
... | ... | @@ -28,6 +28,7 @@ require_once ("include/clsBase.inc.php"); |
28 | 28 | require_once ("include/clsListagem.inc.php"); |
29 | 29 | require_once ("include/clsBanco.inc.php"); |
30 | 30 | require_once( "include/pmieducar/geral.inc.php" ); |
31 | +require_once ("include/localizacaoSistema.php"); | |
31 | 32 | |
32 | 33 | class clsIndexBase extends clsBase |
33 | 34 | { |
... | ... | @@ -35,6 +36,7 @@ class clsIndexBase extends clsBase |
35 | 36 | { |
36 | 37 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Exemplar Devolução" ); |
37 | 38 | $this->processoAp = "628"; |
39 | + $this->addEstilo( "localizacaoSistema" ); | |
38 | 40 | } |
39 | 41 | } |
40 | 42 | |
... | ... | @@ -248,6 +250,14 @@ class indice extends clsListagem |
248 | 250 | } |
249 | 251 | $this->addPaginador2( "educar_exemplar_devolucao_lst.php", $total, $_GET, $this->nome, $this->limite ); |
250 | 252 | $this->largura = "100%"; |
253 | + | |
254 | + $localizacao = new LocalizacaoSistema(); | |
255 | + $localizacao->entradaCaminhos( array( | |
256 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | |
257 | + "educar_biblioteca_index.php" => "Biblioteca", | |
258 | + "" => "Lista de Devoluções" | |
259 | + )); | |
260 | + $this->enviaLocalizacao($localizacao->montar()); | |
251 | 261 | } |
252 | 262 | } |
253 | 263 | // cria uma extensao da classe base | ... | ... |
ieducar/intranet/educar_pagamento_multa_lst.php
... | ... | @@ -31,6 +31,7 @@ require_once ("include/clsBase.inc.php"); |
31 | 31 | require_once ("include/clsListagem.inc.php"); |
32 | 32 | require_once ("include/clsBanco.inc.php"); |
33 | 33 | require_once( "include/pmieducar/geral.inc.php" ); |
34 | +require_once ("include/localizacaoSistema.php"); | |
34 | 35 | |
35 | 36 | class clsIndexBase extends clsBase |
36 | 37 | { |
... | ... | @@ -38,6 +39,7 @@ class clsIndexBase extends clsBase |
38 | 39 | { |
39 | 40 | $this->SetTitulo( "{$this->_instituicao} i-Educar - Pagamento Multa" ); |
40 | 41 | $this->processoAp = "622"; |
42 | + $this->addEstilo( "localizacaoSistema" ); | |
41 | 43 | } |
42 | 44 | } |
43 | 45 | |
... | ... | @@ -211,6 +213,14 @@ class indice extends clsListagem |
211 | 213 | // } |
212 | 214 | |
213 | 215 | $this->largura = "100%"; |
216 | + | |
217 | + $localizacao = new LocalizacaoSistema(); | |
218 | + $localizacao->entradaCaminhos( array( | |
219 | + $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", | |
220 | + "educar_biblioteca_index.php" => "Biblioteca", | |
221 | + "" => "Lista de Dívidas" | |
222 | + )); | |
223 | + $this->enviaLocalizacao($localizacao->montar()); | |
214 | 224 | } |
215 | 225 | } |
216 | 226 | // cria uma extensao da classe base | ... | ... |
ieducar/intranet/funcionario_lst.php
... | ... | @@ -81,7 +81,11 @@ class indice extends clsListagem |
81 | 81 | $localizacao = new LocalizacaoSistema(); |
82 | 82 | $localizacao->entradaCaminhos( array( |
83 | 83 | $_SERVER['SERVER_NAME']."/intranet" => "i-Educar", |
84 | +<<<<<<< HEAD | |
84 | 85 | "" => "Cadastro de Funcionários" |
86 | +======= | |
87 | + "" => "Lista de Funcionários" | |
88 | +>>>>>>> 691e3ffa3b5f4c6dd70c0728bccfc00e665bf077 | |
85 | 89 | )); |
86 | 90 | $this->enviaLocalizacao($localizacao->montar()); |
87 | 91 | } | ... | ... |
... | ... | @@ -0,0 +1,18 @@ |
1 | +file.reference.php-PHPUnit=../../../usr/share/php/PHPUnit | |
2 | +include.path=\ | |
3 | + ${php.global.include.path}:\ | |
4 | + ${file.reference.php-PHPUnit} | |
5 | +php.version=PHP_53 | |
6 | +phpunit.bootstrap=ieducar/tests/bootstrap.php | |
7 | +phpunit.bootstrap.create.tests=false | |
8 | +phpunit.configuration=ieducar/phpunit.xml | |
9 | +phpunit.run.test.files=true | |
10 | +phpunit.script= | |
11 | +phpunit.suite= | |
12 | +phpunit.test.groups.ask=false | |
13 | +source.encoding=ISO-8859-1 | |
14 | +src.dir=. | |
15 | +tags.asp=false | |
16 | +tags.short=true | |
17 | +test.src.dir=ieducar/tests | |
18 | +web.root=. | ... | ... |
... | ... | @@ -0,0 +1,9 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<project xmlns="http://www.netbeans.org/ns/project/1"> | |
3 | + <type>org.netbeans.modules.php.project</type> | |
4 | + <configuration> | |
5 | + <data xmlns="http://www.netbeans.org/ns/php-project/1"> | |
6 | + <name>ieducar</name> | |
7 | + </data> | |
8 | + </configuration> | |
9 | +</project> | ... | ... |