Commit 0e12aeb7de76316e7d6f64d477470a2820c6260f
1 parent
c1b3247a
Exists in
master
and in
7 other branches
$1
Showing
7 changed files
with
183 additions
and
93 deletions
Show diff stats
admin/admin.db
No preview for this file type
classesjs/classe_coordenadas.js
@@ -357,7 +357,7 @@ i3GEO.coordenadas = { | @@ -357,7 +357,7 @@ i3GEO.coordenadas = { | ||
357 | {string} - html com a tabela | 357 | {string} - html com a tabela |
358 | */ | 358 | */ |
359 | criaMascaraDMS: function(prefixo,titulo,caixa){ | 359 | criaMascaraDMS: function(prefixo,titulo,caixa){ |
360 | - var ins = '<table id='+prefixo+' style=display:block;text-align:center;width:350px ><tr style="border-bottom:2px solid white" >' + | 360 | + var ins = '<table class="i3GeoMascaraDMS" id='+prefixo+' ><tr>' + |
361 | "<td>"+caixa+" </td>" + | 361 | "<td>"+caixa+" </td>" + |
362 | '<td style=width:10px;text-align:right > X: </td>' + | 362 | '<td style=width:10px;text-align:right > X: </td>' + |
363 | '<td>'+$inputText('','',prefixo+'xg','grau','3','-00')+'</td>' + | 363 | '<td>'+$inputText('','',prefixo+'xg','grau','3','-00')+'</td>' + |
@@ -711,4 +711,4 @@ i3GEO.coordenadas = { | @@ -711,4 +711,4 @@ i3GEO.coordenadas = { | ||
711 | limpaModoTexto: function(){ | 711 | limpaModoTexto: function(){ |
712 | i3GEO.coordenadas.MODOTEXTO = ""; | 712 | i3GEO.coordenadas.MODOTEXTO = ""; |
713 | } | 713 | } |
714 | -}; | ||
715 | \ No newline at end of file | 714 | \ No newline at end of file |
715 | +}; |
css/botoes2.css
@@ -373,10 +373,10 @@ | @@ -373,10 +373,10 @@ | ||
373 | } | 373 | } |
374 | #menui3GeoMenuMarcador { | 374 | #menui3GeoMenuMarcador { |
375 | background-image: url("../imagens/visual/default/sprite.png"); | 375 | background-image: url("../imagens/visual/default/sprite.png"); |
376 | - background-position: 2px -47px; | 376 | + background-position: 0px -2226px; |
377 | background-repeat: no-repeat; | 377 | background-repeat: no-repeat; |
378 | - height: 12px; | ||
379 | - width: 65px; | 378 | + height: 15px; |
379 | + width: 57px; | ||
380 | } | 380 | } |
381 | /*bandeira do brasil*/ | 381 | /*bandeira do brasil*/ |
382 | #brasil { | 382 | #brasil { |
css/geral.css
css/menu-min.css
@@ -34,4 +34,4 @@ div.yuimenubar li.yuimenubaritem img {height:8px;width:8px;margin:0 0 0 10px;ver | @@ -34,4 +34,4 @@ div.yuimenubar li.yuimenubaritem img {height:8px;width:8px;margin:0 0 0 10px;ver | ||
34 | div.yuimenu li.yuimenuitem img {height:8px;width:8px;margin:0 -16px 0 10px;border:0;*margin-left:0;*border-left-width:10px;*border-style:solid;*border-color:#f6f7ee;} | 34 | div.yuimenu li.yuimenuitem img {height:8px;width:8px;margin:0 -16px 0 10px;border:0;*margin-left:0;*border-left-width:10px;*border-style:solid;*border-color:#f6f7ee;} |
35 | div.yuimenu li.yuimenuitem.selected img.selected {*border-color:#8c8ad0;} | 35 | div.yuimenu li.yuimenuitem.selected img.selected {*border-color:#8c8ad0;} |
36 | div.yuimenu li.checked {position:relative;} | 36 | div.yuimenu li.checked {position:relative;} |
37 | -div.yuimenu li.checked img.checked {height:8px;width:8px;margin:0;border:0;position:absolute;left:6px;_left:-16px;top:.5em;} | ||
38 | \ No newline at end of file | 37 | \ No newline at end of file |
38 | +div.yuimenu li.checked img.checked {height:8px;width:8px;margin:0;border:0;position:absolute;left:6px;_left:-16px;top:.5em;} |
imagens/visual/default/sprite.png
interface/openlayersdebug.htm
@@ -4,81 +4,15 @@ | @@ -4,81 +4,15 @@ | ||
4 | <meta http-equiv="Category" content="i3Geo Mapa interativo MMA geoprocessamento sig mobile"> | 4 | <meta http-equiv="Category" content="i3Geo Mapa interativo MMA geoprocessamento sig mobile"> |
5 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> | 5 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> |
6 | <title>i3GEO - OpenLayers</title> | 6 | <title>i3GEO - OpenLayers</title> |
7 | -<style> | ||
8 | -.olControlEditingToolbar1 div { | ||
9 | - background-image:url(../mashups/openlayers.png); | ||
10 | - background-repeat:no-repeat; | ||
11 | - float:right; | ||
12 | - right: 0px; | ||
13 | - height:29px; | ||
14 | - margin:2px; | ||
15 | - width:29px; | ||
16 | - cursor:pointer; | ||
17 | -} | ||
18 | -.fundoRodape { | ||
19 | - border: 0 solid #DFDFDF; | ||
20 | - border-collapse: collapse; | ||
21 | - font-family: Verdana,Arial,Helvetica,sans-serif; | ||
22 | - font-size: 12px; | ||
23 | - margin: 0; | ||
24 | - padding: 0; | ||
25 | - position: relative; | ||
26 | - text-align: center; | ||
27 | - background: gainsboro; | ||
28 | -} | ||
29 | -#escala td { | ||
30 | - background: gainsboro; | ||
31 | -} | ||
32 | -#escala input { | ||
33 | - background: gainsboro; | ||
34 | - color: #426252; | ||
35 | - font-family: Verdana,Arial,Helvetica,sans-serif; | ||
36 | - font-size: 10px; | ||
37 | - margin: 0; | ||
38 | - border: 0px solid white; | ||
39 | - box-shadow: none; | ||
40 | -} | ||
41 | -#localizarxygeoProj { | ||
42 | - width: 100%; | ||
43 | -} | ||
44 | -#localizarxygeoProj td { | ||
45 | - background: gainsboro; | ||
46 | -} | ||
47 | -#localizarxygeoProj input { | ||
48 | - background: gainsboro; | ||
49 | - color: #426252; | ||
50 | - font-family: Verdana,Arial,Helvetica,sans-serif; | ||
51 | - font-size: 10px; | ||
52 | - margin: 0; | ||
53 | - border: 0px solid white; | ||
54 | - box-shadow: none; | ||
55 | -} | ||
56 | -#localizarxygeoProj span { | ||
57 | - border: 0px solid white; | ||
58 | -} | ||
59 | -#localizarxygeoProj select { | ||
60 | - border: 1px solid #B4B4B4; | ||
61 | - font-size: 10px; | ||
62 | - height: 16px; | ||
63 | - left: 1px; | ||
64 | - position: relative; | ||
65 | - top: 1px; | ||
66 | - width: 40px; | ||
67 | -} | ||
68 | - | ||
69 | -</style> | ||
70 | </head> | 7 | </head> |
71 | -<body id="i3geo" style="background-color:white"> | 8 | +<body id="i3geo" style='margin-left:7px;background:white;'> |
72 | <!-- inclui o nome do usuario logado --> | 9 | <!-- inclui o nome do usuario logado --> |
73 | <div id="i3GEONomeLogin" style="position:absolute;left:10px;top:12px;font-size:11px;z-index:50000"></div> | 10 | <div id="i3GEONomeLogin" style="position:absolute;left:10px;top:12px;font-size:11px;z-index:50000"></div> |
74 | <table id='mst' summary="" style='display:none;' width=100% cellspacing='0'> | 11 | <table id='mst' summary="" style='display:none;' width=100% cellspacing='0'> |
75 | - <tr style="border:0px"> | ||
76 | - <td id="barraSuperior" style="background-image:url('../imagens/visual/default/cabeca.png');height:10px"></td> | ||
77 | - </tr> | ||
78 | <tr> | 12 | <tr> |
79 | - <td id="contemMenu" style="text-align:right;border-width:0pt 0pt 1px;border-color:rgb(240,240,240)"> | 13 | + <td id="contemMenu" style="background:black;height:35px;text-align:right;border-width:0pt 0pt 1px;border-color:rgb(240,240,240)"> |
80 | <!--menu suspenso--> | 14 | <!--menu suspenso--> |
81 | - <div id="menus" ></div> | 15 | + <div id="menus" style="height:10px;"></div> |
82 | </td> | 16 | </td> |
83 | </tr> | 17 | </tr> |
84 | <tr> | 18 | <tr> |
@@ -108,36 +42,48 @@ | @@ -108,36 +42,48 @@ | ||
108 | </td> | 42 | </td> |
109 | <td class=fundoRodape style=width:20% > | 43 | <td class=fundoRodape style=width:20% > |
110 | <!-- aqui será incluída a escala numérica --> | 44 | <!-- aqui será incluída a escala numérica --> |
111 | - <div id=escala style="margin:auto;text-align:right;" ></div> | 45 | + <div id=escala style="margin:auto;text-align:right;left:15px;" ></div> |
112 | </td> | 46 | </td> |
113 | <td class=fundoRodape style=width:60% > | 47 | <td class=fundoRodape style=width:60% > |
114 | <!-- aqui será incluído o gadget que mostra a coordenada geográfica da posição do mouse --> | 48 | <!-- aqui será incluído o gadget que mostra a coordenada geográfica da posição do mouse --> |
115 | <div id=localizarxy style="margin:auto;text-align:left;font-size:10px;display:inline-table"></div> | 49 | <div id=localizarxy style="margin:auto;text-align:left;font-size:10px;display:inline-table"></div> |
116 | </td> | 50 | </td> |
117 | <!-- aqui serão incluídas as bandeiras que permitem a troca de idioma --> | 51 | <!-- aqui serão incluídas as bandeiras que permitem a troca de idioma --> |
118 | - <td class=fundoRodape style=width:20% > | ||
119 | - <div id=seletorIdiomas ></div> | 52 | + <td class=fundoRodape style="width:20%;" > |
53 | + <div id=seletorIdiomas style="right:15px;"></div> | ||
120 | </td> | 54 | </td> |
121 | </tr> | 55 | </tr> |
122 | </table> | 56 | </table> |
123 | </td> | 57 | </td> |
124 | </tr> | 58 | </tr> |
125 | </table> | 59 | </table> |
126 | -<table id="i3GEOlogoMarca" style='margin: 0px auto;box-shadow:0 1px 13px gray;border-radius:5px;'> | ||
127 | - <tr> | ||
128 | - <td><div id=versaoi3geo ></div><h2 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;">i3Geo - Software livre para criação de mapas interativos e geoprocessamento</h2><h3 style="font-size:10px;font-family: Verdana, Arial, Helvetica, sans-serif;">Baseado no Mapserver, é licenciado sob GPL e integra o Portal do Software Público Brasileiro</h3></td> | ||
129 | - </tr> | ||
130 | - <tr> | ||
131 | - <td style="padding:10px;"><img style="width:560px;height:81px" alt="" src='../imagens/logo_inicio.png' ></td> | ||
132 | - </tr> | ||
133 | - <tr> | ||
134 | - <td> | ||
135 | - <!-- | 60 | + <table id="i3GEOlogoMarca" |
61 | + style='margin: 0px auto; box-shadow: 0 1px 13px gray; border-radius: 5px;'> | ||
62 | + <tr> | ||
63 | + <td style=height:30px ><div id=versaoi3geo></div> | ||
64 | + <h2 | ||
65 | + style="font-weight:normal;font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;">i3Geo | ||
66 | + - Software livre para criação de mapas interativos e | ||
67 | + geoprocessamento</h2> | ||
68 | + <h3 | ||
69 | + style="font-weight:normal;font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;">Baseado | ||
70 | + no Mapserver, é licenciado sob GPL e integra o Portal do | ||
71 | + Software Público Brasileiro</h3></td> | ||
72 | + </tr> | ||
73 | + <tr> | ||
74 | + <td style="padding: 10px;"><img | ||
75 | + style="width: 560px; height: 81px" alt="" | ||
76 | + src='../imagens/logo_inicio.png'></td> | ||
77 | + </tr> | ||
78 | + <tr> | ||
79 | + <td> | ||
80 | + <!-- | ||
136 | <script id="ohloh" type="text/javascript" src="http://www.ohloh.net/p/150688/widgets/project_users.js?style=red"></script> | 81 | <script id="ohloh" type="text/javascript" src="http://www.ohloh.net/p/150688/widgets/project_users.js?style=red"></script> |
137 | --> | 82 | --> |
138 | - </td> | ||
139 | - </tr> | ||
140 | -</table> | 83 | + </td> |
84 | + </tr> | ||
85 | + </table> | ||
86 | + | ||
141 | 87 | ||
142 | <div id="i3GEOguiaMovel" style="position:absolute;display:block;border:0px solid white;text-align:left;z-index:2000;background-color:none"> | 88 | <div id="i3GEOguiaMovel" style="position:absolute;display:block;border:0px solid white;text-align:left;z-index:2000;background-color:none"> |
143 | <img id="i3GEOguiaMovelPuxador" onclick='i3GEO.guias.guiaMovel.abreFecha()' style='z-index:2;border:solid 0px white;left:0px;position:absolute;top:0px' width='0px' src='../imagens/openbars.png' > | 89 | <img id="i3GEOguiaMovelPuxador" onclick='i3GEO.guias.guiaMovel.abreFecha()' style='z-index:2;border:solid 0px white;left:0px;position:absolute;top:0px' width='0px' src='../imagens/openbars.png' > |
@@ -164,7 +110,142 @@ | @@ -164,7 +110,142 @@ | ||
164 | <script src="../pacotes/openlayers/OpenLayers211.js.php"></script> | 110 | <script src="../pacotes/openlayers/OpenLayers211.js.php"></script> |
165 | <!-- <script src="../pacotes/openlayers/OpenLayers2131.js.php"></script> --> | 111 | <!-- <script src="../pacotes/openlayers/OpenLayers2131.js.php"></script> --> |
166 | <!-- estilo necessário para a ferramenta de edição --> | 112 | <!-- estilo necessário para a ferramenta de edição --> |
113 | +<style> | ||
114 | +.olControlEditingToolbar1 div { | ||
115 | + background-image:url(../mashups/openlayers.png); | ||
116 | + background-repeat:no-repeat; | ||
117 | + float:right; | ||
118 | + right: 0px; | ||
119 | + height:29px; | ||
120 | + margin:2px; | ||
121 | + width:29px; | ||
122 | + cursor:pointer; | ||
123 | +} | ||
124 | +.fundoRodape { | ||
125 | + border: 0 solid #DFDFDF; | ||
126 | + border-collapse: collapse; | ||
127 | + font-family: Verdana,Arial,Helvetica,sans-serif; | ||
128 | + font-size: 12px; | ||
129 | + margin: 0; | ||
130 | + padding: 0; | ||
131 | + position: relative; | ||
132 | + text-align: center; | ||
133 | + background: black; | ||
134 | +} | ||
135 | +#seletorIdiomas { | ||
136 | + float: right; | ||
137 | +} | ||
138 | +#escala { | ||
139 | + float: left; | ||
140 | +} | ||
141 | +#escala td { | ||
142 | + background: black; | ||
143 | + float: left; | ||
144 | +} | ||
145 | +#escala span { | ||
146 | + border: 0px solid white; | ||
147 | +} | ||
148 | +#escala input { | ||
149 | + background: black; | ||
150 | + color: white; | ||
151 | + font-family: Verdana,Arial,Helvetica,sans-serif; | ||
152 | + font-size: 10px; | ||
153 | + margin: 0; | ||
154 | + border: 0px solid white; | ||
155 | + box-shadow: none; | ||
156 | + text-align: right; | ||
157 | +} | ||
158 | +#localizarxygeoProj { | ||
159 | + width: 100%; | ||
160 | +} | ||
161 | +#localizarxygeoProj td { | ||
162 | + background: black; | ||
163 | + color: white; | ||
164 | +} | ||
165 | +#localizarxygeoProj input { | ||
166 | + background: black; | ||
167 | + color: white; | ||
168 | + font-family: Verdana,Arial,Helvetica,sans-serif; | ||
169 | + font-size: 10px; | ||
170 | + margin: 0; | ||
171 | + border: 0px solid white; | ||
172 | + box-shadow: none; | ||
173 | +} | ||
174 | +#localizarxygeoProj span { | ||
175 | + border: 0px solid white; | ||
176 | +} | ||
177 | +#localizarxygeoProj select { | ||
178 | + border: 1px solid #B4B4B4; | ||
179 | + font-size: 10px; | ||
180 | + height: 16px; | ||
181 | + left: 1px; | ||
182 | + position: relative; | ||
183 | + top: 1px; | ||
184 | + width: 40px; | ||
185 | +} | ||
186 | +.i3GeoMascaraDMS tr { | ||
187 | + border: 0px solid white; | ||
188 | +} | ||
189 | +#euDock_euImage_2 { | ||
190 | + background: black; | ||
191 | + opacity: 1; | ||
192 | +} | ||
193 | +#euDock_euImage_3 { | ||
194 | + background: black; | ||
195 | + opacity: 1; | ||
196 | +} | ||
197 | +#euDock_euImage_4 { | ||
198 | + background: black; | ||
199 | + opacity: 1; | ||
200 | +} | ||
201 | +#menus .bd{ | ||
202 | + background: black; | ||
203 | +} | ||
204 | +yuimenubar yui-module yui-overlay visible{ | ||
205 | + background: black; | ||
206 | +} | ||
207 | +.yui-skin-sam .yuimenuitemlabel{ | ||
208 | + color: white; | ||
209 | +} | ||
210 | +.yuimenubaritem .yuimenubaritem-hassubmenu{ | ||
211 | + background:black; | ||
212 | + color:white; | ||
213 | +} | ||
214 | + | ||
215 | +.yui-skin-sam .yuimenuitem-selected { | ||
216 | + background: #707070; | ||
217 | +} | ||
218 | + | ||
219 | +.yui-skin-sam .yuimenubaritem-selected { | ||
220 | + background: #707070; | ||
221 | + color: white; | ||
222 | +} | ||
167 | 223 | ||
224 | +.yui-skin-sam .yuimenubarnav .yuimenubaritemlabel-hassubmenu { | ||
225 | + background: #707070; | ||
226 | + color: white; | ||
227 | +} | ||
228 | +.yui-skin-sam .yuimenubaritemlabel { | ||
229 | + color:white; | ||
230 | + margin: 8px 0; | ||
231 | + background: black; | ||
232 | + height:14px; | ||
233 | +} | ||
234 | +.yui-skin-sam .yuimenubaritemlabel-selected{ | ||
235 | + background: #707070; | ||
236 | + color: white; | ||
237 | +} | ||
238 | +.yui-skin-sam .yuimenubaritemlabel .first-of-type { | ||
239 | + color:white; | ||
240 | + margin: 8px 0; | ||
241 | +} | ||
242 | +#menuajudaMenu{ | ||
243 | + color: white; | ||
244 | +} | ||
245 | + | ||
246 | + | ||
247 | + | ||
248 | +</style> | ||
168 | <script> | 249 | <script> |
169 | /* | 250 | /* |
170 | Interface Openlayers para debug | 251 | Interface Openlayers para debug |
@@ -251,7 +332,7 @@ i3GEO.configura.mapaRefDisplay = "none"; | @@ -251,7 +332,7 @@ i3GEO.configura.mapaRefDisplay = "none"; | ||
251 | //tipo de barra de botões | 332 | //tipo de barra de botões |
252 | i3GEO.barraDeBotoes.TIPO = "olhodepeixe"; | 333 | i3GEO.barraDeBotoes.TIPO = "olhodepeixe"; |
253 | //ajusta o deslocamento da barra de botões | 334 | //ajusta o deslocamento da barra de botões |
254 | -i3GEO.barraDeBotoes.OFFSET = 10; | 335 | +i3GEO.barraDeBotoes.OFFSET = 11; |
255 | //ajusta a posição da barra de botões no IE | 336 | //ajusta a posição da barra de botões no IE |
256 | //if(navm) | 337 | //if(navm) |
257 | //{i3GEO.barraDeBotoes.OFFSET = -45;} | 338 | //{i3GEO.barraDeBotoes.OFFSET = -45;} |
@@ -288,7 +369,7 @@ i3GEO.mapa.AUTORESIZE = true; | @@ -288,7 +369,7 @@ i3GEO.mapa.AUTORESIZE = true; | ||
288 | i3GEO.guias.TIPO = "movel"; | 369 | i3GEO.guias.TIPO = "movel"; |
289 | //i3GEO.guias.guiaMovel.ABERTA = true; | 370 | //i3GEO.guias.guiaMovel.ABERTA = true; |
290 | //posição da guia movel em relação ao topo do mapa. Se for igual a 0, o cálculo será feito de forma automática | 371 | //posição da guia movel em relação ao topo do mapa. Se for igual a 0, o cálculo será feito de forma automática |
291 | -i3GEO.guias.guiaMovel.config.topGuiaMovel = 0; | 372 | +i3GEO.guias.guiaMovel.config.topGuiaMovel = 35; |
292 | // | 373 | // |
293 | //define quanto tempo é aguardado para considerar que o mouse está parado sobre um lugar. | 374 | //define quanto tempo é aguardado para considerar que o mouse está parado sobre um lugar. |
294 | //utilizado pela função de identificação do tipo balão | 375 | //utilizado pela função de identificação do tipo balão |