Commit 8e8a471f5a3665a30d97be1065602d69e567d640

Authored by Edmar Moretti
1 parent f804957c

ícones novos

@@ -94,6 +94,78 @@ select option:hover { @@ -94,6 +94,78 @@ select option:hover {
94 width: 100px; 94 width: 100px;
95 } 95 }
96 96
  97 +.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input {
  98 + width: 90%;
  99 + height: 22px;
  100 + border: 0;
  101 + box-shadow: none;
  102 + line-height: 1.5;
  103 + -webkit-appearance: none;
  104 + -moz-appearance: none;
  105 + text-indent: 0.01px;
  106 + text-overflow: '';
  107 + font-size: 12px;
  108 + appearance: none;
  109 + cursor: text;
  110 +}
  111 +
  112 +.i3geoFormIconeMinuto {
  113 + background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px;
  114 + @media (-webkit-min-device-pixel-ratio: 2),
  115 + (min-resolution: 192dpi) {
  116 + background: transparent url("../imagens/gisicons/minuto.png") no-repeat scroll 100% -1px;
  117 + background-size: 16px 144px;
  118 + }
  119 +}
  120 +.i3geoFormIconeMinuto input{
  121 + width: 85%;
  122 +}
  123 +
  124 +.i3geoFormIconeSegundo {
  125 + background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px;
  126 + @media (-webkit-min-device-pixel-ratio: 2),
  127 + (min-resolution: 192dpi) {
  128 + background: transparent url("../imagens/gisicons/segundo.png") no-repeat scroll 100% -1px;
  129 + background-size: 16px 144px;
  130 + }
  131 +}
  132 +.i3geoFormIconeSegundo input{
  133 + width: 85%;
  134 +}
  135 +
  136 +.i3geoFormIconeLongitude {
  137 + background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px;
  138 + @media (-webkit-min-device-pixel-ratio: 2),
  139 + (min-resolution: 192dpi) {
  140 + background: transparent url("../imagens/gisicons/longitude.png") no-repeat scroll 100% -1px;
  141 + background-size: 16px 144px;
  142 + }
  143 +}
  144 +.i3geoFormIconeLongitude input{
  145 + width: 70%;
  146 +}
  147 +
  148 +.i3geoFormIconeLatitude {
  149 + background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px;
  150 + @media (-webkit-min-device-pixel-ratio: 2),
  151 + (min-resolution: 192dpi) {
  152 + background: transparent url("../imagens/gisicons/latitude.png") no-repeat scroll 100% -1px;
  153 + background-size: 16px 144px;
  154 + }
  155 +}
  156 +.i3geoFormIconeLatitude input{
  157 + width: 70%;
  158 +}
  159 +
  160 +.i3geoFormIconeDistancia {
  161 + background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px;
  162 + @media (-webkit-min-device-pixel-ratio: 2),
  163 + (min-resolution: 192dpi) {
  164 + background: transparent url("../imagens/gisicons/length-measure.png") no-repeat scroll 100% -2px;
  165 + background-size: 16px 144px;
  166 + }
  167 +}
  168 +
