Commit b62a5dff6792d7ec9a7612de8737e357cae7ce2a

Authored by Edmar Moretti
1 parent b1a2a08b

Atualização dos links da página inicial

imagens/apple-touch-icon.png 0 → 100644

10.8 KB

init/dicionario.js
@@ -205,9 +205,9 @@ g_traducao_init = @@ -205,9 +205,9 @@ g_traducao_init =
205 ], 205 ],
206 30 : [ 206 30 : [
207 { 207 {
208 - pt : "Wiki, instalação, SVN",  
209 - en : "Wiki, Installation, SVN",  
210 - es : "Wiki, instalación, SVN" 208 + pt : "Wiki, instalação, GitLab",
  209 + en : "Wiki, Installation, GitLab",
  210 + es : "Wiki, instalación, GitLab"
211 } 211 }
212 ], 212 ],
213 31 : [ 213 31 : [
@@ -81,9 +81,9 @@ botoesIni.push({ @@ -81,9 +81,9 @@ botoesIni.push({
81 "href":"../exemplos", 81 "href":"../exemplos",
82 "titulo":$trad(14,g_traducao_init) 82 "titulo":$trad(14,g_traducao_init)
83 },{ 83 },{
84 - "img":"applications-development.png",  
85 - "href":"../pacotes/utils/index.php",  
86 - "titulo":$trad(33,g_traducao_init) 84 + "img":"applications-development.png",
  85 + "href":"../pacotes/utils/index.php",
  86 + "titulo":$trad(33,g_traducao_init)
87 },{ 87 },{
88 "img":"accessories-dictionary.png", 88 "img":"accessories-dictionary.png",
89 "href":"../guia_de_migracao.txt", 89 "href":"../guia_de_migracao.txt",
@@ -98,11 +98,11 @@ botoesIni.push({ @@ -98,11 +98,11 @@ botoesIni.push({
98 "titulo":$trad(28,g_traducao_init) 98 "titulo":$trad(28,g_traducao_init)
99 },{ 99 },{
100 "img":"tools-report-bug.png", 100 "img":"tools-report-bug.png",
101 - "href":"http://svn.softwarepublico.gov.br/trac/i3geo/newticket", 101 + "href":"https://softwarepublico.gov.br/gitlab/i3geo/i3geo/issues",
102 "titulo":$trad(16,g_traducao_init) 102 "titulo":$trad(16,g_traducao_init)
103 },{ 103 },{
104 - "img":"trac_logo_mini.png",  
105 - "href":"http://svn.softwarepublico.gov.br/trac/i3geo/wiki", 104 + "img":"../imagens/apple-touch-icon.png",
  105 + "href":"https://softwarepublico.gov.br/gitlab/groups/i3geo",
106 "titulo":$trad(30,g_traducao_init) 106 "titulo":$trad(30,g_traducao_init)
107 },{ 107 },{
108 "img":"logo_psp.png", 108 "img":"logo_psp.png",
@@ -123,7 +123,7 @@ function mostraBotoes(){ @@ -123,7 +123,7 @@ function mostraBotoes(){
123 //i3GEO.barraDeBotoes.ATIVA = false; 123 //i3GEO.barraDeBotoes.ATIVA = false;
124 var ins = [],i,n = botoesIni.length,texto; 124 var ins = [],i,n = botoesIni.length,texto;
125 for(i=0;i<n;i++){ 125 for(i=0;i<n;i++){
126 - texto = '<div class="r" ><div class="ri" ><a target=_blank href="'+botoesIni[i].href+'" ><img src="'+botoesIni[i].img+'" /><br><br>'+botoesIni[i].titulo+'</a>'; 126 + texto = '<div class="r" ><div class="ri" ><a target=_blank href="'+botoesIni[i].href+'" ><img style="max-height:77px;" src="'+botoesIni[i].img+'" /><br><br>'+botoesIni[i].titulo+'</a>';
127 if(botoesIni[i].subtitulo){ 127 if(botoesIni[i].subtitulo){
128 texto += botoesIni[i].subtitulo; 128 texto += botoesIni[i].subtitulo;
129 } 129 }