Commit f05eeb064bcfe6c2265fb1a9e2245c576837a13c

Authored by Edmar Moretti
1 parent 2f941de8

--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,6 +111,8 @@ i3GEOF.legenda = {
111 $i(iddiv).innerHTML += i3GEOF.legenda.html(); 111 $i(iddiv).innerHTML += i3GEOF.legenda.html();
112 i3GEO.guias.mostraGuiaFerramenta("i3GEOlegendaguia1","i3GEOlegendaguia"); 112 i3GEO.guias.mostraGuiaFerramenta("i3GEOlegendaguia1","i3GEOlegendaguia");
113 //eventos das guias 113 //eventos das guias
  114 + $i("i3GEOlegendaguia6").onclick = function()
  115 + {i3GEO.guias.mostraGuiaFerramenta("i3GEOlegendaguia6","i3GEOlegendaguia");};
114 $i("i3GEOlegendaguia1").onclick = function(){ 116 $i("i3GEOlegendaguia1").onclick = function(){
115 i3GEOF.legenda.mostralegenda(); 117 i3GEOF.legenda.mostralegenda();
116 i3GEO.guias.mostraGuiaFerramenta("i3GEOlegendaguia1","i3GEOlegendaguia"); 118 i3GEO.guias.mostraGuiaFerramenta("i3GEOlegendaguia1","i3GEOlegendaguia");
@@ -235,6 +237,7 @@ i3GEOF.legenda = { @@ -235,6 +237,7 @@ i3GEOF.legenda = {
235 var ins = '' + 237 var ins = '' +
236 '<div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;">'+ 238 '<div id=guiasYUI class="yui-navset" style="top:0px;cursor:pointer;left:0px;">'+
237 ' <ul class="yui-nav" style="border-width:0pt 0pt 0px;border-color:rgb(240,240,240);border-bottom-color:white;">'+ 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 ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia1" style="text-align:center;left:0px;" >Legenda</div></em></a></li>'+ 241 ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia1" style="text-align:center;left:0px;" >Legenda</div></em></a></li>'+
239 ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia2" style="text-align:center;left:0px;" >Classes</div></em></a></li>'+ 242 ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia2" style="text-align:center;left:0px;" >Classes</div></em></a></li>'+
240 ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia3" style="text-align:center;left:0px;" >Editor</div></em></a></li>'+ 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,11 +245,9 @@ i3GEOF.legenda = {
242 ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia5" style="text-align:center;left:0px;" >Importar/exportar SLD</div></em></a></li>'+ 245 ' <li><a href="#ancora"><em><div id="i3GEOlegendaguia5" style="text-align:center;left:0px;" >Importar/exportar SLD</div></em></a></li>'+
243 ' </ul>'+ 246 ' </ul>'+
244 '</div><br>'+ 247 '</div><br>'+
245 - '<div id=i3GEOlegendaguia1obj style="width:99%;text-align:left;">'+ 248 + '<div id=i3GEOlegendaguia6obj style="width:99%;text-align:left;">'+
246 ' <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>' + 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 ' <table summary="" class=lista5 ><tr>' + 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 ' <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 ' <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 ' <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 ' <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 ' </tr></table>' + 253 ' </tr></table>' +
@@ -265,6 +266,12 @@ i3GEOF.legenda = { @@ -265,6 +266,12 @@ i3GEOF.legenda = {
265 ' <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 ' <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 ' </tr>' + 267 ' </tr>' +
267 ' </table>' + 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 ' <div id="i3GEOlegendaresultado" style="text-align:left;width:100%;display:block;left:0px">' + 276 ' <div id="i3GEOlegendaresultado" style="text-align:left;width:100%;display:block;left:0px">' +
270 ' </div>'+ 277 ' </div>'+