Commit f6caae9beb79e91b5669a7d4912fb13281088d20
1 parent
752c8d2a
Exists in
master
and in
7 other branches
Conversão da ferramenta Númerod e pontos em Polígono para Bootstrap
Showing
58 changed files
with
41 additions
and
25 deletions
Show diff stats
admin/admin.db
No preview for this file type
ferramentas/nptpol/index.js
| ... | ... | @@ -109,7 +109,7 @@ i3GEOF.nptpol = { |
| 109 | 109 | }; |
| 110 | 110 | janela = i3GEO.janela.cria( |
| 111 | 111 | "420px", |
| 112 | - "180px", | |
| 112 | + "280px", | |
| 113 | 113 | "", |
| 114 | 114 | "", |
| 115 | 115 | "", |
| ... | ... | @@ -148,11 +148,6 @@ i3GEOF.nptpol = { |
| 148 | 148 | }, |
| 149 | 149 | t2: function(){ |
| 150 | 150 | i3GEO.util.proximoAnterior("i3GEOF.nptpol.t1()","","","i3GEOF.nptpol.t2","i3GEOnptpolresultado",true,"i3GEOF.nptpol_rodape"); |
| 151 | - var b = new YAHOO.widget.Button( | |
| 152 | - "i3GEOnptpolbotao1", | |
| 153 | - {onclick:{fn: i3GEOF.nptpol.calcula}} | |
| 154 | - ); | |
| 155 | - b.addClass("rodar"); | |
| 156 | 151 | }, |
| 157 | 152 | /* |
| 158 | 153 | Function: calcula |
| ... | ... | @@ -225,7 +220,10 @@ i3GEOF.nptpol = { |
| 225 | 220 | "", |
| 226 | 221 | false, |
| 227 | 222 | "pontos", |
| 228 | - " " | |
| 223 | + " ", | |
| 224 | + false, | |
| 225 | + true, | |
| 226 | + "form-control comboTema" | |
| 229 | 227 | ); |
| 230 | 228 | }, |
| 231 | 229 | /* |
| ... | ... | @@ -256,7 +254,10 @@ i3GEOF.nptpol = { |
| 256 | 254 | "", |
| 257 | 255 | false, |
| 258 | 256 | "poligonos", |
| 259 | - " " | |
| 257 | + " ", | |
| 258 | + false, | |
| 259 | + true, | |
| 260 | + "form-control comboTema" | |
| 260 | 261 | ); |
| 261 | 262 | }, |
| 262 | 263 | /* |
| ... | ... | @@ -279,7 +280,11 @@ i3GEOF.nptpol = { |
| 279 | 280 | $i("i3GEOnptpolondeItens").innerHTML = retorno.dados; |
| 280 | 281 | $i("i3GEOnptpolondeItens").style.display = "block"; |
| 281 | 282 | }, |
| 282 | - "i3GEOnptpolondeItens" | |
| 283 | + "i3GEOnptpolondeItens", | |
| 284 | + "", | |
| 285 | + "", | |
| 286 | + "", | |
| 287 | + "form-control comboTema" | |
| 283 | 288 | ); |
| 284 | 289 | } |
| 285 | 290 | else{ | ... | ... |
ferramentas/nptpol/template_mst.html
| 1 | -<div style='padding: 5px; background-color: #F2F2F2; top: 0px; left: 0px; display: block; width: 98%;'id='i3GEOnptpolresultado'> | |
| 1 | +<div class='container-fluid' id='i3GEOnptpolresultado'> | |
| 2 | 2 | <div id='i3GEOFgradeDePontost0'> |
| 3 | - <img class='i3GeoExemploImg' src='{{{locaplic}}}/ferramentas/nptpol/exemplo.png' /> | |
| 4 | - <p class='paragrafo'>{{{ajuda}}}</p> | |
| 5 | - <p class='paragrafo'>{{{ajuda2}}}</p> | |
| 6 | - <p class='paragrafo'>{{{ajuda3}}}</p> | |
| 3 | + <img class="img-rounded pull-left" style="margin: 5px; width: 40px;" src='{{{locaplic}}}/ferramentas/nptpol/exemplo.png' /> | |
| 4 | + <h5>{{{ajuda}}}</h5> | |
| 5 | + <h5>{{{ajuda2}}}</h5> | |
| 6 | + <h5>{{{ajuda3}}}</h5> | |
| 7 | 7 | </div> |
| 8 | 8 | <div id='i3GEOF.nptpol.t1'> |
| 9 | - <p class='paragrafo'>{{{selecionaTemaPonto}}}:<br> | |
| 10 | - <div class='styled-select' id='i3GEOnptpolDivPontos'></div> | |
| 11 | - <br> | |
| 12 | - <p class='paragrafo'>{{{selecionaItemSoma}}}:<br> | |
| 13 | - <div id='i3GEOnptpolondeItens' class='styled-select'>-</div> | |
| 14 | - <br> | |
| 15 | - <p class='paragrafo'>{{{selecionaTemaPoligono}}}:<br> | |
| 16 | - <div class='styled-select' id='i3GEOnptpolDivPoligonos'></div> | |
| 9 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
| 10 | + <label class="control-label" for="">{{{selecionaTemaPonto}}}</label> | |
| 11 | + <div style="width: 100%;" class="input-group"> | |
| 12 | + <div id='i3GEOnptpolDivPontos'></div> | |
| 13 | + </div> | |
| 14 | + </div> | |
| 15 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
| 16 | + <label class="control-label" for="">{{{selecionaItemSoma}}}</label> | |
| 17 | + <div style="width: 100%;" class="input-group"> | |
| 18 | + <div id='i3GEOnptpolondeItens'></div> | |
| 19 | + </div> | |
| 20 | + </div> | |
| 21 | + <div style="width: 100%;" class='form-group label-fixed condensed'> | |
| 22 | + <label class="control-label" for="">{{{selecionaTemaPoligono}}}</label> | |
| 23 | + <div style="width: 100%;" class="input-group"> | |
| 24 | + <div id='i3GEOnptpolDivPoligonos'></div> | |
| 25 | + </div> | |
| 26 | + </div> | |
| 17 | 27 | </div> |
| 18 | 28 | <div id='i3GEOF.nptpol.t2'> |
| 19 | - <p class='paragrafo'>{{{adicionaTema}}}<br><br><input id='i3GEOnptpolbotao1' type='button' value='{{{calcula}}}' /> | |
| 29 | + <h5>{{{adicionaTema}}}</h5> | |
| 30 | + <button onclick="i3GEOF.nptpol.calcula()" class='btn btn-primary btn-sm btn-raised'>{{{calcula}}}</button> | |
| 31 | + <h5 id='i3GEOnptpolfim'></h5> | |
| 20 | 32 | </div> |
| 21 | -</div> | |
| 22 | -<div style='top: 10px; left: 0px; display: block; width: 98%; color: red' id='i3GEOnptpolfim'></div> | |
| 23 | 33 | \ No newline at end of file |
| 34 | +</div> | |
| 24 | 35 | \ No newline at end of file | ... | ... |
pacotes/yui290/build/container/container_compacto.js
100644 → 100755
pacotes/yui290/build/container/container_core_compacto.js
100644 → 100755
pacotes/yui290/build/utilities/utilities_compacto.js
100644 → 100755