Commit c226b3cf844fa805ac693b6e4d359fb3512ab90a

Authored by Edmar Moretti
1 parent ea517d68

Adaptação da ferramenta Dependência da Escala para Bootstrap

ferramentas/mmscale/index.js
@@ -68,11 +68,6 @@ i3GEOF.mmscale = { @@ -68,11 +68,6 @@ i3GEOF.mmscale = {
68 } 68 }
69 }); 69 });
70 } 70 }
71 - var b = new YAHOO.widget.Button(  
72 - "i3GEOmmscalebotao1",  
73 - {onclick:{fn: i3GEOF.mmscale.aplica}}  
74 - );  
75 - b.addClass("rodar");  
76 i3GEOF.mmscale.atual(); 71 i3GEOF.mmscale.atual();
77 }, 72 },
78 /* 73 /*
ferramentas/mmscale/template_mst.html
1 -<div style='margin-left: 5px'>  
2 - <div id='i3GEOFmmscaleComboCabeca' class='form-group condensed' style='width:100%'>  
3 - <span class="material-icons iconeComboTemas">playlist_add_check</span> 1 +<div class='container-fluid'>
  2 + <div id='i3GEOFmmscaleComboCabeca' class='form-group condensed' style='width: 100%'>
  3 + <span class="material-icons iconeComboTemas">playlist_add_check</span>
4 </div> 4 </div>
5 -  
6 - <p class='paragrafo'>{{{cancelar}}}:</p>  
7 - <p class='paragrafo'>{{{minscale}}}:</p>  
8 - <div class='i3geoForm i3geoFormIconeNumero'>  
9 - <input type='number' value='' id='i3GEOmmscaleMinscale' /> 5 + <h5>{{{minscale}}}</h5>
  6 + <div class='form-group label-fixed condensed'>
  7 + <input class="form-control input-lg" type='text' id='i3GEOmmscaleMinscale' value='' />
10 </div> 8 </div>
11 - <br>  
12 - <p class='paragrafo'>{{{maxscale}}}:</p>  
13 - <div class='i3geoForm i3geoFormIconeNumero'>  
14 - <input type='number' value='' id='i3GEOmmscaleMaxscale' /> 9 + <h5>{{{maxscale}}}</h5>
  10 + <div class='form-group label-fixed condensed'>
  11 + <input class="form-control input-lg" type='text' id='i3GEOmmscaleMaxscale' value='' />
15 </div> 12 </div>
16 - <br>  
17 - <p class='paragrafo'>  
18 - <input id='i3GEOmmscalebotao1' size='35' type='button' value='{{{aplica}}}' />  
19 - </p> 13 + <button onclick="i3GEOF.mmscale.aplica()" class='btn btn-primary btn-sm btn-raised'>{{{aplica}}}</button>
  14 +
  15 + <h5 class="alert alert-info">{{{cancelar}}}</h5>
20 </div> 16 </div>
21 \ No newline at end of file 17 \ No newline at end of file