Commit 23207534f5fcf55c64c9398114006674d892758a
1 parent
225a28e7
Exists in
master
Atualização dos links da página inicial
Showing
5 changed files
with
62 additions
and
53 deletions
Show diff stats
10.8 KB
6.71 KB
init/dicionario.js
... | ... | @@ -3,239 +3,240 @@ g_traducao_init = |
3 | 3 | 1 : [ |
4 | 4 | { |
5 | 5 | pt : "Remover essa tela de apresentação (depois você poderá ir direto para http:// localhost/i3geo/init)", |
6 | - en : "", | |
7 | - es : "Eliminar esta pantalla de presentació (después usted podrá ir directamente al enlace http:// localhost/i3geo/init)" | |
6 | + en : "Remove this introduction screen (later you will be able to go to http:// localhost/i3geo/init)", | |
7 | + es : "Eliminar esta pantalla de presentación (después usted podrá ir directamente al enlace http:// localhost/i3geo/init)" | |
8 | 8 | } |
9 | 9 | ], |
10 | 10 | 2 : [ |
11 | 11 | { |
12 | 12 | pt : "Teste da instalação", |
13 | - en : "", | |
13 | + en : "Installation test", | |
14 | 14 | es : "Test de instalación" |
15 | 15 | } |
16 | 16 | ], |
17 | 17 | 3 : [ |
18 | 18 | { |
19 | 19 | pt : "Sistema de administração", |
20 | - en : "", | |
20 | + en : "Management system", | |
21 | 21 | es : "Sistema de administración" |
22 | 22 | } |
23 | 23 | ], |
24 | 24 | 4 : [ |
25 | 25 | { |
26 | 26 | pt : "Mapa com interface Openlayers", |
27 | - en : "", | |
27 | + en : "Map with Openlayers interface", | |
28 | 28 | es : "Mapa con interfaz Openlayers" |
29 | 29 | } |
30 | 30 | ], |
31 | 31 | 5 : [ |
32 | 32 | { |
33 | 33 | pt : "Mapa com interface Openlayers (modo debug)", |
34 | - en : "", | |
34 | + en : "Map with Openlayers interface (debug mode)", | |
35 | 35 | es : "Mapa con interfaz Openlayers (modo debug)" |
36 | 36 | } |
37 | 37 | ], |
38 | 38 | 6 : [ |
39 | 39 | { |
40 | 40 | pt : "Mapa com interface Google Maps", |
41 | - en : "", | |
41 | + en : "Map with Google Maps interface", | |
42 | 42 | es : "Mapa con interfaz Google Maps " |
43 | 43 | } |
44 | 44 | ], |
45 | 45 | 7 : [ |
46 | 46 | { |
47 | 47 | pt : "Mapa com interface Google Earth (depreciado)", |
48 | - en : "", | |
48 | + en : "Map with Google Earth interface (deprecated)", | |
49 | 49 | es : "Mapa con interfaz Google Earth (depreciado)" |
50 | 50 | } |
51 | 51 | ], |
52 | 52 | 8 : [ |
53 | 53 | { |
54 | 54 | pt : "Cartogramas (METAESTAT)", |
55 | - en : "", | |
55 | + en : "Cartogram (METAESTAT)", | |
56 | 56 | es : "Cartogramas (METAESTAT)" |
57 | 57 | } |
58 | 58 | ], |
59 | 59 | 9 : [ |
60 | 60 | { |
61 | 61 | pt : "Editor de regiões (METAESTAT)", |
62 | - en : "", | |
62 | + en : "Region editor (METAESTAT)", | |
63 | 63 | es : "Editor de regiones (METAESTAT)" |
64 | 64 | } |
65 | 65 | ], |
66 | 66 | 10 : [ |
67 | 67 | { |
68 | 68 | pt : "Download de dados geo", |
69 | - en : "", | |
69 | + en : "Data geo download", | |
70 | 70 | es : "Download de datos geo" |
71 | 71 | } |
72 | 72 | ], |
73 | 73 | 11 : [ |
74 | 74 | { |
75 | 75 | pt : "Serviços OGC (WMS e WFS)", |
76 | - en : "", | |
77 | - es : "Servicios OGC (WMS E WFS)" | |
76 | + en : "OGC (WMS and WFS) services ", | |
77 | + es : "Servicios OGC (WMS y WFS)" | |
78 | 78 | } |
79 | 79 | ], |
80 | 80 | 12 : [ |
81 | 81 | { |
82 | 82 | pt : "Catálogo de temas no formato KML", |
83 | - en : "", | |
83 | + en : "Catalog of kml themes", | |
84 | 84 | es : "Catálogo de temas en formato KML" |
85 | 85 | } |
86 | 86 | ], |
87 | 87 | 13 : [ |
88 | 88 | { |
89 | 89 | pt : "Gerador de links permanentes", |
90 | - en : "", | |
90 | + en : "Permanent link creator", | |
91 | 91 | es : "Generador de links permanentes" |
92 | 92 | } |
93 | 93 | ], |
94 | 94 | 14 : [ |
95 | 95 | { |
96 | 96 | pt : "Exemplos de customização da interface de mapas", |
97 | - en : "", | |
97 | + en : "Examples of Map inteface customization", | |
98 | 98 | es : "Ejemplos de personalización de la interfaz de mapas" |
99 | 99 | } |
100 | 100 | ], |
101 | 101 | 15 : [ |
102 | 102 | { |
103 | 103 | pt : "Manual de uso", |
104 | - en : "", | |
104 | + en : "User guide", | |
105 | 105 | es : "Manual de uso" |
106 | 106 | } |
107 | 107 | ], |
108 | 108 | 16 : [ |
109 | 109 | { |
110 | 110 | pt : "Registro de bugs", |
111 | - en : "", | |
111 | + en : "Bug record", | |
112 | 112 | es : "Registro de bugs" |
113 | 113 | } |
114 | 114 | ], |
115 | 115 | 17 : [ |
116 | 116 | { |
117 | 117 | pt : "Guia de migração", |
118 | - en : "", | |
119 | - es : "Gu%iacute;a de migración" | |
118 | + en : "Migration guide", | |
119 | + es : "Guía de migración" | |
120 | 120 | } |
121 | 121 | ], |
122 | 122 | 18 : [ |
123 | 123 | { |
124 | 124 | pt : "Integre mapas com", |
125 | - en : "", | |
125 | + en : "Link maps with", | |
126 | 126 | es : "Integrar mapas con" |
127 | 127 | } |
128 | 128 | ], |
129 | 129 | 19 : [ |
130 | 130 | { |
131 | 131 | pt : "ATENÇÃO!!! Essa instalação está vulnerável: edite o arquivo i3geo/ms_configura.php e altere o login e senha definidos na variável $i3geomaster.<br>Ao acessar o i3Geo em um servidor que não seja o localhost os mapas ficarão bloqueados até que essa edição seja feita.", |
132 | - en : "", | |
133 | - es : "¡¡¡ATENCIÓN!!! Esta instalación es vulnerable: edite el archivo i3geo/ms_configura.php y altere el login y la contraseña definidos en la variable " | |
132 | + en : "WARNING!!! This Installation is vulnerable: edit the file i3geo/ms_configura.php and change login and password defined at variable $i3geomaster. When acceding to i3Geo through a non-localhost server maps will reamain blocked until the above-mentioned edition is made", | |
133 | + es : "¡¡¡ATENCIÓN!!! Esta instalación es vulnerable: edite el archivo i3geo/ms_configura.php y altere el login y la contraseña definidos en la variable $i3geomaster.<br>Al acceder al i3Geo en un servidor que no sea el localhost los mapas quedaran bloqueados hasta que la presente edición sea concluida" | |
134 | 134 | } |
135 | 135 | ], |
136 | 136 | 20 : [ |
137 | 137 | { |
138 | 138 | pt : "Incluia um link apenas na sua página", |
139 | - en : "", | |
140 | - es : "Incluya un link apenas en su página" | |
139 | + en : "Add a link only in your page", | |
140 | + es : "Incluya un link sólo en su página" | |
141 | 141 | } |
142 | 142 | ], |
143 | 143 | 21 : [ |
144 | 144 | { |
145 | 145 | pt : "Manual de administração", |
146 | - en : "", | |
146 | + en : "Management guide", | |
147 | 147 | es : "Manual de administración" |
148 | 148 | } |
149 | 149 | ], |
150 | 150 | 22 : [ |
151 | 151 | { |
152 | 152 | pt : "Google Maps com aplicação de estilo", |
153 | - en : "", | |
153 | + en : "Google Maps with style application", | |
154 | 154 | es : "Google Maps con aplicación de estilo" |
155 | 155 | } |
156 | 156 | ], |
157 | 157 | 23 : [ |
158 | 158 | { |
159 | 159 | pt : "Mapa com Open Street Map (OSM)", |
160 | - en : "", | |
160 | + en : "Map with Open Street Map (OSM) ", | |
161 | 161 | es : "Mapa con Open Street Map (OSM)" |
162 | 162 | } |
163 | 163 | ], |
164 | 164 | 24 : [ |
165 | 165 | { |
166 | 166 | pt : "Documentação da API", |
167 | - en : "", | |
168 | - es : "Documentaci%oacute;n de la API" | |
167 | + en : "API reference", | |
168 | + es : "Documentación de la API" | |
169 | 169 | } |
170 | 170 | ], |
171 | 171 | 25 : [ |
172 | 172 | { |
173 | 173 | pt : "SAIKU - análise tabular", |
174 | - en : "", | |
174 | + en : "SAIKU - tabular analysis", | |
175 | 175 | es : "SAIKU - análisis tabular" |
176 | 176 | } |
177 | 177 | ], |
178 | 178 | 26 : [ |
179 | 179 | { |
180 | 180 | pt : "Teste do conversor de projeto GVP para Mapfile", |
181 | - en : "", | |
182 | - es : "Test del convertidor de proyecto GVP para Mapfile" | |
181 | + en : "Test of GVP project to MapFile converter", | |
182 | + es : "Prueba del convertidor de proyecto GVP para Mapfile" | |
183 | 183 | } |
184 | 184 | ], |
185 | 185 | 27 : [ |
186 | 186 | { |
187 | 187 | pt : "Lista de Atlas cadastrados", |
188 | - en : "", | |
188 | + en : "List of recorded Atlas ", | |
189 | 189 | es : "Lista de Atlas registrados" |
190 | 190 | } |
191 | 191 | ], |
192 | 192 | 28 : [ |
193 | 193 | { |
194 | 194 | pt : "Curso de i3Geo em Gvsig-training", |
195 | - en : "", | |
195 | + en : "i3Geo course at Gvsig-training", | |
196 | 196 | es : "Curso de i3Geo en Gvsig-training" |
197 | 197 | } |
198 | 198 | ], |
199 | 199 | 29 : [ |
200 | 200 | { |
201 | 201 | pt : "- Considere uma doação!", |
202 | - en : "", | |
202 | + en : "_Donate", | |
203 | 203 | es : "- Considere hacer una donación" |
204 | 204 | } |
205 | 205 | ], |
206 | 206 | 30 : [ |
207 | 207 | { |
208 | - pt : "Wiki, instalação, SVN", | |
209 | - en : "", | |
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 | 213 | 31 : [ |
214 | 214 | { |
215 | 215 | pt : "Comunidade, download", |
216 | - en : "", | |
216 | + en : "Comunity, download", | |
217 | 217 | es : "Comunidad, download" |
218 | 218 | } |
219 | 219 | ], |
220 | 220 | 32 : [ |
221 | 221 | { |
222 | 222 | pt : "Lista", |
223 | - en : "", | |
223 | + en : "List", | |
224 | 224 | es : "Lista" |
225 | 225 | } |
226 | 226 | ], |
227 | 227 | 33 : [ |
228 | 228 | { |
229 | 229 | pt : "Utilitários", |
230 | - en : "", | |
230 | + en : "Tools", | |
231 | 231 | es : "Utilitarios" |
232 | 232 | } |
233 | 233 | ], |
234 | 234 | 34 : [ |
235 | 235 | { |
236 | 236 | pt : "Lista de mapas", |
237 | - en : "", | |
237 | + en : "Map list", | |
238 | 238 | es : "Lista de mapas" |
239 | 239 | } |
240 | 240 | ] |
241 | 241 | }; |
242 | + | |
242 | 243 | \ No newline at end of file | ... | ... |
init/index.js
1 | 1 | botoesIni = []; |
2 | 2 | botoesIni.push({ |
3 | - "img":"start-here.png", | |
3 | + "img":"certificate-server.png", | |
4 | 4 | "href":"../testainstal.php", |
5 | 5 | "titulo":$trad(2,g_traducao_init) |
6 | 6 | },{ |
... | ... | @@ -81,9 +81,9 @@ botoesIni.push({ |
81 | 81 | "href":"../exemplos", |
82 | 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 | 88 | "img":"accessories-dictionary.png", |
89 | 89 | "href":"../guia_de_migracao.txt", |
... | ... | @@ -98,11 +98,11 @@ botoesIni.push({ |
98 | 98 | "titulo":$trad(28,g_traducao_init) |
99 | 99 | },{ |
100 | 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 | 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 | 106 | "titulo":$trad(30,g_traducao_init) |
107 | 107 | },{ |
108 | 108 | "img":"logo_psp.png", |
... | ... | @@ -123,11 +123,11 @@ function mostraBotoes(){ |
123 | 123 | //i3GEO.barraDeBotoes.ATIVA = false; |
124 | 124 | var ins = [],i,n = botoesIni.length,texto; |
125 | 125 | for(i=0;i<n;i++){ |
126 | - texto = '<div class="r" ><table ><tr><td><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 | 127 | if(botoesIni[i].subtitulo){ |
128 | 128 | texto += botoesIni[i].subtitulo; |
129 | 129 | } |
130 | - texto += '</td></tr></table></div>'; | |
130 | + texto += '</div></div>'; | |
131 | 131 | ins.push(texto); |
132 | 132 | } |
133 | 133 | $i("botoes").innerHTML = ins.join(""); | ... | ... |
init/index.php
... | ... | @@ -97,6 +97,14 @@ body { |
97 | 97 | z-index: 2; |
98 | 98 | } |
99 | 99 | |
100 | +.ri { | |
101 | + left: 50%; | |
102 | + position: absolute; | |
103 | + top: 50%; | |
104 | + transform: translate(-50%, -50%); | |
105 | + width: 100%; | |
106 | +} | |
107 | + | |
100 | 108 | table { |
101 | 109 | width: 100%; |
102 | 110 | } |
... | ... | @@ -157,7 +165,7 @@ a { |
157 | 165 | text-decoration: none; |
158 | 166 | font-size: 14px; |
159 | 167 | color: #26298D; |
160 | - outline : doted; | |
168 | + outline: doted; | |
161 | 169 | } |
162 | 170 | |
163 | 171 | A:hover { | ... | ... |