97 .i3geoFormIconeEdita { 169 .i3geoFormIconeEdita {
98 background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px; 170 background: transparent url("../imagens/gisicons/edit2.png") no-repeat scroll 100% 5px;
99 @media (-webkit-min-device-pixel-ratio: 2), 171 @media (-webkit-min-device-pixel-ratio: 2),
@@ -152,22 +224,6 @@ select option:hover { @@ -152,22 +224,6 @@ select option:hover {
152 } 224 }
153 225
154 } 226 }
155 -  
156 -.i3geoForm input, .i3geoForm150 input, .i3geoForm100 input {  
157 - width: 90%;  
158 - height: 22px;  
159 - border: 0;  
160 - box-shadow: none;  
161 - line-height: 1.5;  
162 - -webkit-appearance: none;  
163 - -moz-appearance: none;  
164 - text-indent: 0.01px;  
165 - text-overflow: '';  
166 - font-size: 12px;  
167 - appearance: none;  
168 - cursor: text;  
169 -}  
170 -  
171 .i3geoFormIconeAquarela input{ 227 .i3geoFormIconeAquarela input{
172 width: 80%; 228 width: 80%;
173 } 229 }
ferramentas/mostraexten/template_mst.html
@@ -3,26 +3,26 @@ @@ -3,26 +3,26 @@
3 <textarea id='i3GEOmostraExtenatual' rows='3' cols='50'></textarea> 3 <textarea id='i3GEOmostraExtenatual' rows='3' cols='50'></textarea>
4 <p class='paragrafo'>{{{digitaCoord}}}:</p> 4 <p class='paragrafo'>{{{digitaCoord}}}:</p>
5 <br><p class='paragrafo'>{{{longW}}}:</p> 5 <br><p class='paragrafo'>{{{longW}}}:</p>
6 - <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> 6 + <div class='i3geoForm100 i3geoFormIconeLongitude' style='float: left;'>
7 <input type='text' id='i3GEOmostraExtenxg' value='-00' /> 7 <input type='text' id='i3GEOmostraExtenxg' value='-00' />
8 </div> 8 </div>
9 - <div class='i3geoForm100 i3geoFormIconeEdita' 9 + <div class='i3geoForm100 i3geoFormIconeMinuto'
10 style='float: left; margin-left: 5px; margin-right: 5px;'> 10 style='float: left; margin-left: 5px; margin-right: 5px;'>
11 <input type='text' id='i3GEOmostraExtenxm' value='00' /> 11 <input type='text' id='i3GEOmostraExtenxm' value='00' />
12 </div> 12 </div>
13 - <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> 13 + <div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'>
14 <input type='text' id='i3GEOmostraExtenxs' value='0.0' /> 14 <input type='text' id='i3GEOmostraExtenxs' value='0.0' />
15 </div> 15 </div>
16 16
17 <br><p class='paragrafo'>{{{latS}}}:</p> 17 <br><p class='paragrafo'>{{{latS}}}:</p>
18 - <div class='i3geoForm100 i3geoFormIconeEdita' style='float: left;'> 18 + <div class='i3geoForm100 i3geoFormIconeLatitude' style='float: left;'>
19 <input type='text' id='i3GEOmostraExtenyg' value='-00' /> 19 <input type='text' id='i3GEOmostraExtenyg' value='-00' />
20 </div> 20 </div>
21 - <div class='i3geoForm100 i3geoFormIconeEdita' 21 + <div class='i3geoForm100 i3geoFormIconeMinuto'
22 style='float: left; margin-left: 5px; margin-right: 5px;'> 22 style='float: left; margin-left: 5px; margin-right: 5px;'>
23 <input type='text' id='i3GEOmostraExtenym' value='00' /> 23 <input type='text' id='i3GEOmostraExtenym' value='00' />
24 </div> 24 </div>
25 - <div class='i3geoForm100 i3geoFormIconeEdita' style='margin-left: 5px;'> 25 + <div class='i3geoForm100 i3geoFormIconeSegundo' style='margin-left: 5px;'>
26 <input type='text' id='i3GEOmostraExtenys' value='0.0' /> 26 <input type='text' id='i3GEOmostraExtenys' value='0.0' />
27 </div> 27 </div>
28 <br><p class='paragrafo'>{{{longE}}}:</p> 28 <br><p class='paragrafo'>{{{longE}}}:</p>
ferramentas/selecao/index.js
@@ -37,6 +37,7 @@ Free Software Foundation, Inc., no endere&amp;ccedil;o @@ -37,6 +37,7 @@ Free Software Foundation, Inc., no endere&amp;ccedil;o
37 if (typeof (i3GEOF) === 'undefined') { 37 if (typeof (i3GEOF) === 'undefined') {
38 var i3GEOF = {}; 38 var i3GEOF = {};
39 } 39 }
  40 +//TODO incluir as propriedades corretas em OL3 para permitir selecao de figuras
