Commit e2fb12597c400f9a5e74e62fe17191b10e57c457
1 parent
0d3f57a1
Exists in
master
and in
7 other branches
Atualização de estilos
Showing
3 changed files
with
227 additions
and
141 deletions
Show diff stats
ferramentas/graficointerativo1/index.js
| @@ -65,10 +65,6 @@ i3GEOF.graficointerativo1 = | @@ -65,10 +65,6 @@ i3GEOF.graficointerativo1 = | ||
| 65 | dicionario["idjanelaA"] = '"'+idjanela+'"'; | 65 | dicionario["idjanelaA"] = '"'+idjanela+'"'; |
| 66 | dicionario["locaplic"] = i3GEO.configura.locaplic; | 66 | dicionario["locaplic"] = i3GEO.configura.locaplic; |
| 67 | dicionario["prop"] = $trad('p13'); | 67 | dicionario["prop"] = $trad('p13'); |
| 68 | - dicionario["i3GEOgraficointerativo1Titulo"] = $inputText("", "", idjanela + "i3GEOgraficointerativo1Titulo", "", 40, ""); | ||
| 69 | - dicionario["i3GEOgraficointerativo1TituloX"] = $inputText("", "", idjanela + "i3GEOgraficointerativo1TituloX", "", 40, ""); | ||
| 70 | - dicionario["i3GEOgraficointerativo1TituloY"] = $inputText("", "", idjanela + "i3GEOgraficointerativo1TituloY", "", 40, ""); | ||
| 71 | - dicionario["i3GEOgraficointerativo1excluir"] = $inputText("", "", idjanela + "i3GEOgraficointerativo1excluir", "", 3, ""); | ||
| 72 | return dicionario; | 68 | return dicionario; |
| 73 | }, | 69 | }, |
| 74 | /** | 70 | /** |
| @@ -673,7 +669,7 @@ i3GEOF.graficointerativo1 = | @@ -673,7 +669,7 @@ i3GEOF.graficointerativo1 = | ||
| 673 | $i(idjanela + "i3GEOgraficointerativo1ComboTemasId").value = j.tema; | 669 | $i(idjanela + "i3GEOgraficointerativo1ComboTemasId").value = j.tema; |
| 674 | $i(idjanela + "i3GEOgraficointerativo1ComboTemasId").onchange.call(); | 670 | $i(idjanela + "i3GEOgraficointerativo1ComboTemasId").onchange.call(); |
| 675 | } | 671 | } |
| 676 | - }, idjanela + "i3GEOgraficointerativo1ComboTemas", "", false, "ligados", "font-size:12px;width:350px"); | 672 | + }, idjanela + "i3GEOgraficointerativo1ComboTemas", "", false, "ligados","font-size: 12px;"); |
| 677 | }, | 673 | }, |
| 678 | /** | 674 | /** |
| 679 | * Function: ativaTipo | 675 | * Function: ativaTipo |
| @@ -765,10 +761,10 @@ i3GEOF.graficointerativo1 = | @@ -765,10 +761,10 @@ i3GEOF.graficointerativo1 = | ||
| 765 | var temp = retorno.dados.replace(idjanela + "i3GEOgraficointerativo1ComboXid",idjanela + "i3GEOgraficointerativo1ComboYid"); | 761 | var temp = retorno.dados.replace(idjanela + "i3GEOgraficointerativo1ComboXid",idjanela + "i3GEOgraficointerativo1ComboYid"); |
| 766 | 762 | ||
| 767 | $i(idjanela + "i3GEOgraficointerativo1ComboY").innerHTML = | 763 | $i(idjanela + "i3GEOgraficointerativo1ComboY").innerHTML = |
| 768 | - "<div>" + temp + " <input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) | ||
| 769 | - + "' class=digitar type=text size=20 id='" + idjanela | ||
| 770 | - + "i3GEOgraficointerativo1ComboYidTitulo' value='' />" + " <input id='" + idjanela | ||
| 771 | - + "i3GEOgraficointerativo1ComboYidcor' class=digitar type=text size=8 value='' />" | 764 | + "<div>" + temp + " <div class=styled-select style='width:145px;float: right;' ><input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) |
| 765 | + + "' type=text id='" + idjanela | ||
| 766 | + + "i3GEOgraficointerativo1ComboYidTitulo' value='' /></div>" + "<div class='styled-select' style='width:80px;float: right;' ><input id='" + idjanela | ||
| 767 | + + "i3GEOgraficointerativo1ComboYidcor' title='cor' type='text' value='' /></div>" | ||
| 772 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" | 768 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" |
| 773 | + i3GEO.configura.locaplic + "/imagens/aquarela.gif' onclick='i3GEOF.graficointerativo1.corj(\"" + idjanela | 769 | + i3GEO.configura.locaplic + "/imagens/aquarela.gif' onclick='i3GEOF.graficointerativo1.corj(\"" + idjanela |
| 774 | + "i3GEOgraficointerativo1ComboYidcor\")' /></div>"; | 770 | + "i3GEOgraficointerativo1ComboYidcor\")' /></div>"; |
| @@ -776,9 +772,9 @@ i3GEOF.graficointerativo1 = | @@ -776,9 +772,9 @@ i3GEOF.graficointerativo1 = | ||
| 776 | //$i(idjanela + "i3GEOgraficointerativo1ComboXid").id = idjanela + "i3GEOgraficointerativo1ComboYid"; | 772 | //$i(idjanela + "i3GEOgraficointerativo1ComboXid").id = idjanela + "i3GEOgraficointerativo1ComboYid"; |
| 777 | //para escolher o item de X | 773 | //para escolher o item de X |
| 778 | $i(idjanela + "i3GEOgraficointerativo1ComboX").innerHTML = | 774 | $i(idjanela + "i3GEOgraficointerativo1ComboX").innerHTML = |
| 779 | - "<div>" + retorno.dados + " <input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) | ||
| 780 | - + "' class=digitar type=text size=20 id='" + idjanela | ||
| 781 | - + "i3GEOgraficointerativo1ComboXidTitulo' value='' /></div>"; | 775 | + "<div>" + retorno.dados + " <div class=styled-select style='width:240px;float: right;' ><input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) |
| 776 | + + "' type=text id='" + idjanela | ||
| 777 | + + "i3GEOgraficointerativo1ComboXidTitulo' value='' /></div></div>"; | ||
| 782 | 778 | ||
| 783 | $i(idjanela + "i3GEOgraficointerativo1ComboXid").style.width = "160px"; | 779 | $i(idjanela + "i3GEOgraficointerativo1ComboXid").style.width = "160px"; |
| 784 | if ($i(idjanela + "i3GEOgraficointerativo1ComboYid")) { | 780 | if ($i(idjanela + "i3GEOgraficointerativo1ComboYid")) { |
| @@ -787,9 +783,9 @@ i3GEOF.graficointerativo1 = | @@ -787,9 +783,9 @@ i3GEOF.graficointerativo1 = | ||
| 787 | function() { | 783 | function() { |
| 788 | var no = document.createElement("div"), id = "CorG" + parseInt(Math.random() * 100000, 10), novoselect; | 784 | var no = document.createElement("div"), id = "CorG" + parseInt(Math.random() * 100000, 10), novoselect; |
| 789 | no.innerHTML = | 785 | no.innerHTML = |
| 790 | - retorno.dados + " <input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) | ||
| 791 | - + "' class=digitar type=text size=20 value='' />" + " <input id='" + id | ||
| 792 | - + "' class=digitar type=text size=8 value='' />" | 786 | + retorno.dados + "<div class=styled-select style='width:145px;float: right;' ><input title='" + $trad(33, i3GEOF.graficointerativo1.dicionario) |
| 787 | + + "' type=text value='' /></div>" + " <div class=styled-select style='width:80px;float: right;' ><input id='" + id | ||
| 788 | + + "' type=text value='' title='cor' /></div>" | ||
| 793 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" | 789 | + "<img alt='aquarela.gif' style=position:relative;top:3px;left:3px;cursor:pointer src='" |
| 794 | + i3GEO.configura.locaplic | 790 | + i3GEO.configura.locaplic |
| 795 | + "/imagens/aquarela.gif' onclick='i3GEOF.graficointerativo1.corj(\"" + id + "\")' /><br>"; | 791 | + "/imagens/aquarela.gif' onclick='i3GEOF.graficointerativo1.corj(\"" + id + "\")' /><br>"; |
| @@ -797,6 +793,7 @@ i3GEOF.graficointerativo1 = | @@ -797,6 +793,7 @@ i3GEOF.graficointerativo1 = | ||
| 797 | novoselect.id = ""; | 793 | novoselect.id = ""; |
| 798 | novoselect.onchange = adicionaFilho; | 794 | novoselect.onchange = adicionaFilho; |
| 799 | novoselect.style.width = "160px"; | 795 | novoselect.style.width = "160px"; |
| 796 | + $i(idjanela + "i3GEOgraficointerativo1ComboY").appendChild(document.createElement("br")); | ||
| 800 | $i(idjanela + "i3GEOgraficointerativo1ComboY").appendChild(no); | 797 | $i(idjanela + "i3GEOgraficointerativo1ComboY").appendChild(no); |
| 801 | }; | 798 | }; |
| 802 | $i(idjanela + "i3GEOgraficointerativo1ComboYid").onchange = adicionaFilho; | 799 | $i(idjanela + "i3GEOgraficointerativo1ComboYid").onchange = adicionaFilho; |
ferramentas/graficointerativo1/template_mst.html
| 1 | <div id='{{{idjanela}}}i3GEOgraficointerativo1guiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | 1 | <div id='{{{idjanela}}}i3GEOgraficointerativo1guiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> |
| 2 | <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | 2 | <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> |
| 3 | - <li><div id='{{{idjanela}}}i3GEOgraficointerativo1guia3' style='text-align: center; left: 0px;'> | ||
| 4 | - <a><em><img class='ticPropriedades2' style='height: 14px' title='{{{prop}}}' | ||
| 5 | - src='{{{locaplic}}}/imagens/visual/default/branco.gif'></em> </a> | ||
| 6 | - </div></li> | ||
| 7 | - <li><div id='{{{idjanela}}}i3GEOgraficointerativo1guia1' style='text-align: center; left: 0px;'> | ||
| 8 | - <a><em>{{{tipo}}}</em></a> | ||
| 9 | - </div></li> | ||
| 10 | - <li><div id='{{{idjanela}}}i3GEOgraficointerativo1guia2' style='text-align: center; left: 0px;'> | ||
| 11 | - <a><em>{{{dados}}}</em></a> | ||
| 12 | - </div></li> | ||
| 13 | - <li><div id='{{{idjanela}}}i3GEOgraficointerativo1guia4' style='text-align: center; left: 0px;'> | ||
| 14 | - <a><em>{{{grafico}}}</em></a> | ||
| 15 | - </div></li> | ||
| 16 | - <li><div id='{{{idjanela}}}i3GEOgraficointerativo1guia5' style='text-align: center; left: 0px;'> | ||
| 17 | - <a><em>CSV</em></a> | ||
| 18 | - </div></li> | ||
| 19 | - <li><div id='{{{idjanela}}}i3GEOgraficointerativo1guia6' style='text-align: center; left: 0px;'> | ||
| 20 | - <a><em>PNG</em></a> | ||
| 21 | - </div></li> | 3 | + <li> |
| 4 | + <div id='{{{idjanela}}}i3GEOgraficointerativo1guia3' style='text-align: center; left: 0px;'> | ||
| 5 | + <a> | ||
| 6 | + <em><img class='ticPropriedades2' style='height: 14px' title='{{{prop}}}' src='{{{locaplic}}}/imagens/visual/default/branco.gif'></em> | ||
| 7 | + </a> | ||
| 8 | + </div> | ||
| 9 | + </li> | ||
| 10 | + <li> | ||
| 11 | + <div id='{{{idjanela}}}i3GEOgraficointerativo1guia1' style='text-align: center; left: 0px;'> | ||
| 12 | + <a> | ||
| 13 | + <em>{{{tipo}}}</em> | ||
| 14 | + </a> | ||
| 15 | + </div> | ||
| 16 | + </li> | ||
| 17 | + <li> | ||
| 18 | + <div id='{{{idjanela}}}i3GEOgraficointerativo1guia2' style='text-align: center; left: 0px;'> | ||
| 19 | + <a> | ||
| 20 | + <em>{{{dados}}}</em> | ||
| 21 | + </a> | ||
| 22 | + </div> | ||
| 23 | + </li> | ||
| 24 | + <li> | ||
| 25 | + <div id='{{{idjanela}}}i3GEOgraficointerativo1guia4' style='text-align: center; left: 0px;'> | ||
| 26 | + <a> | ||
| 27 | + <em>{{{grafico}}}</em> | ||
| 28 | + </a> | ||
| 29 | + </div> | ||
| 30 | + </li> | ||
| 31 | + <li> | ||
| 32 | + <div id='{{{idjanela}}}i3GEOgraficointerativo1guia5' style='text-align: center; left: 0px;'> | ||
| 33 | + <a> | ||
| 34 | + <em>CSV</em> | ||
| 35 | + </a> | ||
| 36 | + </div> | ||
| 37 | + </li> | ||
| 38 | + <li> | ||
| 39 | + <div id='{{{idjanela}}}i3GEOgraficointerativo1guia6' style='text-align: center; left: 0px;'> | ||
| 40 | + <a> | ||
| 41 | + <em>PNG</em> | ||
| 42 | + </a> | ||
| 43 | + </div> | ||
| 44 | + </li> | ||
| 22 | </ul> | 45 | </ul> |
| 23 | </div> | 46 | </div> |
| 24 | <br> | 47 | <br> |
| 25 | -<div class=guiaobj id='{{{idjanela}}}i3GEOgraficointerativo1guia1obj' style='left: 1px; display: none;'> | ||
| 26 | - <p class=paragrafo>{{{escolhatipo}}} :</p> | ||
| 27 | - <table class=lista6> | 48 | +<div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia1obj' style='left: 1px; display: none;'> |
| 49 | + <p class='paragrafo'>{{{escolhatipo}}} :</p> | ||
| 50 | + <table class='lista6'> | ||
| 28 | <tr> | 51 | <tr> |
| 29 | - <td><img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-pie-icon.png' /></td> | ||
| 30 | - <td><input type=radio onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='pizza_1' name='tipoGrafico' | ||
| 31 | - style='border: 0px solid white; cursor: pointer'></td> | 52 | + <td> |
| 53 | + <img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-pie-icon.png' /> | ||
| 54 | + </td> | ||
| 55 | + <td> | ||
| 56 | + <input type='radio' onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='pizza_1' name='tipoGrafico' style='border: 0px solid white; cursor: pointer'> | ||
| 57 | + </td> | ||
| 32 | <td>{{{pizza2d}}}</td> | 58 | <td>{{{pizza2d}}}</td> |
| 33 | </tr> | 59 | </tr> |
| 34 | <tr> | 60 | <tr> |
| 35 | <td> </td> | 61 | <td> </td> |
| 36 | </tr> | 62 | </tr> |
| 37 | <tr> | 63 | <tr> |
| 38 | - <td><img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-area-stacked-icon.png' /></td> | ||
| 39 | - <td><input type=radio onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='area_1' name='tipoGrafico' | ||
| 40 | - style='border: 0px solid white; cursor: pointer'></td> | 64 | + <td> |
| 65 | + <img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-area-stacked-icon.png' /> | ||
| 66 | + </td> | ||
| 67 | + <td> | ||
| 68 | + <input type='radio' onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='area_1' name='tipoGrafico' style='border: 0px solid white; cursor: pointer'> | ||
| 69 | + </td> | ||
| 41 | <td>{{{areasimp}}}</td> | 70 | <td>{{{areasimp}}}</td> |
| 42 | </tr> | 71 | </tr> |
| 43 | <tr> | 72 | <tr> |
| 44 | <td> </td> | 73 | <td> </td> |
| 45 | </tr> | 74 | </tr> |
| 46 | <tr> | 75 | <tr> |
| 47 | - <td><img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-scatter-icon.png' /></td> | ||
| 48 | - <td><input type=radio onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='ponto_1' name='tipoGrafico' | ||
| 49 | - style='border: 0px solid white; cursor: pointer'></td> | 76 | + <td> |
| 77 | + <img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-scatter-icon.png' /> | ||
| 78 | + </td> | ||
| 79 | + <td> | ||
| 80 | + <input type='radio' onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='ponto_1' name='tipoGrafico' style='border: 0px solid white; cursor: pointer'> | ||
| 81 | + </td> | ||
| 50 | <td>{{{distpt}}}</td> | 82 | <td>{{{distpt}}}</td> |
| 51 | </tr> | 83 | </tr> |
| 52 | <tr> | 84 | <tr> |
| 53 | <td> </td> | 85 | <td> </td> |
| 54 | </tr> | 86 | </tr> |
| 55 | <tr> | 87 | <tr> |
| 56 | - <td><img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-line-stacked-icon.png' /></td> | ||
| 57 | - <td><input type=radio onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='linha_1' name='tipoGrafico' | ||
| 58 | - style='border: 0px solid white; cursor: pointer'></td> | 88 | + <td> |
| 89 | + <img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-line-stacked-icon.png' /> | ||
| 90 | + </td> | ||
| 91 | + <td> | ||
| 92 | + <input type='radio' onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='linha_1' name='tipoGrafico' style='border: 0px solid white; cursor: pointer'> | ||
| 93 | + </td> | ||
| 59 | <td>{{{linhassimp}}}</td> | 94 | <td>{{{linhassimp}}}</td> |
| 60 | </tr> | 95 | </tr> |
| 61 | <tr> | 96 | <tr> |
| 62 | <td> </td> | 97 | <td> </td> |
| 63 | </tr> | 98 | </tr> |
| 64 | <tr> | 99 | <tr> |
| 65 | - <td><img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-bar-icon-t.png' /></td> | ||
| 66 | - <td><input type=radio onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='arvore_1' name='tipoGrafico' | ||
| 67 | - style='border: 0px solid white; cursor: pointer'></td> | 100 | + <td> |
| 101 | + <img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-bar-icon-t.png' /> | ||
| 102 | + </td> | ||
| 103 | + <td> | ||
| 104 | + <input type='radio' onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='arvore_1' name='tipoGrafico' style='border: 0px solid white; cursor: pointer'> | ||
| 105 | + </td> | ||
| 68 | <td>{{{arvore}}}</td> | 106 | <td>{{{arvore}}}</td> |
| 69 | </tr> | 107 | </tr> |
| 70 | <tr> | 108 | <tr> |
| 71 | <td> </td> | 109 | <td> </td> |
| 72 | </tr> | 110 | </tr> |
| 73 | <tr> | 111 | <tr> |
| 74 | - <td><img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-bar-icon.png' /></td> | ||
| 75 | - <td><input type=radio onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='bar_1' name='tipoGrafico' | ||
| 76 | - style='border: 0px solid white; cursor: pointer'></td> | 112 | + <td> |
| 113 | + <img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-bar-icon.png' /> | ||
| 114 | + </td> | ||
| 115 | + <td> | ||
| 116 | + <input type='radio' onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='bar_1' name='tipoGrafico' style='border: 0px solid white; cursor: pointer'> | ||
| 117 | + </td> | ||
| 77 | <td>{{{barrasv}}}</td> | 118 | <td>{{{barrasv}}}</td> |
| 78 | </tr> | 119 | </tr> |
| 79 | <tr> | 120 | <tr> |
| 80 | <td> </td> | 121 | <td> </td> |
| 81 | </tr> | 122 | </tr> |
| 82 | <tr> | 123 | <tr> |
| 83 | - <td><img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-bar-icon-h.png' /></td> | ||
| 84 | - <td><input type=radio onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='bar_2' name='tipoGrafico' | ||
| 85 | - style='border: 0px solid white; cursor: pointer'></td> | 124 | + <td> |
| 125 | + <img style='cursor: text;' src='{{{locaplic}}}/imagens/oxygen/22x22/Actions-office-chart-bar-icon-h.png' /> | ||
| 126 | + </td> | ||
| 127 | + <td> | ||
| 128 | + <input type='radio' onclick='i3GEOF.graficointerativo1.ativaTipo(this,{{{idjanelaA}}})' value='bar_2' name='tipoGrafico' style='border: 0px solid white; cursor: pointer'> | ||
| 129 | + </td> | ||
| 86 | <td>{{{barrash}}}</td> | 130 | <td>{{{barrash}}}</td> |
| 87 | </tr> | 131 | </tr> |
| 88 | </table> | 132 | </table> |
| 89 | </div> | 133 | </div> |
| 90 | -<div class=guiaobj id='{{{idjanela}}}i3GEOgraficointerativo1guia2obj' style='left: 1px; display: none; top: -5px'> | ||
| 91 | - <p class=paragrafo>{{{configgr}}} :</p> | ||
| 92 | - <p class=paragrafo>{{{tema}}} :</p> | ||
| 93 | - <div class=paragrafo id='{{{idjanela}}}i3GEOgraficointerativo1ComboTemas'></div> | ||
| 94 | - <p class=paragrafo> | ||
| 95 | - {{{titulo}}} :<br> {{{i3GEOgraficointerativo1Titulo}}} | ||
| 96 | - <p class=paragrafo> | ||
| 97 | - {{{titux}}} :<br> {{{i3GEOgraficointerativo1TituloX}}} | ||
| 98 | - <p class=paragrafo> | ||
| 99 | - {{{tituy}}} :<br> {{{i3GEOgraficointerativo1TituloY}}} | ||
| 100 | - <div class=paragrafo id=' {{{idjanela}}}i3GEOgraficointerativo1ComboXlinha'> | ||
| 101 | - <p class=paragrafo>{{{itemcx}}} :</p> | ||
| 102 | - <div class=paragrafo id='{{{idjanela}}}i3GEOgraficointerativo1ComboX'></div> | 134 | +<div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia2obj' style='left: 1px; display: none; top: -5px'> |
| 135 | + <p class='paragrafo'>{{{configgr}}} :</p> | ||
| 136 | + <p class='paragrafo'>{{{tema}}} :</p> | ||
| 137 | + <div class='styled-select' id='{{{idjanela}}}i3GEOgraficointerativo1ComboTemas'></div> | ||
| 138 | + <br> | ||
| 139 | + <p class='paragrafo'>{{{titulo}}} : | ||
| 140 | + <div class='styled-select'> | ||
| 141 | + <input style='cursor: pointer;' value='' type='text' id='{{{idjanela}}}i3GEOgraficointerativo1Titulo' /> | ||
| 142 | + </div> | ||
| 143 | + <br> | ||
| 144 | + <p class='paragrafo'>{{{titux}}} : | ||
| 145 | + <div class='styled-select'> | ||
| 146 | + <input style='cursor: pointer;' value='' type='text' id='{{{idjanela}}}i3GEOgraficointerativo1TituloX' /> | ||
| 147 | + </div> | ||
| 148 | + <br> | ||
| 149 | + <p class='paragrafo'> | ||
| 150 | + {{{tituy}}} :<br> | ||
| 151 | + <div class='styled-select'> | ||
| 152 | + <input style='cursor: pointer;' value='' type='text' id='{{{idjanela}}}i3GEOgraficointerativo1TituloY' /> | ||
| 153 | + </div> | ||
| 154 | + <br> | ||
| 155 | + <div class='paragrafo' id=' {{{idjanela}}}i3GEOgraficointerativo1ComboXlinha'> | ||
| 156 | + <p class='paragrafo'>{{{itemcx}}} :</p> | ||
| 157 | + <div class='paragrafo' id='{{{idjanela}}}i3GEOgraficointerativo1ComboX'></div> | ||
| 103 | </div> | 158 | </div> |
| 104 | <div id='{{{idjanela}}}i3GEOgraficointerativo1ComboYlinha' style='display: block'> | 159 | <div id='{{{idjanela}}}i3GEOgraficointerativo1ComboYlinha' style='display: block'> |
| 105 | - <p class=paragrafo>{{{itemcy}}} :</p> | ||
| 106 | - <div class=paragrafo id='{{{idjanela}}}i3GEOgraficointerativo1ComboY'></div> | 160 | + <p class='paragrafo'>{{{itemcy}}} :</p> |
| 161 | + <div class='paragrafo' id='{{{idjanela}}}i3GEOgraficointerativo1ComboY'></div> | ||
| 162 | + </div> | ||
| 163 | + <p class='paragrafo'>{{{excluirval}}} : | ||
| 164 | + <div class='styled-select'> | ||
| 165 | + <input style='cursor: pointer;' value='0' type='text' id='{{{idjanela}}}i3GEOgraficointerativo1excluir' /> | ||
| 107 | </div> | 166 | </div> |
| 108 | - <p class=paragrafo>{{{excluirval}}} : {{{i3GEOgraficointerativo1excluir}}} | ||
| 109 | - <p class=paragrafo> | 167 | + <br> |
| 168 | + <p class='paragrafo'> | ||
| 110 | <input type=checkbox style='cursor: pointer; top: 3px; position: relative;' id='{{{idjanela}}}i3GEOgraficointerativo1CoresA' /> | 169 | <input type=checkbox style='cursor: pointer; top: 3px; position: relative;' id='{{{idjanela}}}i3GEOgraficointerativo1CoresA' /> |
| 111 | - {{{geracor}}} | 170 | + <label>{{{geracor}}}</label> |
| 112 | </p> | 171 | </p> |
| 113 | - <p class=paragrafo> | 172 | + <p class='paragrafo'> |
| 114 | <input id='{{{idjanela}}}i3GEOgraficointerativo1botao1' type='button' value='{{{obterdados}}}' /> | 173 | <input id='{{{idjanela}}}i3GEOgraficointerativo1botao1' type='button' value='{{{obterdados}}}' /> |
| 115 | </p> | 174 | </p> |
| 116 | <div id='{{{idjanela}}}i3GEOgraficointerativo1Dados'></div> | 175 | <div id='{{{idjanela}}}i3GEOgraficointerativo1Dados'></div> |
| 117 | - <div class=paragrafo id='{{{idjanela}}}i3GEOgraficointerativo1AjudaPizza'>{{{seescolher}}}</div> | 176 | + <div class='paragrafo' id='{{{idjanela}}}i3GEOgraficointerativo1AjudaPizza'>{{{seescolher}}}</div> |
| 118 | </div> | 177 | </div> |
| 119 | -<div class=guiaobj id='{{{idjanela}}}i3GEOgraficointerativo1guia3obj' style='left: 1px; display: none; top: -5px'> | ||
| 120 | - <p class=paragrafo> | ||
| 121 | - <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1xInclinado' checked /> {{{inclinax}}} | 178 | +<div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia3obj' style='left: 1px; display: none; top: -5px'> |
| 179 | + <p class='paragrafo'> | ||
| 180 | + <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1xInclinado' checked /> | ||
| 181 | + <label>{{{inclinax}}}</label> | ||
| 122 | </p> | 182 | </p> |
| 123 | - <p class=paragrafo> | ||
| 124 | - <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1AdLinhas' checked /> {{{adlinbarras}}} | 183 | + <p class='paragrafo'> |
| 184 | + <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1AdLinhas' checked /> | ||
| 185 | + <label>{{{adlinbarras}}}</label> | ||
| 125 | </p> | 186 | </p> |
| 126 | - <p class=paragrafo> | ||
| 127 | - <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1Acumula' /> {{{utilizvalacum}}} | 187 | + <p class='paragrafo'> |
| 188 | + <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1Acumula' /> | ||
| 189 | + <label>{{{utilizvalacum}}}</label> | ||
| 128 | </p> | 190 | </p> |
| 129 | - <p class=paragrafo> | ||
| 130 | - <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1Relativa' /> {{{utilizvalrelat}}} (%) | 191 | + <p class='paragrafo'> |
| 192 | + <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1Relativa' /> | ||
| 193 | + <label>{{{utilizvalrelat}}} (%)</label> | ||
| 131 | </p> | 194 | </p> |
| 132 | - <p class=paragrafo> | ||
| 133 | - <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1OrdenaX' checked /> {{{ordenax}}} | 195 | + <p class='paragrafo'> |
| 196 | + <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1OrdenaX' checked /> | ||
| 197 | + <label>{{{ordenax}}}</label> | ||
| 134 | </p> | 198 | </p> |
| 135 | - <p class=paragrafo> | ||
| 136 | - <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1DadosPuros' /> {{{naoprocessa}}} | 199 | + <p class='paragrafo'> |
| 200 | + <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1DadosPuros' /> | ||
| 201 | + <label>{{{naoprocessa}}}</label> | ||
| 137 | </p> | 202 | </p> |
| 138 | - <p class=paragrafo> | ||
| 139 | - <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOFgraficointerativo1ativaStacked' /> {{{stacked}}} | 203 | + <p class='paragrafo'> |
| 204 | + <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOFgraficointerativo1ativaStacked' /> | ||
| 205 | + <label>{{{stacked}}}</label> | ||
| 140 | </p> | 206 | </p> |
| 141 | - <p class=paragrafo> | ||
| 142 | - <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOFgraficointerativo1ativaRowsInColumns' /> {{{linhasnascols}}} | 207 | + <p class='paragrafo'> |
| 208 | + <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOFgraficointerativo1ativaRowsInColumns' /> | ||
| 209 | + <label>{{{linhasnascols}}}</label> | ||
| 143 | </p> | 210 | </p> |
| 144 | - <p class=paragrafo> | ||
| 145 | - <select onchange='i3GEOF.graficointerativo1.obterDados()' id='{{{idjanela}}}i3GEOgraficointerativo1TipoAgregacao'><option | ||
| 146 | - value='soma'>{{{soma}}}</option> | 211 | + <p class='paragrafo'>{{{tipoagregay}}}</p> |
| 212 | + <div class='styled-select'> | ||
| 213 | + <select onchange='i3GEOF.graficointerativo1.obterDados()' id='{{{idjanela}}}i3GEOgraficointerativo1TipoAgregacao'><option value='soma'>{{{soma}}}</option> | ||
| 147 | <option value='media'>{{{media}}}</option> | 214 | <option value='media'>{{{media}}}</option> |
| 148 | - </select>{{{tipoagregay}}} | ||
| 149 | - </p> | ||
| 150 | - <p class=paragrafo> | ||
| 151 | - <input style='cursor: pointer; width: 50px;' value=0 type=text id='{{{idjanela}}}i3GEOgraficointerativo1FatorTamanho' /> | ||
| 152 | - {{{fatcalclarg}}} | ||
| 153 | - </p> | 215 | + </select> |
| 216 | + </div> | ||
| 217 | + <br> | ||
| 218 | + <p class='paragrafo'>{{{fatcalclarg}}}</p> | ||
| 219 | + <div class='styled-select'> | ||
| 220 | + <input style='cursor: pointer;' value='0' type='text' id='{{{idjanela}}}i3GEOgraficointerativo1FatorTamanho' /> | ||
| 221 | + </div> | ||
| 222 | + | ||
| 223 | + | ||
| 154 | </div> | 224 | </div> |
| 155 | -<div class=guiaobj id='{{{idjanela}}}i3GEOgraficointerativo1guia4obj' style='left: 1px; display: none; top: -10px'> | ||
| 156 | - <a style='position: absolute; left: 50px;' href='#' onclick='i3GEOF.graficointerativo1.novaJanela()'> {{{janelasep}}} </a> <img | ||
| 157 | - onclick='i3GEOF.graficointerativo1.alteraFatorPixelMenos({{{idjanelaA}}})' style='position: absolute;' | ||
| 158 | - src='{{{locaplic}}}/imagens/player_volta.png' /> <img onclick='i3GEOF.graficointerativo1.alteraFatorPixelMais({{{idjanelaA}}})' | ||
| 159 | - style='position: absolute; left: 20px;' src='{{{locaplic}}}/imagens/player_avanca.png' /> | 225 | +<div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia4obj' style='left: 1px; display: none; top: -10px'> |
| 226 | + <a style='position: absolute; left: 50px;' href='#' onclick='i3GEOF.graficointerativo1.novaJanela()'> {{{janelasep}}} </a> | ||
| 227 | + <img onclick='i3GEOF.graficointerativo1.alteraFatorPixelMenos({{{idjanelaA}}})' style='position: absolute;' src='{{{locaplic}}}/imagens/player_volta.png' /> | ||
| 228 | + <img onclick='i3GEOF.graficointerativo1.alteraFatorPixelMais({{{idjanelaA}}})' style='position: absolute; left: 20px;' src='{{{locaplic}}}/imagens/player_avanca.png' /> | ||
| 160 | <div id='{{{idjanela}}}i3GEOgraficointerativo1guia4objCanvas' style='top: 15px;'></div> | 229 | <div id='{{{idjanela}}}i3GEOgraficointerativo1guia4objCanvas' style='top: 15px;'></div> |
| 161 | </div> | 230 | </div> |
| 162 | -<div class=guiaobj id='{{{idjanela}}}i3GEOgraficointerativo1guia5obj' style='font-size: 10px; left: 10px; display: none; top: -0px'></div> | ||
| 163 | -<div class=guiaobj id='{{{idjanela}}}i3GEOgraficointerativo1guia6obj' style='font-size: 10px; left: 10px; display: none; top: -0px'> | 231 | +<div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia5obj' style='font-size: 10px; left: 10px; display: none; top: -0px'></div> |
| 232 | +<div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia6obj' style='font-size: 10px; left: 10px; display: none; top: -0px'> | ||
| 164 | <form method=post action='{{{locaplic}}}/pacotes/svg2img.php' id='{{{idjanela}}}i3GEOgraficointerativo1PNG' target='_blank'> | 233 | <form method=post action='{{{locaplic}}}/pacotes/svg2img.php' id='{{{idjanela}}}i3GEOgraficointerativo1PNG' target='_blank'> |
| 165 | <input type=hidden name='svg' value='' /> | 234 | <input type=hidden name='svg' value='' /> |
| 166 | </form> | 235 | </form> |
ferramentas/tabela/template_mst.html
| 1 | <div id='{{{idjanela}}}' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | 1 | <div id='{{{idjanela}}}' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> |
| 2 | <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> | 2 | <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> |
| 3 | - <li><div id='{{{idjanela}}}i3GEOtabelaguia6' style='text-align: center; left: 0px;'> | ||
| 4 | - <a><em><img class='ticPropriedades2' style='height: 14px' title='{{{propriedades}}}' | ||
| 5 | - src='{{{locaplic}}}/imagens/visual/default/branco.gif'></em></a> | ||
| 6 | - </div></li> | ||
| 7 | - <li><div id='{{{idjanela}}}i3GEOtabelaguia1' style='text-align: center; left: 0px;'> | ||
| 8 | - <a><em>{{{registros}}}</em></a> | ||
| 9 | - </div></li> | ||
| 10 | - <li><div id='{{{idjanela}}}i3GEOtabelaguia3' style='text-align: center; left: 0px;'> | ||
| 11 | - <a><em>{{{estatisticas}}}</em></a> | ||
| 12 | - </div></li> | ||
| 13 | - <li><div id='{{{idjanela}}}i3GEOtabelaguia5' style='text-align: center; left: 0px;'> | ||
| 14 | - <a><em>{{{relat}}}</em></a> | ||
| 15 | - </div></li> | 3 | + <li> |
| 4 | + <div id='{{{idjanela}}}i3GEOtabelaguia6' style='text-align: center; left: 0px;'> | ||
| 5 | + <a> | ||
| 6 | + <em><img class='ticPropriedades2' style='height: 14px' title='{{{propriedades}}}' src='{{{locaplic}}}/imagens/visual/default/branco.gif'></em> | ||
| 7 | + </a> | ||
| 8 | + </div> | ||
| 9 | + </li> | ||
| 10 | + <li> | ||
| 11 | + <div id='{{{idjanela}}}i3GEOtabelaguia1' style='text-align: center; left: 0px;'> | ||
| 12 | + <a> | ||
| 13 | + <em>{{{registros}}}</em> | ||
| 14 | + </a> | ||
| 15 | + </div> | ||
| 16 | + </li> | ||
| 17 | + <li> | ||
| 18 | + <div id='{{{idjanela}}}i3GEOtabelaguia3' style='text-align: center; left: 0px;'> | ||
| 19 | + <a> | ||
| 20 | + <em>{{{estatisticas}}}</em> | ||
| 21 | + </a> | ||
| 22 | + </div> | ||
| 23 | + </li> | ||
| 24 | + <li> | ||
| 25 | + <div id='{{{idjanela}}}i3GEOtabelaguia5' style='text-align: center; left: 0px;'> | ||
| 26 | + <a> | ||
| 27 | + <em>{{{relat}}}</em> | ||
| 28 | + </a> | ||
| 29 | + </div> | ||
| 30 | + </li> | ||
| 16 | </ul> | 31 | </ul> |
| 17 | </div> | 32 | </div> |
| 18 | <br> | 33 | <br> |
| @@ -20,15 +35,21 @@ | @@ -20,15 +35,21 @@ | ||
| 20 | <div id='{{{idjanela}}}i3GEOtabelaguia6obj' style='width: 99%'> | 35 | <div id='{{{idjanela}}}i3GEOtabelaguia6obj' style='width: 99%'> |
| 21 | <table summary='' class='lista2'> | 36 | <table summary='' class='lista2'> |
| 22 | <tr> | 37 | <tr> |
| 23 | - <td><input style='cursor: pointer; border: 0px solid white;' onclick='i3GEOF.tabela.pegaRegistros({{{idjanelaA}}})' type='checkbox' | ||
| 24 | - id='{{{idjanela}}} | ||
| 25 | - i3GEOtabelatipolista' /></td> | ||
| 26 | - <td><span class='paragrafo'>{{{atuatab}}}</span></td> | 38 | + <td> |
| 39 | + <input style='cursor: pointer; border: 0px solid white;' onclick='i3GEOF.tabela.pegaRegistros({{{idjanelaA}}})' type='checkbox' id='{{{idjanela}}} | ||
| 40 | + i3GEOtabelatipolista' /> | ||
| 41 | + </td> | ||
| 42 | + <td> | ||
| 43 | + <span class='paragrafo'>{{{atuatab}}}</span> | ||
| 44 | + </td> | ||
| 27 | </tr> | 45 | </tr> |
| 28 | <tr> | 46 | <tr> |
| 29 | - <td><input style='cursor: pointer; border: 0px solid white;' onclick='i3GEOF.tabela.pegaRegistros({{{idjanelaA}}})' type='checkbox' | ||
| 30 | - id='{{{idjanela}}}i3GEOtabelalegenda' /></td> | ||
| 31 | - <td><span class='paragrafo'>{{{colleg}}}</span></td> | 47 | + <td> |
| 48 | + <input style='cursor: pointer; border: 0px solid white;' onclick='i3GEOF.tabela.pegaRegistros({{{idjanelaA}}})' type='checkbox' id='{{{idjanela}}}i3GEOtabelalegenda' /> | ||
| 49 | + </td> | ||
| 50 | + <td> | ||
| 51 | + <span class='paragrafo'>{{{colleg}}}</span> | ||
| 52 | + </td> | ||
| 32 | </tr> | 53 | </tr> |
| 33 | </table> | 54 | </table> |
| 34 | </div> | 55 | </div> |
| @@ -40,15 +61,15 @@ | @@ -40,15 +61,15 @@ | ||
| 40 | <input title='{{{criatemasel}}}' id='{{{idjanela}}}i3GEOtabelabotao6' size='30' type='button' value='{{{criatema}}}' /> | 61 | <input title='{{{criatemasel}}}' id='{{{idjanela}}}i3GEOtabelabotao6' size='30' type='button' value='{{{criatema}}}' /> |
| 41 | <input id='{{{idjanela}}}i3GEOtabelaGraficoI' type='button' value='{{{grafico}}}' /> | 62 | <input id='{{{idjanela}}}i3GEOtabelaGraficoI' type='button' value='{{{grafico}}}' /> |
| 42 | <input title='{{{vinctab}}}' id='{{{idjanela}}}i3GEOtabelabotaoVinculos' size='30' type='button' value='{{{vinculos}}}' /> | 63 | <input title='{{{vinctab}}}' id='{{{idjanela}}}i3GEOtabelabotaoVinculos' size='30' type='button' value='{{{vinculos}}}' /> |
| 43 | - <div id='{{{idjanela}}}i3GEOtabelacontador' | ||
| 44 | - style='background-color: rgb(240, 240, 240); width: 100%; position: relative; top: 15px; left: 0px; text-align: left; height: 25px;'> | ||
| 45 | - {{{de}}} <img style='cursor: pointer' onclick='i3GEOF.tabela.menos({{{idjanelaA}}})' src=' | 64 | + <div id='{{{idjanela}}}i3GEOtabelacontador' style='background-color: rgb(240, 240, 240); width: 100%; position: relative; top: 15px; left: 0px; text-align: left; height: 25px;'> |
| 65 | + {{{de}}} | ||
| 66 | + <img style='cursor: pointer' onclick='i3GEOF.tabela.menos({{{idjanelaA}}})' src=' | ||
| 46 | {{{locaplic}}}/imagens/minus.gif' /> | 67 | {{{locaplic}}}/imagens/minus.gif' /> |
| 47 | - {{{ini}}} {{{ate}}} <img style='cursor: pointer' onclick='i3GEOF.tabela.mais({{{idjanelaA}}})' | ||
| 48 | - src='{{{locaplic}}}/imagens/plus.gif' /> {{{fim}}} <img title='{{{vertodos}}}' style='cursor: pointer; position: relative;' | ||
| 49 | - onclick='i3GEOF.tabela.todos({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/dot.gif' /> | ||
| 50 | - <input title='{{{atuareg}}}' id='{{{idjanela}}}i3GEOtabelabotaoLista' size='25' style='position: relative;' type='button' | ||
| 51 | - value='{{{listar}}}' /> | 68 | + {{{ini}}} {{{ate}}} |
| 69 | + <img style='cursor: pointer' onclick='i3GEOF.tabela.mais({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/plus.gif' /> | ||
| 70 | + {{{fim}}} | ||
| 71 | + <img title='{{{vertodos}}}' style='cursor: pointer; position: relative;' onclick='i3GEOF.tabela.todos({{{idjanelaA}}})' src='{{{locaplic}}}/imagens/dot.gif' /> | ||
| 72 | + <input title='{{{atuareg}}}' id='{{{idjanela}}}i3GEOtabelabotaoLista' size='25' style='position: relative;' type='button' value='{{{listar}}}' /> | ||
| 52 | </div> | 73 | </div> |
| 53 | <div id='{{{idjanela}}}i3GEOtabelaregistros' style='position: relative; top: 20px; left: 0px; text-align: left;'></div> | 74 | <div id='{{{idjanela}}}i3GEOtabelaregistros' style='position: relative; top: 20px; left: 0px; text-align: left;'></div> |
| 54 | </div> | 75 | </div> |
| @@ -98,8 +119,7 @@ | @@ -98,8 +119,7 @@ | ||
| 98 | <p class='paragrafo'> | 119 | <p class='paragrafo'> |
| 99 | <input id='{{{idjanela}}}i3GEOtabelabotao7' size='30' type='button' value='{{{relat}}}' /> | 120 | <input id='{{{idjanela}}}i3GEOtabelabotao7' size='30' type='button' value='{{{relat}}}' /> |
| 100 | <input id='{{{idjanela}}}i3GEOtabelabotao5' size='25' type='button' value='{{{relattext}}}' /> | 121 | <input id='{{{idjanela}}}i3GEOtabelabotao5' size='25' type='button' value='{{{relattext}}}' /> |
| 101 | - <form method='post' style='display: none' id='{{{idjanela}}}i3GEOtabelarelatorio' action='{{{locaplic}}}/ferramentas/tabela/relatorio.php' | ||
| 102 | - target='_blank'> | 122 | + <form method='post' style='display: none' id='{{{idjanela}}}i3GEOtabelarelatorio' action='{{{locaplic}}}/ferramentas/tabela/relatorio.php' target='_blank'> |
| 103 | <input type='hidden' id='{{{idjanela}}}i3GEOtabelaarearelh' name='arearel' value='nao' /> | 123 | <input type='hidden' id='{{{idjanela}}}i3GEOtabelaarearelh' name='arearel' value='nao' /> |
| 104 | <input type='hidden' id='{{{idjanela}}}i3GEOtabelastatrelh' name='statrel' value='nao' /> | 124 | <input type='hidden' id='{{{idjanela}}}i3GEOtabelastatrelh' name='statrel' value='nao' /> |
| 105 | <input type='hidden' id='{{{idjanela}}}i3GEOtabelatemarelh' name='temarel' value='' /> | 125 | <input type='hidden' id='{{{idjanela}}}i3GEOtabelatemarelh' name='temarel' value='' /> |