Commit 40b3fdbdc007f45113ef2d08fc2678386e9ce25c
1 parent
282866d3
Exists in
master
and in
7 other branches
Conversão da ferramenta Temporizador para Bootstrap
Showing
58 changed files
with
8 additions
and
11 deletions
Show diff stats
ferramentas/congelamapa/openlayers3.php
| @@ -56,7 +56,7 @@ $urllayer = "../../ogc.php?tema=".$novo_mapfile; | @@ -56,7 +56,7 @@ $urllayer = "../../ogc.php?tema=".$novo_mapfile; | ||
| 56 | <script src="../../pacotes/ol3/ol.js"></script> | 56 | <script src="../../pacotes/ol3/ol.js"></script> |
| 57 | <link rel="stylesheet" type="text/css" href="../../pacotes/ol3/ol.css"> | 57 | <link rel="stylesheet" type="text/css" href="../../pacotes/ol3/ol.css"> |
| 58 | </head> | 58 | </head> |
| 59 | -<body style="background-color: white"> | 59 | +<body> |
| 60 | <div id=mapa style="width: 470px; height: 330px"></div> | 60 | <div id=mapa style="width: 470px; height: 330px"></div> |
| 61 | <script> | 61 | <script> |
| 62 | var source = new ol.source.ImageWMS({ | 62 | var source = new ol.source.ImageWMS({ |
ferramentas/opcoes_autoredesenha/index.js
| @@ -122,7 +122,7 @@ i3GEOF.opcoesTempo = { | @@ -122,7 +122,7 @@ i3GEOF.opcoesTempo = { | ||
| 122 | titulo = "<span class='i3GeoTituloJanelaBsNolink' >" + $trad("p12") + "</span></div>"; | 122 | titulo = "<span class='i3GeoTituloJanelaBsNolink' >" + $trad("p12") + "</span></div>"; |
| 123 | janela = i3GEO.janela.cria( | 123 | janela = i3GEO.janela.cria( |
| 124 | "300px", | 124 | "300px", |
| 125 | - "110px", | 125 | + "160px", |
| 126 | "", | 126 | "", |
| 127 | "", | 127 | "", |
| 128 | "", | 128 | "", |
ferramentas/opcoes_autoredesenha/template_mst.html
| 1 | -<div style='padding-left: 5px;'> | ||
| 2 | - <p class='paragrafo'>{{{ajuda}}}:</p> | ||
| 3 | - <div class='i3geoForm i3geoFormIconeNumero'> | ||
| 4 | - <input type='number' value='5' id='i3GEOopcoesTempoT' /> | 1 | +<div class='container-fluid'> |
| 2 | + <div class='form-group label-fixed condensed'> | ||
| 3 | + <label class="control-label" for="i3GEOopcoesTempoT">{{{ajuda}}}</label> | ||
| 4 | + <input class="form-control input-lg" type='text' id='i3GEOopcoesTempoT' value='5' /> | ||
| 5 | </div> | 5 | </div> |
| 6 | - <br> | ||
| 7 | - <p class='paragrafo'> | ||
| 8 | - <input id='i3GEOopcoesTempobotao1' size='16' type='button' value='{{{aplica}}}' /> | ||
| 9 | - | ||
| 10 | - <input id='i3GEOopcoesTempobotao2' size='16' type='button' value='{{{para}}}' /> | 6 | + <button onclick="i3GEOF.opcoesTempo.executa()" class='btn btn-primary btn-sm btn-raised'>{{{aplica}}}</button> |
| 7 | + <button onclick="i3GEO.navega.autoRedesenho.desativa()" class='btn btn-primary btn-sm btn-raised'>{{{para}}}</button> | ||
| 11 | </div> | 8 | </div> |
| 12 | \ No newline at end of file | 9 | \ 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