Commit 3ceea648bdb93418eacb6c028448478e4c74d305
1 parent
e2fb1259
Exists in
master
and in
7 other branches
Ajustes nos estilos
Showing
4 changed files
with
50 additions
and
48 deletions
Show diff stats
ferramentas/graficointerativo1/template_mst.html
| 1 | +<!-- Guias --> | ||
| 1 | <div id='{{{idjanela}}}i3GEOgraficointerativo1guiasYUI' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | 2 | <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;'> | 3 | <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> |
| 3 | <li> | 4 | <li> |
| @@ -45,8 +46,11 @@ | @@ -45,8 +46,11 @@ | ||
| 45 | </ul> | 46 | </ul> |
| 46 | </div> | 47 | </div> |
| 47 | <br> | 48 | <br> |
| 49 | +<!-- Guia com a lista de tipos de graficos --> | ||
| 48 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia1obj' style='left: 1px; display: none;'> | 50 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia1obj' style='left: 1px; display: none;'> |
| 49 | - <p class='paragrafo'>{{{escolhatipo}}} :</p> | 51 | + <p class='paragrafo'> |
| 52 | + <b>{{{escolhatipo}}} :</b> | ||
| 53 | + </p> | ||
| 50 | <table class='lista6'> | 54 | <table class='lista6'> |
| 51 | <tr> | 55 | <tr> |
| 52 | <td> | 56 | <td> |
| @@ -131,8 +135,11 @@ | @@ -131,8 +135,11 @@ | ||
| 131 | </tr> | 135 | </tr> |
| 132 | </table> | 136 | </table> |
| 133 | </div> | 137 | </div> |
| 138 | +<!-- Dados para o grafico --> | ||
| 134 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia2obj' style='left: 1px; display: none; top: -5px'> | 139 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia2obj' style='left: 1px; display: none; top: -5px'> |
| 135 | - <p class='paragrafo'>{{{configgr}}} :</p> | 140 | + <p class='paragrafo'> |
| 141 | + <b>{{{configgr}}}</b> | ||
| 142 | + </p> | ||
| 136 | <p class='paragrafo'>{{{tema}}} :</p> | 143 | <p class='paragrafo'>{{{tema}}} :</p> |
| 137 | <div class='styled-select' id='{{{idjanela}}}i3GEOgraficointerativo1ComboTemas'></div> | 144 | <div class='styled-select' id='{{{idjanela}}}i3GEOgraficointerativo1ComboTemas'></div> |
| 138 | <br> | 145 | <br> |
| @@ -162,7 +169,7 @@ | @@ -162,7 +169,7 @@ | ||
| 162 | </div> | 169 | </div> |
| 163 | <p class='paragrafo'>{{{excluirval}}} : | 170 | <p class='paragrafo'>{{{excluirval}}} : |
| 164 | <div class='styled-select'> | 171 | <div class='styled-select'> |
| 165 | - <input style='cursor: pointer;' value='0' type='text' id='{{{idjanela}}}i3GEOgraficointerativo1excluir' /> | 172 | + <input style='cursor: pointer;' value='' type='text' id='{{{idjanela}}}i3GEOgraficointerativo1excluir' /> |
| 166 | </div> | 173 | </div> |
| 167 | <br> | 174 | <br> |
| 168 | <p class='paragrafo'> | 175 | <p class='paragrafo'> |
| @@ -175,6 +182,7 @@ | @@ -175,6 +182,7 @@ | ||
| 175 | <div id='{{{idjanela}}}i3GEOgraficointerativo1Dados'></div> | 182 | <div id='{{{idjanela}}}i3GEOgraficointerativo1Dados'></div> |
| 176 | <div class='paragrafo' id='{{{idjanela}}}i3GEOgraficointerativo1AjudaPizza'>{{{seescolher}}}</div> | 183 | <div class='paragrafo' id='{{{idjanela}}}i3GEOgraficointerativo1AjudaPizza'>{{{seescolher}}}</div> |
| 177 | </div> | 184 | </div> |
| 185 | +<!-- Propriedades do grafico --> | ||
| 178 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia3obj' style='left: 1px; display: none; top: -5px'> | 186 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia3obj' style='left: 1px; display: none; top: -5px'> |
| 179 | <p class='paragrafo'> | 187 | <p class='paragrafo'> |
| 180 | <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1xInclinado' checked /> | 188 | <input style='cursor: pointer' type=checkbox id='{{{idjanela}}}i3GEOgraficointerativo1xInclinado' checked /> |
| @@ -210,7 +218,8 @@ | @@ -210,7 +218,8 @@ | ||
| 210 | </p> | 218 | </p> |
| 211 | <p class='paragrafo'>{{{tipoagregay}}}</p> | 219 | <p class='paragrafo'>{{{tipoagregay}}}</p> |
| 212 | <div class='styled-select'> | 220 | <div class='styled-select'> |
| 213 | - <select onchange='i3GEOF.graficointerativo1.obterDados()' id='{{{idjanela}}}i3GEOgraficointerativo1TipoAgregacao'><option value='soma'>{{{soma}}}</option> | 221 | + <select onchange='i3GEOF.graficointerativo1.obterDados()' id='{{{idjanela}}}i3GEOgraficointerativo1TipoAgregacao'> |
| 222 | + <option value='soma'>{{{soma}}}</option> | ||
| 214 | <option value='media'>{{{media}}}</option> | 223 | <option value='media'>{{{media}}}</option> |
| 215 | </select> | 224 | </select> |
| 216 | </div> | 225 | </div> |
| @@ -219,19 +228,21 @@ | @@ -219,19 +228,21 @@ | ||
| 219 | <div class='styled-select'> | 228 | <div class='styled-select'> |
| 220 | <input style='cursor: pointer;' value='0' type='text' id='{{{idjanela}}}i3GEOgraficointerativo1FatorTamanho' /> | 229 | <input style='cursor: pointer;' value='0' type='text' id='{{{idjanela}}}i3GEOgraficointerativo1FatorTamanho' /> |
| 221 | </div> | 230 | </div> |
| 222 | - | ||
| 223 | - | ||
| 224 | </div> | 231 | </div> |
| 232 | +<!-- Guia que mostra o Grafico --> | ||
| 225 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia4obj' style='left: 1px; display: none; top: -10px'> | 233 | <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> | 234 | <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' /> | 235 | <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' /> | 236 | <img onclick='i3GEOF.graficointerativo1.alteraFatorPixelMais({{{idjanelaA}}})' style='position: absolute; left: 20px;' src='{{{locaplic}}}/imagens/player_avanca.png' /> |
| 229 | <div id='{{{idjanela}}}i3GEOgraficointerativo1guia4objCanvas' style='top: 15px;'></div> | 237 | <div id='{{{idjanela}}}i3GEOgraficointerativo1guia4objCanvas' style='top: 15px;'></div> |
| 230 | </div> | 238 | </div> |
| 239 | +<!-- CSV --> | ||
| 231 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia5obj' style='font-size: 10px; left: 10px; display: none; top: -0px'></div> | 240 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia5obj' style='font-size: 10px; left: 10px; display: none; top: -0px'></div> |
| 241 | +<!-- PNG --> | ||
| 232 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia6obj' style='font-size: 10px; left: 10px; display: none; top: -0px'> | 242 | <div class='guiaobj' id='{{{idjanela}}}i3GEOgraficointerativo1guia6obj' style='font-size: 10px; left: 10px; display: none; top: -0px'> |
| 233 | <form method=post action='{{{locaplic}}}/pacotes/svg2img.php' id='{{{idjanela}}}i3GEOgraficointerativo1PNG' target='_blank'> | 243 | <form method=post action='{{{locaplic}}}/pacotes/svg2img.php' id='{{{idjanela}}}i3GEOgraficointerativo1PNG' target='_blank'> |
| 234 | <input type=hidden name='svg' value='' /> | 244 | <input type=hidden name='svg' value='' /> |
| 235 | </form> | 245 | </form> |
| 236 | </div> | 246 | </div> |
| 247 | +<!-- Div usado para renderizar o grafico --> | ||
| 237 | <div id='{{{idjanela}}}i3GEOgraficointerativo1Grafico' style='position: relative; top: -5px; display: none'></div> | 248 | <div id='{{{idjanela}}}i3GEOgraficointerativo1Grafico' style='position: relative; top: -5px; display: none'></div> |
ferramentas/graficotema/index.js
| @@ -129,44 +129,30 @@ i3GEOF.graficoTema = { | @@ -129,44 +129,30 @@ i3GEOF.graficoTema = { | ||
| 129 | ins += ' <div class=guiaobj id="i3GEOgraficotemaguia1obj" style="left:1px;90%;display:none;">'; | 129 | ins += ' <div class=guiaobj id="i3GEOgraficotemaguia1obj" style="left:1px;90%;display:none;">'; |
| 130 | ins += ' <div id=i3GEOgraficotemacombot style="display:none;position:relative;top:5px;left:0px;">'; | 130 | ins += ' <div id=i3GEOgraficotemacombot style="display:none;position:relative;top:5px;left:0px;">'; |
| 131 | ins += ' </div>'; | 131 | ins += ' </div>'; |
| 132 | - ins += ' <p class="paragrafo" >'+$trad(3,i3GEOF.graficoTema.dicionario)+'<br><br>'; | 132 | + ins += ' <p class="paragrafo" ><b>'+$trad(3,i3GEOF.graficoTema.dicionario)+'</b><br><br>'; |
| 133 | ins += ' <div id=i3GEOgraficotemalistai class=digitar style="text-align:left;left:0px;top:0px;330px;height:80px;overflow:auto;display:block;">'+$trad(4,i3GEOF.graficoTema.dicionario)+'</div>'; | 133 | ins += ' <div id=i3GEOgraficotemalistai class=digitar style="text-align:left;left:0px;top:0px;330px;height:80px;overflow:auto;display:block;">'+$trad(4,i3GEOF.graficoTema.dicionario)+'</div>'; |
| 134 | ins += ' <br><br>'; | 134 | ins += ' <br><br>'; |
| 135 | ins += ' <p class="paragrafo" ><input id=i3GEOgraficotemabotao1 size=35 type=button value="'+$trad(5,i3GEOF.graficoTema.dicionario)+'" />'; | 135 | ins += ' <p class="paragrafo" ><input id=i3GEOgraficotemabotao1 size=35 type=button value="'+$trad(5,i3GEOF.graficoTema.dicionario)+'" />'; |
| 136 | ins += ' <div id=i3GEOgraficotemamen1 style=top:10px;left:1px ><p class="paragrafo">'+$trad(6,i3GEOF.graficoTema.dicionario)+'</div>'; | 136 | ins += ' <div id=i3GEOgraficotemamen1 style=top:10px;left:1px ><p class="paragrafo">'+$trad(6,i3GEOF.graficoTema.dicionario)+'</div>'; |
| 137 | ins += ' </div>'; | 137 | ins += ' </div>'; |
| 138 | ins += ' <div class=guiaobj id="i3GEOgraficotemaguia2obj" style="left:1px;display:none;">'; | 138 | ins += ' <div class=guiaobj id="i3GEOgraficotemaguia2obj" style="left:1px;display:none;">'; |
| 139 | - ins += ' <table summary="" class=lista width="90%">'; | ||
| 140 | - ins += ' <tr>'; | ||
| 141 | - ins += ' <td>'+$trad(7,i3GEOF.graficoTema.dicionario)+':</td>'; | ||
| 142 | - ins += ' <td>'; | ||
| 143 | - ins += ' <select id=i3GEOgraficotematipo >'; | ||
| 144 | - ins += ' <option value="PIE">'+$trad(8,i3GEOF.graficoTema.dicionario)+'</option>'; | ||
| 145 | - ins += ' <option value="BAR">'+$trad(9,i3GEOF.graficoTema.dicionario)+'</option>'; | ||
| 146 | - ins += ' </select>'; | ||
| 147 | - ins += ' </td>'; | ||
| 148 | - ins += ' </tr><tr><td> </td><td></td></tr>'; | ||
| 149 | - ins += ' <tr>'; | ||
| 150 | - ins += ' <td>'+$trad(10,i3GEOF.graficoTema.dicionario)+':</td>'; | ||
| 151 | - ins += ' <td>'; | ||
| 152 | - ins += $inputText("","","i3GEOgraficotemalargura","",4,"50")+'</td>'; | ||
| 153 | - ins += ' </tr><tr><td> </td><td></td></tr>'; | ||
| 154 | - ins += ' <tr>'; | ||
| 155 | - ins += ' <td>'+$trad(11,i3GEOF.graficoTema.dicionario)+':</td>'; | ||
| 156 | - ins += ' <td>'; | ||
| 157 | - ins += $inputText("","","i3GEOgraficotemaaltura","",4,"50")+'</td>'; | ||
| 158 | - ins += ' </tr><tr><td> </td><td></td></tr>'; | ||
| 159 | - ins += ' <tr>'; | ||
| 160 | - ins += ' <td>'+$trad(12,i3GEOF.graficoTema.dicionario)+':</td>'; | ||
| 161 | - ins += ' <td>'; | ||
| 162 | - ins += $inputText("","","i3GEOgraficotemaoffset","",4,"0")+'</td>'; | ||
| 163 | - ins += ' </tr><tr><td> </td><td></td></tr>'; | ||
| 164 | - ins += ' <tr>'; | ||
| 165 | - ins += ' <td>'+$trad(13,i3GEOF.graficoTema.dicionario)+':</td>'; | ||
| 166 | - ins += ' <td style=width:40% >'; | ||
| 167 | - ins += $inputText("","","i3GEOgraficotemaoutlinecolor","",12,"0,0,0")+'</td>'; | ||
| 168 | - ins += ' </tr><tr><td> </td><td></td></tr>'; | ||
| 169 | - ins += ' </table>'; | 139 | + ins += ' <p class="paragrafo">'+$trad(7,i3GEOF.graficoTema.dicionario)+':</p>'; |
| 140 | + ins += ' <div class="styled-select" ><select id=i3GEOgraficotematipo >'; | ||
| 141 | + ins += ' <option value="PIE">'+$trad(8,i3GEOF.graficoTema.dicionario)+'</option>'; | ||
| 142 | + ins += ' <option value="BAR">'+$trad(9,i3GEOF.graficoTema.dicionario)+'</option>'; | ||
| 143 | + ins += ' </select></div>'; | ||
| 144 | + ins += ' <br>'; | ||
| 145 | + ins += ' <p class="paragrafo">'+$trad(10,i3GEOF.graficoTema.dicionario)+':</p>'; | ||
| 146 | + ins += ' <div class="styled-select" ><input type="text" id="i3GEOgraficotemalargura" value="50"/></div>'; | ||
| 147 | + ins += ' <br>'; | ||
| 148 | + ins += ' <p class="paragrafo">'+$trad(11,i3GEOF.graficoTema.dicionario)+':</p>'; | ||
| 149 | + ins += ' <div class="styled-select" ><input type="text" id="i3GEOgraficotemaaltura" value="50"/></div>'; | ||
| 150 | + ins += ' <br>'; | ||
| 151 | + ins += ' <p class="paragrafo">'+$trad(12,i3GEOF.graficoTema.dicionario)+':</p>'; | ||
| 152 | + ins += ' <div class="styled-select" ><input type="text" id="i3GEOgraficotemaoffset" value="0"/></div>'; | ||
| 153 | + ins += ' <br>'; | ||
| 154 | + ins += ' <p class="paragrafo">'+$trad(13,i3GEOF.graficoTema.dicionario)+':</p>'; | ||
| 155 | + ins += ' <div class="styled-select" ><input type="text" id="i3GEOgraficotemaoutlinecolor" value="0,0,0"/></div>'; | ||
| 170 | ins += ' </div>'; | 156 | ins += ' </div>'; |
| 171 | ins += '</div> '; | 157 | ins += '</div> '; |
| 172 | return ins; | 158 | return ins; |
| @@ -195,6 +181,8 @@ i3GEOF.graficoTema = { | @@ -195,6 +181,8 @@ i3GEOF.graficoTema = { | ||
| 195 | true, | 181 | true, |
| 196 | "hd", | 182 | "hd", |
| 197 | "", | 183 | "", |
| 184 | + "", | ||
| 185 | + "", | ||
| 198 | true, | 186 | true, |
| 199 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/view-statistics.png" | 187 | i3GEO.configura.locaplic+"/imagens/oxygen/16x16/view-statistics.png" |
| 200 | ); | 188 | ); |
ferramentas/heatmap/index.js
| @@ -147,8 +147,8 @@ i3GEOF.heatmap = | @@ -147,8 +147,8 @@ i3GEOF.heatmap = | ||
| 147 | "i3GEOF.heatmap_rodape"); | 147 | "i3GEOF.heatmap_rodape"); |
| 148 | }, | 148 | }, |
| 149 | t1 : function() { | 149 | t1 : function() { |
| 150 | - var ins = "<p class='paragrafo'>" + $trad(3, i3GEOF.heatmap.dicionario) + ":"; | ||
| 151 | - ins += "<div id='i3GEOheatmapSelTemas' style='text-align:left;font-size:11px'></div>"; | 150 | + var ins = "<p class='paragrafo'>" + $trad(3, i3GEOF.heatmap.dicionario) + ":</p>"; |
| 151 | + ins += "<div id='i3GEOheatmapSelTemas' class='styled-select'></div>"; | ||
| 152 | i3GEO.util.proximoAnterior( | 152 | i3GEO.util.proximoAnterior( |
| 153 | "i3GEOF.heatmap.t0()", | 153 | "i3GEOF.heatmap.t0()", |
| 154 | "i3GEOF.heatmap.t2()", | 154 | "i3GEOF.heatmap.t2()", |
| @@ -160,11 +160,10 @@ i3GEOF.heatmap = | @@ -160,11 +160,10 @@ i3GEOF.heatmap = | ||
| 160 | i3GEOF.heatmap.comboTemasSel(); | 160 | i3GEOF.heatmap.comboTemasSel(); |
| 161 | }, | 161 | }, |
| 162 | t2 : function() { | 162 | t2 : function() { |
| 163 | - var ins = "<p class='paragrafo'>" + $trad(4, i3GEOF.heatmap.dicionario); | ||
| 164 | - ins += "<br></p><input onclick='javascript:this.select();' class=digitar id='i3GEOheatmapd' type=text size=10 value='1'/>"; | ||
| 165 | - | ||
| 166 | - ins += "<br><br><p class='paragrafo' >" + $trad(10, i3GEOF.heatmap.dicionario); | ||
| 167 | - ins += "<br></p><div id=i3GEOheatmapondeItens style='text-align:left;display:block' ></div> "; | 163 | + var ins = "<p class='paragrafo'>" + $trad(4, i3GEOF.heatmap.dicionario) + "</p>" |
| 164 | + + "<div class='styled-select'><input onclick='javascript:this.select();' id='i3GEOheatmapd' type='text' value='1'/></div><br>" | ||
| 165 | + + "<p class='paragrafo' >" + $trad(10, i3GEOF.heatmap.dicionario) + "</p>" | ||
| 166 | + + "<div class='styled-select' id='i3GEOheatmapondeItens' style='display:block' ></div> "; | ||
| 168 | 167 | ||
| 169 | i3GEO.util.proximoAnterior( | 168 | i3GEO.util.proximoAnterior( |
| 170 | "i3GEOF.heatmap.t1()", | 169 | "i3GEOF.heatmap.t1()", |
| @@ -278,7 +277,7 @@ i3GEOF.heatmap = | @@ -278,7 +277,7 @@ i3GEOF.heatmap = | ||
| 278 | $i("i3GEOheatmaptemasComSel").value = i3GEO.temaAtivo; | 277 | $i("i3GEOheatmaptemasComSel").value = i3GEO.temaAtivo; |
| 279 | $i("i3GEOheatmaptemasComSel").onchange.call(); | 278 | $i("i3GEOheatmaptemasComSel").onchange.call(); |
| 280 | } | 279 | } |
| 281 | - }, "i3GEOheatmapSelTemas", "", false, "ligados"); | 280 | + }, "i3GEOheatmapSelTemas", "", false, "ligados","display:block;"); |
| 282 | }, | 281 | }, |
| 283 | /** | 282 | /** |
| 284 | * Function: comboItens | 283 | * Function: comboItens |
ferramentas/tabela/template_mst.html
| 1 | +<!-- Guias --> | ||
| 1 | <div id='{{{idjanela}}}' class='yui-navset' style='top: 0px; cursor: pointer; left: 0px;'> | 2 | <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;'> | 3 | <ul class='yui-nav' style='border-width: 0pt 0pt 0px; border-color: rgb(240, 240, 240); border-bottom-color: white;'> |
| 3 | <li> | 4 | <li> |
| @@ -31,7 +32,9 @@ | @@ -31,7 +32,9 @@ | ||
| 31 | </ul> | 32 | </ul> |
| 32 | </div> | 33 | </div> |
| 33 | <br> | 34 | <br> |
| 35 | +<!-- Local onde a tabela e renderizada --> | ||
| 34 | <div id='{{{idjanela}}}i3GEOtabelaresultadotab' style='background-color: #F2F2F2; position: relative; top: 5px; left: 0px'></div> | 36 | <div id='{{{idjanela}}}i3GEOtabelaresultadotab' style='background-color: #F2F2F2; position: relative; top: 5px; left: 0px'></div> |
| 37 | +<!-- Guia Propriedades --> | ||
| 35 | <div id='{{{idjanela}}}i3GEOtabelaguia6obj' style='width: 99%'> | 38 | <div id='{{{idjanela}}}i3GEOtabelaguia6obj' style='width: 99%'> |
| 36 | <table summary='' class='lista2'> | 39 | <table summary='' class='lista2'> |
| 37 | <tr> | 40 | <tr> |
| @@ -53,7 +56,7 @@ | @@ -53,7 +56,7 @@ | ||
| 53 | </tr> | 56 | </tr> |
| 54 | </table> | 57 | </table> |
| 55 | </div> | 58 | </div> |
| 56 | - | 59 | +<!-- Registros da tabela --> |
| 57 | <div id='{{{idjanela}}}i3GEOtabelaguia1obj' style='width: 99%'> | 60 | <div id='{{{idjanela}}}i3GEOtabelaguia1obj' style='width: 99%'> |
| 58 | <div id='{{{idjanela}}}i3GEOtabelacombot' style='position: relative; top: 5px; left: 0px; display: none;'></div> | 61 | <div id='{{{idjanela}}}i3GEOtabelacombot' style='position: relative; top: 5px; left: 0px; display: none;'></div> |
| 59 | <input title='{{{sellinhas}}}' id='{{{idjanela}}}i3GEOtabelabotao2' size='25' type='button' value='{{{atvsel}}}' /> | 62 | <input title='{{{sellinhas}}}' id='{{{idjanela}}}i3GEOtabelabotao2' size='25' type='button' value='{{{atvsel}}}' /> |
| @@ -73,7 +76,7 @@ | @@ -73,7 +76,7 @@ | ||
| 73 | </div> | 76 | </div> |
| 74 | <div id='{{{idjanela}}}i3GEOtabelaregistros' style='position: relative; top: 20px; left: 0px; text-align: left;'></div> | 77 | <div id='{{{idjanela}}}i3GEOtabelaregistros' style='position: relative; top: 20px; left: 0px; text-align: left;'></div> |
| 75 | </div> | 78 | </div> |
| 76 | - | 79 | +<!-- Estatisticas --> |
| 77 | <div id='{{{idjanela}}}i3GEOtabelaguia3obj' style='display: none; width: 95%; left: 0px; padding: 5px;'> | 80 | <div id='{{{idjanela}}}i3GEOtabelaguia3obj' style='display: none; width: 95%; left: 0px; padding: 5px;'> |
| 78 | <p class='paragrafo'> | 81 | <p class='paragrafo'> |
| 79 | <label>{{{itemcalc}}}:</label> | 82 | <label>{{{itemcalc}}}:</label> |
| @@ -93,6 +96,7 @@ | @@ -93,6 +96,7 @@ | ||
| 93 | <p class='paragrafo'>{{{paraqueas}}} | 96 | <p class='paragrafo'>{{{paraqueas}}} |
| 94 | </div> | 97 | </div> |
| 95 | </div> | 98 | </div> |
| 99 | +<!-- Relatorio --> | ||
| 96 | <div id='{{{idjanela}}}i3GEOtabelaguia5obj' style='width: 95%; display: none; padding-left: 5px;'> | 100 | <div id='{{{idjanela}}}i3GEOtabelaguia5obj' style='width: 95%; display: none; padding-left: 5px;'> |
| 97 | <p class='paragrafo'>{{{itensrel}}}: | 101 | <p class='paragrafo'>{{{itensrel}}}: |
| 98 | <p class='paragrafo'> | 102 | <p class='paragrafo'> |