Commit c226b3cf844fa805ac693b6e4d359fb3512ab90a
1 parent
ea517d68
Exists in
master
and in
7 other branches
Adaptação da ferramenta Dependência da Escala para Bootstrap
Showing
2 changed files
with
12 additions
and
21 deletions
Show diff stats
ferramentas/mmscale/index.js
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 | 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 | 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 | 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 | 16 | </div> |
21 | 17 | \ No newline at end of file | ... | ... |