40 /* 41 /*
41 * Classe: i3GEOF.selecao 42 * Classe: i3GEOF.selecao
42 */ 43 */
@@ -184,13 +185,13 @@ i3GEOF.selecao = @@ -184,13 +185,13 @@ i3GEOF.selecao =
184 + '<div class=guiaobj id="i3GEOselecaoguia4obj" style="left:1px;display:none;">' 185 + '<div class=guiaobj id="i3GEOselecaoguia4obj" style="left:1px;display:none;">'
185 + ' <p class="paragrafo">' 186 + ' <p class="paragrafo">'
186 + ' <input type="checkbox" onclick="" id="i3GEOFselecaoMantemFigura" style="cursor: pointer; border: 0px solid white;" />' 187 + ' <input type="checkbox" onclick="" id="i3GEOFselecaoMantemFigura" style="cursor: pointer; border: 0px solid white;" />'
187 - + ' <span style="cursor: pointer; position: relative; top: -2px;">' 188 + + ' <label>'
188 + $trad('mantemfigura', i3GEOF.selecao.dicionario) 189 + $trad('mantemfigura', i3GEOF.selecao.dicionario)
189 - + '</span>' 190 + + '</label>'
190 + ' </p>' 191 + ' </p>'
191 + ' <br><p class=paragrafo >' 192 + ' <br><p class=paragrafo >'
192 + $trad('distanciaSelecao', i3GEOF.selecao.dicionario) 193 + $trad('distanciaSelecao', i3GEOF.selecao.dicionario)
193 - + ' <div class="styled-select">' 194 + + ' <div class="i3geoForm i3geoFormIconeDistancia">'
194 + ' <input type=text id=i3GEOselecaotoleranciapt value=0 /></div>' 195 + ' <input type=text id=i3GEOselecaotoleranciapt value=0 /></div>'
195 + ' <br><p class=paragrafo ><input id=i3GEOFSelecaoQuery type=button value="' 196 + ' <br><p class=paragrafo ><input id=i3GEOFSelecaoQuery type=button value="'
196 + $trad("p8") 197 + $trad("p8")
@@ -349,7 +350,7 @@ i3GEOF.selecao = @@ -349,7 +350,7 @@ i3GEOF.selecao =
349 + "<a class=ajuda_usuario target=_blank href='" 350 + "<a class=ajuda_usuario target=_blank href='"
350 + i3GEO.configura.locaplic 351 + i3GEO.configura.locaplic
351 + "/ajuda_usuario.php?idcategoria=5&idajuda=48a' ><b> </b></a></div></div></div>"; 352 + "/ajuda_usuario.php?idcategoria=5&idajuda=48a' ><b> </b></a></div></div></div>";
352 - janela = i3GEO.janela.cria("510px", "210px", "", "", "", titulo, "i3GEOF.selecao", false, "hd", cabecalho, minimiza); 353 + janela = i3GEO.janela.cria("510px", "230px", "", "", "", titulo, "i3GEOF.selecao", false, "hd", cabecalho, minimiza);
353 divid = janela[2].id; 354 divid = janela[2].id;
354 i3GEOF.selecao.aguarde = $i("i3GEOF.selecao_imagemCabecalho").style; 355 i3GEOF.selecao.aguarde = $i("i3GEOF.selecao_imagemCabecalho").style;
355 $i("i3GEOF.selecao_corpo").style.backgroundColor = "white"; 356 $i("i3GEOF.selecao_corpo").style.backgroundColor = "white";
imagens/gisicons/latitude.png 0 → 100755

1.13 KB

imagens/gisicons/longitude.png 0 → 100755

1.15 KB

imagens/gisicons/minuto.png 0 → 100755

446 Bytes

imagens/gisicons/segundo.png 0 → 100644

483 Bytes