Commit fc519fa0cede459965b0525f334d2ee8b7b80a00
1 parent
44d3b6a3
Exists in
master
and in
7 other branches
Alterações na página de inicialização
Showing
8 changed files
with
9 additions
and
7 deletions
Show diff stats
17.7 KB
29.8 KB
16.1 KB
init/index.php
... | ... | @@ -99,37 +99,37 @@ a { |
99 | 99 | </table> </a> |
100 | 100 | <a target=_blank href="../interface/openlayers.htm" class="r" style="box-shadow: 0 8px 10px 0 orange;"><table> |
101 | 101 | <tr> |
102 | - <td><img src="../imagens/oxygen/22x22/openlayers.png" /><br> <script>document.write($trad(4,g_traducao_init));</script></a> | |
102 | + <td><img src="openlayers.png" /><br> <script>document.write($trad(4,g_traducao_init));</script></a> | |
103 | 103 | </td> |
104 | 104 | </tr> |
105 | 105 | </table> </a> |
106 | 106 | <a target=_blank href="../interface/openlayersdebug.htm" class="r" style="box-shadow: 0 8px 10px 0 orange;"><table> |
107 | 107 | <tr> |
108 | - <td><img src="../imagens/oxygen/22x22/openlayers.png" /><br> <script>document.write($trad(5,g_traducao_init));</script></a> | |
108 | + <td><img src="openlayersdebug.png" /><br> <script>document.write($trad(5,g_traducao_init));</script></a> | |
109 | 109 | </td> |
110 | 110 | </tr> |
111 | 111 | </table> </a> |
112 | 112 | <a target=_blank href="../mashups" class="r" style="box-shadow: 0 8px 10px 0 orange;"><table > |
113 | 113 | <tr> |
114 | - <td><img src="../imagens/oxygen/22x22/openlayers.png" /><br> <script>document.write($trad(18,g_traducao_init));</script></a> | |
114 | + <td><img src="mashup.png" /><br> <script>document.write($trad(18,g_traducao_init));</script></a> | |
115 | 115 | </td> |
116 | 116 | </tr> |
117 | 117 | </table> </a> |
118 | 118 | <a target=_blank href="../interface/googlemaps.phtml" class="r" style="box-shadow: 0 8px 10px 0 orange;"><table> |
119 | 119 | <tr> |
120 | - <td><img src="../imagens/oxygen/22x22/googlemaps.png" /><br> <script>document.write($trad(6,g_traducao_init));</script></a> | |
120 | + <td><img src="googlemaps.png" /><br> <script>document.write($trad(6,g_traducao_init));</script></a> | |
121 | 121 | </td> |
122 | 122 | </tr> |
123 | 123 | </table> </a> |
124 | 124 | <a target=_blank href="../interface/googleearth.phtml" class="r" style="box-shadow: 0 8px 10px 0 orange;"><table> |
125 | 125 | <tr> |
126 | - <td><img src="../imagens/oxygen/22x22/googleearth.png" /><br> <script>document.write($trad(7,g_traducao_init));</script></a> | |
126 | + <td><img src="googleearth.png" /><br> <script>document.write($trad(7,g_traducao_init));</script></a> | |
127 | 127 | </td> |
128 | 128 | </tr> |
129 | 129 | </table> </a> |
130 | 130 | <a target=_blank href="../interface/carto_ol.htm" class="r" style="box-shadow: 0 8px 10px 0 orange;"><table > |
131 | 131 | <tr> |
132 | - <td><img src="../imagens/oxygen/22x22/kspread.png" /><br> <script>document.write($trad(8,g_traducao_init));</script></a> | |
132 | + <td><img src="cartogramas.png" /><br> <script>document.write($trad(8,g_traducao_init));</script></a> | |
133 | 133 | </td> |
134 | 134 | </tr> |
135 | 135 | </table> </a> | ... | ... |
13 KB
16.1 KB
15.6 KB
mashups/index.html
... | ... | @@ -22,9 +22,11 @@ body,td |
22 | 22 | <div class="mascaraPrincipal" id="divGeral" style="width: 700px; height: 2000px;"> |
23 | 23 | <img src="../imagens/i3geo1.jpg"><br> |
24 | 24 | <h1>Mashups do i3geo</h1> |
25 | - | |
26 | 25 | <p>Mashups são pequenos programas que podem ser facilmente inseridos em páginas HTML e que mostram determinados conteúdos.</p> |
27 | 26 | <p>No caso do i3Geo, os mashups mostram mapas tendo como base o conjunto de temas existentes no diretório i3geo/temas.</p> |
27 | + <p><b>Atenção:</b><br> | |
28 | + Se você estiver usando o i3Geo em um servidor Linux remova da URL dos testes as referências aos temas cujo nome inicie com "_w". Se estiver usando Linux, remova os temas que iniciem com "_l". | |
29 | + </p> | |
28 | 30 | <p><b>OpenLayers</b></p> |
29 | 31 | <p>O <a href="http://openlayers.org">OpenLayers</a> é uma biblioteca em javascript bastante popular. Possuí uma interface simples mas que pode |
30 | 32 | conter um grande número de funcionalidades.</p> | ... | ... |