Commit f05eeb064bcfe6c2265fb1a9e2245c576837a13c
1 parent
2f941de8
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
10 additions
and
3 deletions
Show diff stats
ferramentas/legenda/index.js.php
... | ... | @@ -111,6 +111,8 @@ i3GEOF.legenda = { |
111 | 111 | $i(iddiv).innerHTML += i3GEOF.legenda.html(); |
112 | 112 | i3GEO.guias.mostraGuiaFerramenta("i3GEOlegendaguia1","i3GEOlegendaguia"); |
113 | 113 | //eventos das guias |
114 | + $i("i3GEOlegendaguia6").onclick = function() | |
115 | + {i3GEO.guias.mostraGuiaFerramenta("i3GEOlegendaguia6","i3GEOlegendaguia");}; | |
114 | 116 | $i("i3GEOlegendaguia1").onclick = function(){ |
115 | 117 | i3GEOF.legenda.mostralegenda(); |
116 | 118 | i3GEO.guias.mostraGuiaFerramenta("i3GEOlegendaguia1","i3GEOlegendaguia"); |
... | ... | @@ -235,6 +237,7 @@ i3GEOF.legenda = { |
235 | 237 | var ins = '' + |
236 | 238 | '<div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;">'+ |
237 | 239 | ' <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">'+ |
240 | + ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia6" style="text-align:center;left:0px;" ><img class="ticPropriedades2" style="height:14px" title="Propriedades" src="'+i3GEO.configura.locaplic+'/imagens/visual/default/branco.gif"></div></em></a></li>'+ | |
238 | 241 | ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia1" style="text-align:center;left:0px;" >Legenda</div></em></a></li>'+ |
239 | 242 | ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia2" style="text-align:center;left:0px;" >Classes</div></em></a></li>'+ |
240 | 243 | ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia3" style="text-align:center;left:0px;" >Editor</div></em></a></li>'+ |
... | ... | @@ -242,11 +245,9 @@ i3GEOF.legenda = { |
242 | 245 | ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia5" style="text-align:center;left:0px;" >Importar/exportar SLD</div></em></a></li>'+ |
243 | 246 | ' </ul>'+ |
244 | 247 | '</div><br>'+ |
245 | - '<div id=i3GEOlegendaguia1obj style="width:99%;text-align:left;">'+ | |
248 | + '<div id=i3GEOlegendaguia6obj style="width:99%;text-align:left;">'+ | |
246 | 249 | ' <p class=paragrafo ><input type=checkbox onclick="" checked id=i3GEOFlegendamostra style="cursor:pointer;border:0px solid white;" /> <span style="cursor:pointer;position:relative;top:-2px;">Mostra as classes desse tema na legenda do mapa</span>' + |
247 | 250 | ' <table summary="" class=lista5 ><tr>' + |
248 | - ' <td><input id=i3GEOlegendabotao1 size="22" type="button" value="Aplicar alterações" ></td>'+ | |
249 | - ' <td><input id=i3GEOlegendabotao2 size="22" type="button" value="+ classe" title="adicionar uma nova classe na legenda" ></td>' + | |
250 | 251 | ' <td><input id=i3GEOlegendabotao3 size="25" type="button" value="+ contagem" title="incluir o número de ocorrências no nome de cada classe"></td>' + |
251 | 252 | ' <td><input id=i3GEOlegendabotao15 size="25" type="button" value="Opacidade variável" title="aplicar opacidade nas classes existente, variando de 10 até 100"></td>' + |
252 | 253 | ' </tr></table>' + |
... | ... | @@ -265,6 +266,12 @@ i3GEOF.legenda = { |
265 | 266 | ' <td><input id=i3GEOlegendabotaoRamp type="button" size=15 value="escolher" title="escolher e aplicar as variações de cores, entre dois extremos, nas classes existentes"></td>' + |
266 | 267 | ' </tr>' + |
267 | 268 | ' </table>' + |
269 | + '</div>' + | |
270 | + '<div id=i3GEOlegendaguia1obj style="width:99%;text-align:left;">'+ | |
271 | + ' <table summary="" class=lista5 ><tr>' + | |
272 | + ' <td><input id=i3GEOlegendabotao1 size="22" type="button" value="Aplicar alterações" ></td>'+ | |
273 | + ' <td><input id=i3GEOlegendabotao2 size="22" type="button" value="+ classe" title="adicionar uma nova classe na legenda" ></td>' + | |
274 | + ' </tr></table>' + | |
268 | 275 | |
269 | 276 | ' <div id="i3GEOlegendaresultado" style="text-align:left;width:100%;display:block;left:0px">' + |
270 | 277 | ' </div>'+ | ... | ... |