Commit dfa7f4c27916c175fd7e3ca2b83e518a996045c6
1 parent
f15d4bd9
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
12 additions
and
0 deletions
Show diff stats
init/dicionario.js
@@ -100,5 +100,11 @@ es:"" | @@ -100,5 +100,11 @@ es:"" | ||
100 | pt:"Guia de migração", | 100 | pt:"Guia de migração", |
101 | en:"", | 101 | en:"", |
102 | es:"" | 102 | es:"" |
103 | +}], | ||
104 | +18: [ | ||
105 | +{ | ||
106 | +pt:"Integre mapas em outras aplicações", | ||
107 | +en:"", | ||
108 | +es:"" | ||
103 | }] | 109 | }] |
104 | }; | 110 | }; |
105 | \ No newline at end of file | 111 | \ No newline at end of file |
init/index.php
@@ -99,6 +99,12 @@ h1{ | @@ -99,6 +99,12 @@ h1{ | ||
99 | </tr> | 99 | </tr> |
100 | </table></a> | 100 | </table></a> |
101 | 101 | ||
102 | + <a href="../mashups" ><table class="r" style="box-shadow: 0 8px 10px 0 orange;"> | ||
103 | + <tr> | ||
104 | + <td><img src="../imagens/oxygen/22x22/openlayers.png" /><br><script>document.write($trad(18,g_traducao_init));</script></a></td> | ||
105 | + </tr> | ||
106 | + </table></a> | ||
107 | + | ||
102 | <a href="../interface/googlemaps.phtml" ><table class="r" style="box-shadow: 0 8px 10px 0 orange;"> | 108 | <a href="../interface/googlemaps.phtml" ><table class="r" style="box-shadow: 0 8px 10px 0 orange;"> |
103 | <tr> | 109 | <tr> |
104 | <td><img src="../imagens/oxygen/22x22/googlemaps.png" /><br><script>document.write($trad(6,g_traducao_init));</script></a></td> | 110 | <td><img src="../imagens/oxygen/22x22/googlemaps.png" /><br><script>document.write($trad(6,g_traducao_init));</script></a></td> |